﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #A1B8CB;
}
#container {
	width: 1024px;
	margin: 0 auto;
	/*padding: 10px;*/
	/*border-right: 2px solid #063E67;
	border-bottom: 2px solid #063E67;
	border-left: 2px solid #063E67;*/
	background-color: #A1B8CB;
/*	border-color: #063E67;*/
	border-style: none;
}
#masthead {
	/*text-align: center;*/
	width: 1024px; /*	padding: 10px;
	border: 1px solid #063E67;*/;
	background-image: url('../../images/header.jpg');
	background-repeat: no-repeat; /*background-attachment: scroll;*/;
	height: 128px;
	/*margin-bottom: 5px;*/
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 5px; /*	border-right: 1px solid #063E67;                           ojo*/;
	border-right-style: none;
	margin-left: 10px;
}
#content {
	float: left;
	width: 800px;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	margin-left: 30px;
}
#footer {
	margin: 5px;
	text-align: center;
	clear: both;
	width: 1024px; /*border: 1px solid #063E67;*/;
	background-image: url('../../images/barramenu.JPG');
	background-repeat: no-repeat;
	color: #002E57;
}
/* Masthead Styles */
#masthead h1 {
	color: #063E67;
}
#masthead h3 {
	color: #063E67;
}
/* Navigation Styles */
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
/*border: 1px solid #063E67;*/	background-color: #A1B8CB;       /* ojojojo  */
	width: 145px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #063E67;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #A1B8CB;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#navigation a:hover {
	color: #4E8E26;
	text-decoration: none;
	/*background-color: #CCCCCC;*/
}

}
#mapa a{
	text-align: justify;
	font-family: Arial;
	font-size: 22px;
	color: #003B64;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#mapa a:hover {
	color: #4E8E26;
	/*text-decoration: none;*/
	/*background-color: #CCCCCC;*/
}


/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #063E67;
}
#content img {
	padding: 5px;
/*	border: 1px solid #063E67;*/
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
}
/* Footer Styles */
#footer p {
	color: #063E67;
	height: 40px;
	background-image: none;
}
#footer a {
	color: #063E67;
	text-decoration: underline;
	vertical-align: bottom;
}
#footer a:hover {
	color: #4E8E26;
	text-decoration: underline;
	}
a {
	color: #063E67;
	text-decoration: underline;
}
a:hover {
	color: #063E67;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.barralegal {
	border-style: none;
	margin: 20px 10px 0px 0px;
	background-image: url('../../images/gold.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 103px;
	position: relative;
}
.textopagina {
	text-align: justify;
	font-family: Arial;
	font-size: 22px;
	color: #003B64;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}




