HTML {
	background: #D0ECEA;
}

DIV#pie {
	border-bottom: 3px solid #93A7A5;
}

/** DESCRIPCION O SUBCONTENIDO **/
DIV#descripcion {
	background: #D0ECEA;
	height:625px;
}

A {
	outline:none;
}


/** CONTENIDO **/
DIV#descripcion P A {
	color: #3FA49D;
}

DIV#listado {
	width:190px;
	margin-bottom: 5px;
	height:550px;
	overflow:auto;
}
DIV#listado IMG {
	background: #FFF;
	width: 72px;
	height: 72px;
	padding: 3px;
	margin-right: 5px;
	border: 1px solid #63C1B9;
}
DIV#listado IMG.activo {
	background: #63C1B9;
}

DIV#contenido DIV IMG {
	padding: 4px;
	border: 1px solid #D0ECEA;
	background: #EFF9F8;
	margin-top: 5px;
}

DIV#contenido {
	text-align: center;
}

SELECT {
	background: #EFF9F8;
	border: 1px solid #63C1B9;
	padding: 2px 3px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #333;
	font-style: italic;
	margin: -5px 0px 10px;
	cursor: pointer;
	font-weight: bold;
}

OPTION {
	font-weight: normal;
}

P.pieFoto:first-letter {
	text-transform: capitalize;
}