@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}

/*:focus {
	outline: 0;
}*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*  estilos propios   */
html{
	margin:0px;
	height:100%;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;

	height:100%;
}

#fondo{
	background-image: url(../imagenes/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	position:absolute;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	_height:100%;
	width:100%;		
}

#contenedor{
	width:853px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-y;
}

#cabecera{	
	background-image: url(../imagenes/fondo-cabecera.gif);
	background-repeat: no-repeat;
	height:150px;
}

#cabecera h1{
	float:right;
	margin-right:50px;
	margin-top:60px;
}

#contecontenido{
	
}

#menu{
	float:left;
	width:192px;

}

#contenido{
	float:left;
	margin-left:35px;
	margin-top:50px;
	
}

#texto{
	float:left;
	width:250px;
	text-align:justify;
	margin-left:10px;
	margin-right:30px;	
}

#texto2{
	float:left;
	width:450px;
	text-align:justify;
	margin-left:30px;
	margin-right:10px;	
}

#fotos{
	float:left;
	width:300px;
}

#formulario{
	float:left;
	width:300px;
}

#pie{
	height:105px;
	background-image: url(../imagenes/fondo-pie.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:left;
	color: #013888;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

#pie img{
	
	margin-left:14px;

}

#piedere{
	float:right;
	width:28%;
	text-align:right;
}

#piedere ul{
	margin:0;
}

h2{
	font-size:1.25em;
	font-weight:bold;
	color: #013888;
	margin-bottom:1em;
	padding-left:20px;
	margin-left:-20px;
	background-image: url(../imagenes/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p{
	margin-bottom:1em;	
}

#videos{
	margin-top:20px;
	text-align:center;	
	width:100%;
}

#videos img{
	margin-left:10px;
	margin-right:10px;
}

li{
	list-style-image:url(../imagenes/bola.gif);
	margin-left:8px;
	margin-bottom:4px;
}

.peke img{
	margin-top:15px;	
}

.pekedere img{
	margin-left:15px;	
}

h3{
	font-weight:bold;
	color:#013888;
}

#mapa{
	clear:both;
	margin-top:20px;	
	margin-left:40px;
}

#map{
	position:relative;
	width:530px;
	height:300px;
}

strong{
	font-weight:bold;	
}

a{
	color: #013888;
	
}

a:hover{
	color: #E5322C;
	
}

#video{
	display:none;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}


.form {
}
.form .text {
	display:block;
	border:none;
	border:1px solid #013888;
	background: #efefef;
	width:200px;
	padding:2px;
	font-size:12px;
	color:#000000;
	margin-top:5px;
}
.form select.text {
	padding:0;
	line-height:24px;
	height:28px;
	width:260px;
}
.form label {
	display:block;
	margin-bottom:3px;
	margin-top:5px;
	float:left;
	width:80px;
}
.form .text:hover{background:#FFFFFF; border: solid 1px #000000;}
.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}
.form .button {
	display:block;
	border:1px solid #013888;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.form .button:hover {
	display:block;
	border:1px solid #013888;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

em{
	font-style:italic;	
}