@charset "utf-8";
/* CSS Document */

body { background: url(img/fondo.gif) repeat fixed center;
       font-size: 14px ; 
	   color:#000000; 	

}
     
#principal {
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	border: thin double #FC6;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}			 	  

h4 {
	height: 126px;
	width: 206px;
	position: absolute;
	left: 255px;
	top: 20px;
	background-color: #000000;
	margin: 2px;
	font:Verdana, Arial, Helvetica, sans-serif normal;
	visibility: visible;
	   
}

.drch {
	position: absolute;
	left: 483px;
	width: 187px;
	top: 21px;
	height: 129px;
	visibility: visible;
}

ul{ list-style-type: none;
    margin: 0px;
	padding: 0px;
}

li { margin: 0px;
     padding: 0px;
	
} 

li a { display: block;
       width: 120px;
	   height: 25px;
	   border: 1px solid  #00FF66;
	   text-decoration: none;
	   background: #669933;
}	   

#menu { float:left;
        width: 25%;
	    margin-top: 20px;
	    height: auto;
	    padding: 5px;
	    float: left;
		background: #FFFFFF;
}
#contenido {
	float: right;
	width: 730px;
	margin-top: 10px;
	float: none;
	height: auto;
	padding: 10px;
	border: thin dashed #FC0;
}
.izq { float: left ;}

#pie {
	background-color:#000099;
	width: auto;
	height: 40px;
	clear: both;
	margin-top: 10px;
	background-image: url(images/piedecolor.jpg);
}
	   
.reloj{
	position: absolute;
	width: 291px;
	margin-top: 10px;
	height: 81px;
	top: 281px;
	left: 152px;
	background: url(img/tiempo.gif) no-repeat left;
	background-color: #FF0033;
	
}	 

.correo {
	position: absolute;
	width: 283px;
	margin-top: 10px;
	height: 79px;
	top: 282px;
	left: 467px;
	background: url(img/mail.gif) no-repeat left;
	background-color: #0050AF;
		    
}
a img {
    border: 0px none;
}
a {
	color: #E92908;
	text-decoration: none;
}

a:hover {
	color: #F46901;
}

a:visited {
	

