@charset "utf-8";
/* CSS Document */

#compartirR{
	position:absolute;
	right:-50px;
	top:7px;
	}

#cont-principal{
	float:left;
	margin-left:25px;
	width:900px;
	background: url(../img/header-curve.png) no-repeat top ;
	position:relative;
	margin-bottom:10px;
	
	}
#historial-pag span{
	font-weight:bold;
	}
#historial-pag a:hover{
	text-decoration:underline;
	}
#historial-pag a{
	text-decoration:none;
	color:#0B2E6F;
	}
#historial-pag{
	float:left;
	margin-left:10px;
	font-style: italic;
	
	height:40px;
	line-height:40px;
	font-size:11px;
	}
#comparte img{
	border:none;
	float:right;
	}
#comparte{
	float:right;
	width:125px;
	background: url(../img/sep-red.png) left center no-repeat;
	text-align:left;
	font-style: italic;
	height:30px;
	line-height:30px;
	color:#0B2E6F;
	padding-left:2px;
	}
#menu-enlaces{
	float:right;
	margin-right:2px;
	text-align:left;
	height:30px;
	line-height:30px;
	color:#0B2E6F;
	font-weight:bold;
	padding-left:16px;
	background: url(../img/flecha-ab.png) left center no-repeat;
	}

#cont-seccion{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:898px;
	float:left;
	text-align:left;
	}
#cont-seccion img{
	max-width:870px;
	}
#cont-seccion h3{
	width:880px;
	margin:5px;
	margin-left:10px;
	border-bottom:1px solid #CCC;
	text-align:left;
	float:left;
	color:#333333;
	margin-top:20px;
	}


#cont-seccion h2{
	width:880px;
	margin:5px;
	margin-left:10px;
	
	text-align:center;
	float:left;
	color:#333333;
	}

#cont-seccion p,ul{
	margin:3px;
	margin-left:10px;
	text-align:left;
	float:left;
	color:#666666;
	}
#cont-seccion form{
	float:left;
	width:870px;
	padding-left:10px;
	padding-top:5px;
	margin-top:10px;
	margin-left:10px;
	font-weight:bold;
	background: url(../img/formbusq.png) center top no-repeat;
	height:40px;
	}
#pie-seccion span{
	margin-right:10px;
	font-style:italic;
	text-shadow:0 1px 0 #F0F0F0;
	}
#pie-seccion{
	width:900px;
	float:left;
	background: url(../img/footer-curve.png) no-repeat bottom ;
	height:20px;
	text-align:right;
	}



#busqueda li { display: inline; }
#busqueda ul{
	padding:0px;
	margin:0px;
	}
#busqueda{
	float:left;
	width:870px;
	margin-left:14px;
	}

.foto-gal{
	max-height:100px;
	border:1px solid #FFF;
	cursor:pointer;
	}
.cont-foto:hover{
	text-decoration:underline;
	width:167px;
	margin:5px;
	height:120px;
	}
.cont-foto{
	position:relative;
	float:left;
	background: #333333;
	width:157px;
	margin:10px;
	padding:20px;
	text-align:center;
	height:110px;
	}
.cont-foto label{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFF;
	width:100%;
	text-align:center;
	height:20px;
	}
