@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333333;
}



#cabecera {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.png);
}


#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 5px;
}

#contenido {
	float: left;
	width: 690px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contenido h1 {
	font-size: 150%;
	color: #8B1F05;
}
#contenido h2 {
	font-size: 120%;
	font-weight: bold;
}
#contenido h3 {
	font-weight: bold;
	font-size: 130%;
	color: #8B1F05;
}
#contenido h4 {
	font-size: 110%;
	color: #000;
}

#contenido img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
}

#lateral {
	float: right;
	width: 190px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
#naveg  {
	width: 95%;
	padding: 5px;
}
#naveg a  {
	color: #4D4E80;
	text-decoration: none;
}
#naveg a:visited  {
	color: #4D4E80;
}
#naveg a:hover  {
	color: #3f89d4;
	text-decoration: underline;
}
#container_2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#naveg a:active  {
	color: #3f89d4;
}
#naveg .actual {
	color: #3f89d4;
}

#naveg li {
	margin-left: -30px;
	list-style-type: none;
}
#contenido li {
	list-style-position: inside;
	list-style-type: disc;
}

#naveg_2 {
	width: 95%;
	padding: 5px;
}
#bajo {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#titular {
	border: 1px solid #8B1F05;
}
#contenido th {
	font-weight: normal;
	text-align: left;
}
#contenido p {
	margin-top: 0.8em;
	margin-bottom: 0px;
}
#contenido h2 {
	margin-bottom: 10px;
}




a  {
	color: #3f89d4;
	text-decoration: none;
}

a:hover  {
	color: #3f89d4;
	text-decoration: underline;
}
a:visited  {
	color: #3f89d4;
}
a:active  {
	color: #3f89d4;
	text-align: center;
}
.menor {
	color: #666666;
	font-size: 90%;
}


.destacado {
	color: #660000;
}
.img_izda {
	float: left;
	margin-right: 5px;
	padding: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
