*{
	margin: 0px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body{
	background-color: #6f7178;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#contenedor{
	width: 1213px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.amarillo{
	color: #FEC921;
}
.top{
	background-image: url(../imagenes/Home-resolucion-2009_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrap{
	background-image: url(../imagenes/Home-resolucion-2009_06.jpg);
	background-repeat:  repeat-y;
}
.end{
	background-image: url(../imagenes/Home-resolucion-2009_20.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header{
	height: 143px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
#frase{
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #1f2021;
	font-size:13px;
}
#frase p{
	float: right;
	padding-right: 23px;
	margin-top: 5px;
}
#botonera{
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #333333;
}
#slide{
	height: 402px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:1px;
}
#contenido{
	background-image: url(../imagenes/Home-resolucion-2009_13.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 18px;
}
#col_tit{
	float: left;
	width: 410px;
	margin-top: 73px;
}
#col_tit h2{
	float: right;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC00;
}
#col_text{
	float: right;
	width: 500px;
	margin-top: 72px;
	padding-bottom: 54px;
	padding-right: 270px;
	font-size:12px;
	font-weight:300;
}
.clear{
	clear: both;
}
#logo{
	float: left;
	padding-left: 70px;
	margin-top: 16px;
}
#info{
	float: right;
	padding-right: 23px;
	margin-top: 16px;
	font-size:13px;
}
#info p{
	font-size: .9em;
}


/* remove the bullets, padding and margins from the lists */
.menu{
	height:30px;

}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:110;
	top:29px;
	left: -1px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:0.9em;
	width:120px;
	color: #FFF;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-family:verdana, sans-serif;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	background-color: #333333;
	/*IE*/
	filter: alpha(opacity=70);
	/*FireFox Opera*/
	opacity: .7;
}
/* style the links hover */
.menu :hover{
	color:#F9CA32;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
.menu   ul   li  ul li{
	width: 120px;
	border-bottom-width: .1em;
	border-bottom-style: solid;
	border-bottom-color: #FC0;

}


a.correo:link {
	color: #FFF;
	text-decoration: none;
}

a.correo:visited {
color: #FFF;
text-decoration: none;
}

a.correo:hover {
	text-decoration: none;
     color: #FEC921;
}

a.correo:active {
     color: #FFF;
	 text-decoration: none;
	 
}