@charset "utf-8";
/* CSS Document */
@import url("comun.css");
@import url("cabecera.css");
@import url("menuh.css");
@import url("camino.css");


#contenido_enlaces {
	float:right;
	padding: 6px 0px;
	border: 0px solid #00FF00;
	text-align: left;
	width:87%;
    }
	
#titulo {
	float: left;
	width: 100%;
	background-color:#e7130b;
	height: 36px;
	text-align:left;
	margin-top: 6px;
	vertical-align: middle;
}
#titulo .titular{
	padding: 0px 12px 0px 0px;
	color:#808080;
	font-size:200%;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#FFFFFF;
	width: auto;
}	


#enlaces {
float: left;
width: 100%;}

#cont_enlaces{
float: left; 
font-size:100%;
width:48%;}

#enlaces table {
padding: 6px;
border: 0px;
width: 100%;}


#enlaces table td {
background: #fff;
color: #000000;
height: 1em;}

A {
text-decoration:none;
color:#5c5c5c;
}

	A:visited {
	color:#5c5c5c;
	}
	
	A:hover {
	text-decoration: none;
	color:#5c5c5c;
	}
	
	H4 {
		margin: 0; padding: 0;
		color:#000;
}



