/** FOTOGRAFÍAS **/
DIV#contenedorFotos {
	margin: 0px auto;
	width: 450px;
}

DIV#contenedorFotos DIV {
	display: inline;
}

DIV#contenedorFotos IMG {
	border: 1px solid #EFEFEF;
}

DIV#contenedorFotos IMG:hover {
	border: 1px solid #FFC300;	
}


/** DESPLEGABLE CATEGORÍAS **/
FORM {
	text-align: center;
	margin-top: 10px;
}

SELECT {
	background: #FFC300;
	color: #282418;
	text-transform: uppercase;
	font-size: 1em;	
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFC300;
}

SELECT:hover {
	background: #EFEFEF;
}

OPTION {
	background: #EFEFEF;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 2px 10px;
}

INPUT {		
	padding: 2px;	
	border: 1px solid #FFF;
	width: 50px;	
	margin-top: 3px;
	vertical-align: bottom;
}

INPUT.boton {
	background: #282418;
	color: #FFC300;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

INPUT.boton:hover {
	background: #FFC300;
	color: #282418;
}

/** CONTROLES ANTERIOR SIGUIENTE **/
UL.controles {
	text-align: center;
	margin-bottom: 15px;
}

UL.controles LI {
	display: inline;
}

UL.controles LI.espacio {
	margin-right: 70px;
}