@charset "utf-8";
/* CSS Document */

body {
	font: 75%/1em  arial, sans-serif; 
	color: #00357d;
	line-height: 1.3; 
}

a {
	color: #2bade5;
	font-size: 1em;
	font-family:  arial, sans-serif; 
	text-decoration: none;
}
.active{
	color: #2bade5;
	text-decoration: none; 
}
a:hover {
	color: #2bade5;
	text-decoration: underline; 
}	
/*a:visited {
color: #5090c9;
text-decoration: none; 
}*/
li {
	list-style-type: circle; 
	margin: 10px;
	padding:0;
	line-height: 1.3;
}
.numbers {
	list-style-type: decimal; 
}
h1 { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 155%;
	font-weight: lighter;
	color: #2bade5;
	margin: 20px;
}
h2 { 
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 0px 20px;
}
p {
	font-size: 1em;
	font-weight: normal; 
	margin: 10px 20px;
}
table {
	width: 300px;
	table-layout: fixed;
	margin: 15px;
}
#container {
	background: url('images/bg.gif');
	margin: 40px auto 15px auto;
	width: 899px;
}
#head1 {
	background-image: url('images/head1.gif');
	width: 899px;
	height: 80px;
}
#head2 {
	background-image: url('images/head2.gif');
	width: 899px;
	height: 100px;
}
/*menu*/
#menu {
	float:right;
}
#nav, #nav ul {
	margin: 0;	
}
#nav a {
	display: block;
	font-size: 1.2em;
	font-family: arial, sans-serif; 
	font-weight: bold;
	color: #4aaade;
	text-decoration: none; 
}
#nav li {
	float: left;
	margin-left: 10px;
	margin-right:0;
	margin-top:0;
	list-style-type: none;
}
#nav #selected a {
	color: #ffa507;
}
#nav li ul {
	position: absolute;
	padding: 0;
	left: -999em;
}
#nav li ul li {
	float: none;
	margin: 0;
	background-color:#FFFFFF;
	padding: 5px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}
#nav a:hover  {
	font-size: 1.2em;
	font-family: arial, sans-serif; 
	font-weight: bold;
	color: #ffa507;
	text-decoration: underline; 
}
/*menu end*/
/* head ends here */
/* content starts here */
#content {
	background: url('images/head3.gif') no-repeat;
	border:0;
	height: auto;
	margin: 0;
	overflow: hidden;
	width: 899px;
	padding: 0px 0px 15px 0px;
} 

#cntleft {
	width: 525px;
	float:left;
	height:auto;
	padding-top: 55px;
}

#cntright {
	background: #eef6fd url('images/photos/spine.gif') no-repeat;
	width: 370px;
	margin-left: 530px;
}
#cntright_c {
	background: #eef6fd url('images/photos/contacto.jpg') no-repeat;
	width: 370px;
	margin-left: 530px;
	padding-top: 55px;
} 

#cntright_p {
	background: #eef6fd;
	width: 370px;
	margin-left: 530px;
} 

#imgcontent {
	float: right; 
	margin-right: 25px; 
	margin-top: 45px;
	border: 0;
}
#calender {
	margin-left: 27px;
	border: 0;
}
#imginfos {
	float: right; 
	margin: 10px; 
	border: 0;
}
/* content ends here */
/* footer starts here */
#footer {
	height: 46px;
}
#footer p {
	margin: 0;
	font-family:  arial, sans-serif; 
	font-size: 0.8em; 
	text-align: center;
}
#footer a {
	color: #075eab;
	font-size: 1em; 
}
#footer a:hover {
	color: #ffbc45;
	text-decoration: underline; 
}
