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

* {
	margin:0;
	padding:0;
}

a {
	color:#FF9900;
	text-decoration:none;
}

a:hover {
	color:#996600;
}

.active{
	color: #F90;
}

body {
	background: url(img/top.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#contenedor {
	margin: auto;
	width: 900px;
	font-size: 1.4em;

}

#header {
	height:40px;
	clear:both;
}

h1 {
	width:250px;
	height:40px;
	float:left;
	background: url(img/logo2.jpg) no-repeat;
	text-indent: -1000em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:1.3em;
	text-transform: uppercase;
	margin-bottom:10px;
}

h3{
	color: #748796;
	margin: 0 0 10px 0;
}

ul li {
	float:left;
	margin-right:20px;
	list-style:none;
}

ul.textos{
    line-height: 160%;
	color:#993300;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

ul.textos li{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:10px;

}

ul.linksu li {
	float:none;
}

p {
	line-height: 160%;
	color:#993300;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

em{
	color:#000000;
	font-style: normal;
}

em.destacado1{
	color: fuchsia;
}

#menu {
	height:30px;
	width:650px;
	/*backgound-color:#00CC99;*/
    /*margin: 5px 0 5px 0 ;*/
    text-align:left;
	color:#FFFFFF;
	float:left;
	margin-top:20px;
}

#imagen {
	height:267px;
	margin-bottom: 30px;
	clear:both;
}

#texto {
	margin-bottom: 20px;
}

#footer p {
	font-size: 0.9em;
	color:#666666;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
	margin-bottom: 10px;
	clear:both;
}

.secondField{
	 display: none;
}

.thirdField{
	 display: none;
}

.firstField, .secondField, .thirdField{
	margin: 0 0 20px 0;
}

h3.marginTop{
	margin: 30px 0 15px 0;
}

ul li.linksUtiles{
	clear: both; margin: 0 0 10px 0;
}

ul li a.links{
	position: relative; top: -6px; left: 5px; color: #a04b2c;
}

p#center{
	text-align: center;	
}

span#mailColor, #mainMenuSelected, #apostilla{
	color: #738695;
}