/* CSS Document */
/* Designed for Ernesto Arellano */
/* neto.ap@gmail.com */
/* thanks to http://www.freefoto.com/ */
		body {
 		    text-align: center;
		    background-color: White;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		#container {
    		width: 800px;
		    margin: 0px auto;
    		text-align: left;
			background-color:#FFFFFF;
			position: relative;
		}
		
		#fin {
			position:relative;
			top: 8px;
			font-size: 11px;
			color:#999999;
			width: 800px;
			text-align:right;
		}

		#footer {
		    clear: both;
			width:800px;
			height:30px;
		}
		
		#header {
			width: 800px;
			height: 248px;
		}
		
		#info_top {
			width: 800px;
			height: 80px;
			
			
			/*border: #000000 solid thin;*/
		}
		
		#lenguaje {
			float: right;
			position:relative;
			width: 100px;
			height: 22px;
			text-align: center;
		}
		
		#link_secciones{
			color:#666666;
			float:right;
			position:absolute;
			/*top: 30px;*/
			top:20px;
			left: 728px;
			z-index: 1;
			font-size: 10.5px;
			text-align:right;
		}
		
		#link_secciones a{
			text-decoration:none;
			font-weight:bold;
			color: #666666;
		}
		
		#link_secciones a:hover{
			text-decoration:none;
			font-weight:bold;
			color: #333333;
		}

		#logo {
		    width: 80px;
		    height: 80px;
		    /*position: absolute;
		    margin: 0px;
		    padding: 0px;*/
		}

		#main {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	background-color:white;
	font-size: 12px;
		}
		
		#menu_top {
			position:relative;
			width:800px;
			height:22px;
			top: 6px;
			z-index: 8;
		}
		
		#texto {
			font-size:11px;
			position:relative;
			width: 800px;
			height: 500px;
			padding: 15px;
			padding-top:20px;
			color:#333333;
		}
		
		#titulo {
		    width: 600px;
		    height: 65px;
		    position: absolute;
		    left: 100px;
		    top: 15px;
			background-image: url(images/AnxoTitle.JPG);
			z-index: 0;
		}
		
		.lenguaje{
			background-image:url(images/boton.png);
			vertical-align:middle;
			text-align:center;
		}
		
		.lenguaje a {
			text-decoration:none;
			font-size:11px;
			font-weight:bold;
			color: Gray;
		}
		
		.lenguaje a:hover{
			/*letter-spacing: .1em;*/
			color:#333333;
		}
		
		.menu {
	position: absolute;
	background-image:url(images/menu.png);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2E2E2;
	left: 1px;
	top: 747px;
		}

		.menu a {
			text-decoration:none;
			font-size:11px;
			font-weight:bold;
			color: white;
		}
		
		.menu a:hover {
			/*letter-spacing: .1em;
			color: #CCCCCC;*/
			color: #C4c4c4;
			
		}
		
		.main_text
		{
			font-size: 12px;
			font-weight:bold;
			color: #2571CB;
			text-align:justify;
		}
		
		.menu_text
		{
			color:White;
			font-weight:bold;
			font-size:11px;
			text-align:center;
			
		}
	
		
		
		
		

