@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	text-align: center;
}


.general {
width: 800px;
padding: 0;
margin: 15px auto 0 auto;
position: relative;
text-align: left;
}


.menu {
position: absolute;
top: 240px;
left: 190px;
text-align: right;
width: 175px;
z-index: 2;
}

.accesos_directos {
position: absolute;
top: 172px;
left: 60px;
text-align: right;
width: 175px;
z-index: 2;
}


.rollover1 {
position: absolute;
top: 240px;
left: 0px;
text-align: right;
width: 375px;
height: 10px;
z-index: 1;
background: #CCCCCC;
}

.rollover2 {
position: absolute;
top: 258px;
left: 0px;
text-align: right;
width: 375px;
height: 10px;
z-index: 1;
background: #CCCCCC;
}


.rollover3 {
position: absolute;
top: 276px;
left: 0px;
text-align: right;
width: 375px;
height: 10px;
z-index: 1;
background: #CCCCCC;
}

.rollover4 {
position: absolute;
top: 295px;
left: 0px;
text-align: right;
width: 375px;
height: 10px;
z-index: 1;
background: #CCCCCC;
}


.rollover5 {
position: absolute;
top: 312px;
left: 0px;
text-align: right;
width: 375px;
height: 10px;
z-index: 1;
background: #CCCCCC;
}

.banderas {
position: absolute;
width: 160px;
height: 14px;
top: 140px;
left: 635px;

}

.titulo {
position: absolute;
width: 375px;
top: 170px;
left: 425px;
text-align: left;

}


.contenido {
position: absolute;
width: 375px;
top: 245px;
left: 425px;
text-align: left;

}


a:link, a:visited {
	font-size: 10px;
 	font-style: normal;
 	color: #000;
 	font-weight: bold;
 	font-family: verdana;
 	text-decoration: none;
 	margin: 0;
	line-height: 18px;
	}
a:hover  {
  	color: #777;
	}
	
	
h1 {
	font-size: 20px;
 	/*font-style: normal;*/
 	color: #222;
 	font-weight: normal;
 	font-family: verdana;
 	text-decoration: none;
 	margin: 0;
	line-height: 19px;

}	
	
	
	
p {
	font-size: 10px;
 	font-style: normal;
 	color: #444;
 	font-weight: normal;
 	font-family: verdana;
 	text-decoration: none;
 	margin: 0;
	line-height: 12px;
	margin: 0 0 25px 0

}	
	