/* CSS Document */
/*
	* CSS
	*
	* Hoja de Estilos del menú UUPP
	*
	* @author José Manuel Pérez-Montes Regajo
	* @author http://www.aupex.org
	* @date 2008/04/14
*/


#contenedor #izquierda td
{
	background-color:transparent;
	background-image:url("../images/flecha.gif");
	background-repeat:no-repeat;
	padding-left:15px;
}
#contenedor #izquierda a, .enlace
{
	text-decoration:none;
	color:#505050;
	text-align:left;
	font-size:12px;
}

#contenedor #izquierda a:hover
{
	color:#c21212;
}

#contenedor #izquierda .t-interesa
{
	font-size:11px;
	text-align:justify;
	color:#564B47;
}

#contenedor #izquierda .t-interesa a
{
	text-align:right;
	color:#c21212;
	margin-left:150px;
}

#contenedor #izquierda .t-interesa a:hover
{
	color:#505050;
}

#contenedor #central
{
	float:left;
	width: 780px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	margin: 0px 0px 0px 20px;
	
}

#contenedor #central .titulo
{
	font-size:16px;
	font-weight:bold;
	color:#c21212;
	margin-bottom: 10px;
}

.seleccion_uupp
{
	float:left;
	margin-left:150px;
	margin-top:20px;
	margin-bottom: 10px;
}

.boton_uupp
{
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.seleccion_uupp select
{
	width:320px;
	border:1px solid #505050;
	color:#C21212;
	font-size:11px;
	font-weight:bold;
}

.boton_uupp input
{
	border:1px solid #C21212;
	color:#C21212;
	font-size:11px;
	font-weight:bold;
}

.iframe_mapa_ups 
{
	float:left;
	height:670px;
	width:650px;
	margin-left:55px;
}

#central .descripcion li
{
	font-size: 12px;
	color:#c21212;
	font-weight:bold;
}

#central .descripcion img
{
	border-style:none;
	margin:10px 0px 10px 0px;
	
}

#central .descripcion a
{
	text-decoration:none;
	color:#c21212;
}





