@CHARSET "ISO-8859-1";

body{
	background-image: url("../images/fondo_web.png");
	background-repeat: repeat-x;
	background-color: white;
	min-height: 95%;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	
}
.text_idioma{	
	color: black;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: #385882;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: solid 5px #385882 ;
	padding-bottom: 5px;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	border-bottom: solid 3px #385882 ;
	padding-bottom: 5px;
	color: #8b8b8b;
}

h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: solid 1px #385882 ;
	padding-bottom: 5px;
	padding-top: 10px;	
}
h5{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: solid 1px #385882;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
}
h5 a {
	color: black;
	text-decoration: none;	
	
}
h5 a:HOVER {
	color: #385882;
	text-decoration: none;	
	
}
hr{
	width: 100%;
	size: 3px;
}

ul li {
	text-align: justify;

	padding: 3px;
}
ol li {
	text-align: justify;
	padding: 5px;
}

#container{
	width: 950px;
	height: 100%;
	border-style: solid;
	border-width: 1px;	
	border-color: black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#cabecera{
	width: 100%;
	height: 120px;
	background-image: url("../images/fondo_cabecera.jpg");
	background-repeat: repeat-y;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

#menu-principal{
	width: 100%;
	height: 35px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

#menu-secundario{
	width: 100%;
	height: 25px;
}

#wrapper{
	height:300px;
	text-align: center;
	

}

#presentation{
	padding: 25px;
}

#content{
 	margin: 20px;
 	min-height: 700px;
}

#content_left{
	height: 100px;
	width: 53%;
	float: left;
	padding: 0px;
}

#content_right{
	height: 100px;
	width: 45%;
	float: right;
	padding: 0px;
}


#footer{
	background-color: #333333;
	width: 100%;
	height: 30px;	
	border-top: solid 1px black;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: white;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.table_personal{
	width: 100%;
}

.table_header{
	height: 20px;
	background-color: #385882;	
	color: white;
	font-size: 15px;
	font-weight: bold;
}
.amunt p{
	text-decoration: none;
	margin-bottom: 15px;
}

.maps{
	padding: 20px;	
	margin-top: 20px;
}

.research{
	margin-top: 25px;	
	padding: 10px;
}