/* CSS Document */
*{
	margin:0;
	padding:0;
}

*/*////* CSS Document */

* {
	margin:0px;
	padding:0px;
}
a{ color:#0C86A5; text-decoration:none;}
a:hover{ color:#0C86A5; text-decoration:underline;}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
background-image:url(../img/fondo.jpg);
background-repeat:repeat;
}
#contenedor-menu{
	background-image:url(../img/fondo-menu-arriba.jpg);
	background-repeat:repeat-x;
	padding-top: 10px;
}
#contenedor-menu #menu{
	background-image:url(../img/fondo-menu-abajo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 auto;
	width:974px;
	height:60px;
	padding-left:20px;
}
#contenedor-menu #menu .item{
	float:left;
	font-size:16px;
	color:#333;
	text-align:center;
	padding:0px 15px;
}

#contenedor-menu #menu .item a{ display:block; color:#B6EEFC; text-decoration:none; height:60px;	line-height:60px; float:left;}
#contenedor-menu #menu .item a:hover{ color:#FFF; text-decoration:none;	height:60px; background-image:url(../img/item-hover.jpg); background-repeat:no-repeat; background-position:center; }

#contenedor-menu #menu .item2{
	float:right;
	font-size:14px;
	color:#CCC;
	text-align:center;
	padding:0px 15px;
}
#contenedor-menu #menu .item2 a{ display:block; text-decoration:none; height:60px;	line-height:60px; float:left; color:#CCC;}
#contenedor-menu #menu .item2 a:hover{ color:#FFF; text-decoration:none;	height:60px; background-image:url(../img/item-hover.jpg); background-repeat:no-repeat; background-position:center; }

#contenedor-menu #menu .item .activa{ display:block; float:left;line-height:60px;color:#FFF; height:60px; background-image:url(../img/item-activa.jpg); background-repeat:no-repeat; background-position:center; font-weight:bold;}

#contenedor-general{
	width:994px;
	height:auto;
	margin:0 auto;
	background-image: url(../img/fondo-contenido.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
#contenedor-general #cierre-contendor-general{
	width:994px;
	height:4px;
	margin:0 auto;
	background-image:url(../img/cierre-contenido.jpg);
	background-repeat:no-repeat;
	clear: both;
}

#cierre-especial{
background-image:url(../img/cierre-especial.jpg);
background-repeat:repeat-x;
height:10px;
}
.contenido{
	padding:25px;
}
.contenido ul{
	list-style:none;
	margin-bottom:10px;
}
.contenido ul li{ 
	float:left;
	width:226px;
	line-height:18px;
	font-size:14px; 
}
.contenido ul li a{ color:#0C86A5; text-decoration:none;}
.contenido ul li a:hover{ color:#0C86A5; text-decoration:underline; font-weight:bold;}
#pie_especial{
	color:#000000;
	clear: both;
	margin:0 auto;
	width: 994px;
	height: 60px;
	background-image: url(../img/fondo-pie.jpg);
}
.separador{
	clear:both;
	background-image:url(../img/separador.jpg);
	background-repeat:no-repeat;
	margin:15px 0px;
	height:4px;
}

.contenido .modulo{ margin-bottom:10px;}
.contenido .modulo .desarrollo{
	float:left;
	width: 300px;
	height: 440px;
	position:relative;
}
.contenido .modulo .desarrollo .subir{
	bottom:0;
	position:absolute;
}

.contenido .modulo .desarrollo .subir a{ color:#0C86A5; text-decoration:none;}
.contenido .modulo .desarrollo .subir a:hover{ color:#0C86A5; text-decoration:underline; font-weight:bold;}
.contenido .modulo .img-video{ 
	float:right;
	width:635px;
	height:440px;
	background-image:url(../img/img-video.jpg);
	background-repeat:no-repeat;
}
.contenido .modulo .img-video .player-video{ margin:10px 9px;}
.contenido h1{ font-size:30px; font-weight:bold; letter-spacing: -2px; margin-bottom:10px;}
.contenido h2{ font-size:24px; font-weight:bold; letter-spacing: -2px; margin-bottom:10px;}
.contenido h3{ font-size:20px; font-weight:bold; letter-spacing: -1px; margin-bottom:10px;}


#logotipos{
	clear:both;
	padding-top:5px;
	padding: 10px 15px;
	float: left;
	width: 500px;
	}
#roba{
	width:300px;
	height:250px;
	background-color:#666666;
	margin-bottom:5px;
	float:right;
	background-image:url(../img/publicidad-roba.jpg);
	background-repeat:no-repeat;
	padding-top:12px;
}
#jumbobanner{
	float:left;
	width:742px;
	height:90px;
	background-image:url(../img/publicidad.jpg);
	background-repeat:no-repeat;
	padding-left:12px;
}



.txt{ font-size:12px; padding-bottom:10px; line-height:16px;}
.txt2{ font-size:12px; padding-bottom:5px; line-height:16px;}
.anhos{
	font-size:11px;
	padding:5px;
	line-height:16px;
	background-color:#F0F0F0;
	border: 1px solid #CCCCCC;
	margin:5px 10px 0px 10px;
	color:#666666;
}

.anhos a{ color:#666666; text-decoration:none; padding:0px 9px;}
.anhos a:hover{ color:#0C86A5; text-decoration:underline;}


.limpiar{clear:both;}

#firma{
	float:right;
	padding:10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:right;
}

