/* CSS Document */

body {
	width:800px;
	height:600px;
	margin:0 auto;
    	text-align:center;
	font-family: 'Comic Sans MS', cursive;
	background-color:#050616;
	background-position:center;    
	border:none;  
  }
p {
	font-size:13px;
}
h1 {	
	line-height:150%;
	font-size:16px;
	color:#9bd608;
}
h2 {	
	line-height:125%;
	font-size:15px;
	color:#9bd608;
}

a:link {
	text-decoration: none;
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color:#9bd608;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}
#pagina {
	color:#9bd608;
}
#fondo {
	background-image:none;
	background-repeat:repeat;
	margin-left:0px;
	margin-top:100px;
	margin-right:0px;
	margin-bottom:0px;
	border-style:none;
	width:800px;
    	height:462px;
	position:relative;
	
}
	
#menu {
    	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:5px;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#35355a;
	width:788px;
    	height:30px;
	color:#ffffff;
	text-align:center;
	position:relative;
	float:left;
	background-color:none;
  }
#menu a:hover{	
	color:#9bd608;
}
#contenido {
   	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:30px;
	padding-left:40px;
	padding-bottom:30px;
	padding-right:40px;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#35355a;
	position:relative;
	float:left;
	width:718px;
    	height:360px;
	text-align:left;
	color:#ffffff;
	line-height:150%;
	background-image:url('../img/cabecera.png');
	overflow:hidden;
}
#texto {
	padding-left:250px;
}


#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%;
	background-color:none;
	overflow:hidden;
}

#xeito{
    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:50px;
	color:#ffffff;
	text-align:left;
	line-height:125%;
	background-color:none;
	overflow:hidden;
}
#icono{
	padding-top:0px;
	padding-left:50px;
	padding-bottom:0px;
	padding-right:20px;
	float:left;
}

