@charset "utf-8";
#bd {
	background: #FFF url(../img/if/bg_bd_sombra.jpg) no-repeat right top;
}

/************************/
#detalle {
	position: relative;
	float: left;
	margin: 10px 0 20px 0;
	width: 860px;
}
#detalle #texto {
	float: right; 
	width: 390px;
/*	border: 1px dotted #999; */
	text-align: justify;
	font-size: 12px;
	line-height: 19px;
	color: #444444;
	text-transform: none; 
}
#detalle #texto p{
	margin-bottom: 15px;
}
#detalle #texto h1 {
	text-align: left;
	font-size: 27px;
	line-height: 27px;
	font-weight: normal;
	color: #ff1450;
	margin-bottom: 5px;
}
#detalle #texto h2 {
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
}
#detalle #texto h3 {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #a1a1a1;
	margin-bottom: 10px;
}
#detalle #foto {
	float: left;
	width: 450px;
}
#detalle #video {
	float: left;
	margin-bottom: 20px;
}
#detalle #foto img{
	width: 450px;
	margin: 0 0 15px 0;
}


#detalle .facebook{
	background: #f5f5f5;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border: 0px solid #f5f5f5;
	padding: 8px 15px 8px 10px;
	display: inline;
	font-size: 11px;
}
#detalle .facebook a{
	color: #3B5998;
	text-decoration: none;
}
#detalle .facebook a:hover{
	text-decoration: underline;
}



/************************/
#secciones {
	float: left;
	clear: both; 
	display: block;
	width: 860px;
	border-bottom: 1px solid #a1a1a1;
	height: 30px;
	line-height: 30px;
}

/************************/
#listado {}
#listado ul {}
#listado ul li{
	border-bottom: 1px dotted #999;
	font-size: 11px;
	line-height: 20px;
	clear: both;
	color: #999;
	text-transform: lowercase;
}
#listado ul li a strong{
	color: #666;
}
#listado ul li a{
	color: #999;
	text-decoration: none;
}
#listado ul li a:hover{
	color: #666;
}
#listado ul li a:hover strong{
	color: #ff1450;
}




#listado #paginacion{
	width: 200px;
	margin-top: 5px;
	background: none;
}
#listado #paginacion .btn {
	float: left;
	width: 85px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
}
#listado #paginacion .btn a{
	display: block;
	text-indent: -3000px;
}
#listado #paginacion .btn.prev {
	background: url(../img/if/btn_nav_prev_off.png) no-repeat;
}
#listado #paginacion .btn.next {
	background: url(../img/if/btn_nav_next_off.png) no-repeat;
}
#listado #paginacion .btn.prev a{
	background: url(../img/if/btn_nav_prev.png) no-repeat;
}
#listado #paginacion .btn.next a{
	background: url(../img/if/btn_nav_next.png) no-repeat;
}





