@charset "utf-8";
/* CSS Document */

/*section#banner{
	background:url(imagenes/cargando.gif) center center no-repeat;
	height: 380px;
	margin:auto;
	position: relative;
    overflow: hidden;
}
*/
section#banner img{
	position:absolute;
}

/*#opciones{
	height:20px;
	margin:auto;
	padding:10px 0 10px 0;
	text-align:center;
}*/

.boton_foto{
	background-image: url(../imagenes/noescogido.png);
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:10px;
	margin:20px 3px 0 3px;
	cursor:pointer;
}

.boton_foto_selec{
	background:url(../imagenes/escogido.png);
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:10px;
	/*margin:10px 3px 0 3px;*/
	margin:20px 3px 0 3px;
}