/* CSS Document */

body {
	width:800px;
	height:600px;
	margin:0 auto;
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-position:center;    
	border:none;  
  }

h1 {	
	line-height:125%;
	//	line-height:15px;
	font-size:13px;
	color:#ffffff;
}
h2 {	
	line-height:125%;
	//	line-height:15px;
	font-size:12px;
	color:#ffffff;
}

p {
	font-size:11px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color:#cd0000;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}
#pagina {
	color:#cd0000;
}
#fondo {
	background-image:none;
	background-repeat:repeat;
	margin-left:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	border-style:none;
	width:800px;
    height:480px;
	position:relative;
	
}
	
#menu {
    	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:5px;
	border-style:none;
	width:790px;
    height:30px;
	color:#ffffff;
	text-align:center;
	position:relative;
	float:left;
	background-color:none;
  }
#menu a:hover{	
	color:#red;
}
#contenido {
   	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding:5px;
	border-style:none;
	position:relative;
	float:left;
	width:790px;
    	height:400px;
	text-align:center;
	color:#ffffff;
	line-height:100%;
	//	line-height:15px;
	background-image:none;
	overflow:auto;
}
#texto {
	text-align:left;
}
#submenu {
   	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:0px;
	padding:5px;
	border-style:none;
	position:relative;
	float:left;
	width:790px;
    height:80px;
	text-align:center;
	color:#ffffff;
	line-height:125%;
	//	line-height:15px;
	background-image:none;
	overflow:auto;
}


#contador{
    margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	border-style:none;
	border-width:0px;
	border-color:none;
	position:relative;
	float:left;
	width:800px;
    height:0px;
	text-align:left;
	line-height:125%;
	//	line-height:15px;
	background-color:none;
	overflow:hidden;
}

#mapaweb{
    margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	border-style:none;
	border-width:0px;
	border-color:none;
	position:relative;
	float:left;
	width:800px;
    height:40px;
	color:#ffffff;
	text-align:center;
	line-height:125%;
	//	line-height:15px;
	background-color:none;
	overflow:hidden;
	font-size:10px;

}

#xeito{
    margin-left:0px;
	margin-top:30px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	border-style:none;
	border-width:0px;
	border-color:none;
	position:relative;
	float:left;
	width:800px;
    height:50px;
	color:#ffffff;
	text-align:left;
	line-height:125%;
	//	line-height:15px;
	background-color:none;
	overflow:hidden;
}
#icono{
	padding-top:0px;
	padding-left:25px;
	padding-bottom:25px;
	padding-right:25px;
	float:left;
}


