@charset "utf-8";
/* CSS Document */

BODY {
	text-align: center;
	background-color: #DBE7F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #003366;
	padding-right: 20px;
	padding-left: 20px;
} 
#contenedor{ 
    text-align: left; 
    width: 99%; 
    margin: auto; 
} 
#cabecera{
	background-color: #dbe7f2;
	color: #333300;
	font-size:9pt;
	font-weight: bold;
	text-align: center;
	height: 130px;
	background-position: center center;
} 
#barramenu {
	margin:0;
	padding:0;
	text-align: center;
	
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	margin-left: 25%; 
}

#menu li {
	margin:4px;
	padding:5px;
	border:thin groove #003366;
	float:left;
	background-color: #D0D0FF;
}

#menu li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:0.9em;
	color:#003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu li a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}
#cuerpo{
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin-right: 35px;
	margin-left: 35px;
} 
img.flotante{
	float:left;
	margin-left: 50px;
}
#colizqd{
	width: 25%;
	background-color: #A8C5E1;
	float:left;
	padding: 1% 3% 3%;
}
#colcentral{ 
    margin-left: 32%; 
    background-color: #ffffff; 
    padding: 1% 3% 3%; 
    width: 25%; 
} 

#coldcha{
	width: 30%;
	float: right;
	padding: 1% 3% 3%;
	background-color: #A8C5E1;
} 
#pie{ 
    background-color: #D0D0FF; 
    text-align:center; 
    clear: both; 
} 
dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	line-height: 2em;
}
dd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	white-space: normal;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #006699;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000033;
	text-align: justify;
}
dl {
	font-size: 1em;
	line-height: 2em;
}
img.flotanteDcha {
	float:right;
	margin-right: 50px;
}
#contact {
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

