@charset "UTF-8";

body,html {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background: url(../images/fondo2.png) #E0E0E0 ;
	background-repeat:no-repeat;
	height:100%;
}
#container {width:977px; position:relative; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -77px;}
a {
	outline:none;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#06F; /*color de los enlaces*/
	text-decoration:none	
}
a:hover {
	color: #06F; /*esto es cuando pasamos el ratón por encima*/
}

.push {height:60px;}
.clearfix {clear:both;}

#header {width:100%; height:275px; padding-top:0px}

.crop {width:565px; height:474px; overflow:hidden;}

/* banner */
#banner {z-index:0; position:absolute; width:100%; height:246px; margin-top:30px; float:left; color:#fff; overflow:hidden; background:url(../images/fondo_banner.jpg) top left no-repeat; border-radius:10px; box-shadow: 0 0 5px #000000;}


/* datos cabecera */
#contacab {z-index:1; position:absolute; width:98%; text-align:right; height:20px; padding-top:6px; color:#fff; overflow:hidden}

/* Carrusel */
#carrusel {z-index:3; position:absolute; width:100%; height:100px; overflow:hidden; text-align:center; margin-top:220px; color:#000; background: url(../images/fondo-carrusel.png) top center no-repeat;}

/* content general settings */
div#content {margin-bottom:0px; padding-top:0px; background:url(../images/bg_main.jpg) top center no-repeat; height:100%}

#footer_wrap {height:60px; padding-top:15px; position:relative}
#footer {
	width: 977px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}
#footer a {display: inline; text-decoration:none; color:#000; padding:1px}
#footer a:hover {color:#cdc}

div#peque {font-size:10px; color:#0040FF; text-align:left}
.peque {font-size:11px; color:#000}
.normal {font-size:13px; color:#000}
.tit_blanco {color:#0B0B61; font-size:20px}
.tit_negro {color:#0B0B61; font-size:20px}
.tit_med {font-size:14px}
.bazul {border:1px solid #D9E8F0}
.blanco a{color:#0040FF;}
.blanco a:hover {color:#E7AF3B;}
.txtazul {color:#069}

.imagen {
	
border: solid 0px #000;
border-radius: 5px;
	
	
}