/* CSS Document */

#banner p.banner_imagenes{
	display:block;
	float:left;
	width:273px;
	padding-left: 15px;
	background-image: url(../img/fondo_banner_imagenes.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	height: 305px;
	border-top: 10px solid #BADA2F;
	padding-right: 630px;
	line-height: 15px;
}
#banner p.banner_imagenes span{
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}


/*------*/
#reproductor_imagenes{
	display:block;
	float:left;
	width:690px;
	padding-left: 95px;
}
#reproductor_imagenes #visor_imagen{
	display:block;
	float:left;
	border: 2px solid #BADA2F;
	width: 580px;
	height: 385px;
	text-align: center;
}
#reproductor_imagenes p.descripcion_imagen{
	display:block;
	float:left;
	width:500px;
	font-size:14px;
	padding-top: 6px;
	color: #BADA2F;
	padding-left: 50px;
	font-weight: bold;
}
#reproductor_imagenes p.descripcion_imagen span{
	font-weight:bold;
	font-size: 9px;
}
#reproductor_imagenes #paginacion{
	display:block;
	float:left;
	width:100px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: #FFFFFF;
}

#reproductor_imagenes .botones_paginacion{
	display:block;
	float:left;
	width:50px;
	font-size:9px;
	color: #4F4C4B;
	padding-top: 200px;
}
#reproductor_imagenes .botones_paginacion a.siguiente{
	display:block;
	float:right;
	width:40px;
	font-size:1px;
	background-image: url(../img/imagen_siguiente.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-decoration: none;
}
#reproductor_imagenes .botones_paginacion p.siguiente{
	display:block;
	float:right;
	width:40px;
	font-size:1px;
	background-image: url(../img/imagen_siguiente_desac.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-decoration: none;
	padding: 0px;
}
#reproductor_imagenes .botones_paginacion p.anterior{
	display:block;
	float:left;
	width:40px;
	font-size:1px;
	background-image: url(../img/imagen_anterior_desac.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-decoration: none;
	padding: 0px;
}
#reproductor_imagenes .botones_paginacion a.anterior{
	display:block;
	float:left;
	width:40px;
	font-size:1px;
	background-image: url(../img/imagen_anterior.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-decoration: none;
}
#reproductor_imagenes #paginacion a.ampliar_imagen{
	display:block;
	float:left;
	width:80px;
	font-size:9px;
	background-image: url(../img/ico_ampliar.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	color: #4F4C4B;
	padding-top: 2px;
	padding-bottom: 3px;
}

#reproductor_imagenes #color_asoc{
	display:block;
	float:left;
	width:350px;
	padding-left: 50px;
	padding-top: 15px;
}
#reproductor_imagenes #color_asoc img{
	display:block;
	float:left;
}
#reproductor_imagenes #color_asoc p{
	display:block;
	float:left;
	width:150px;
	font-size: 12px;
	color: #AAA9A8;
	padding-top: 6px;
	padding-left: 10px;
}
#reproductor_imagenes #color_asoc p span{
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #BADA2F;
	padding-top: 3px;
}
