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

body {
background-image: url(fondoverderayas.gif);
<a href="estilo.css">estilo.css</a>
	background-repeat: repeat;

text-align:center;
margin:0 auto;
}

#principal{
width:850px;
background-color: #F0FFF0;
margin: 0 auto;
text-align:left;
position:relative;
left:10px;
}

#cabecera{
height:150px;
margin:10px;
padding: 1px;
}

#menu{
background-color: #EEE8AA;
width:850px;
height: 50px;
margin-top:0;
}

#menu ul{
	border-left: #EEE8AA 1px solid;
	background-color: #EEE8AA;
	margin-top: 5px;
	height: 30px;
	font-size: 16px;
	border-right: #EEE8AA 1px solid;
	padding-top: 3px;
	color: #060;
}
	
#menu li{
margin-left:50px;
display:inline;
list-style:none;
}

#columnaizq{
width: 600px;
margin:10px;
float:left;
background-color: #F8F8FF;
}

#columnader{
width: 200px;
margin:10px;
float:left;
background-color: #F0F8FF;
}

.clear{
clear:both;
}

#pie{
	height:100;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font color: #006699;
	background-color: #FFFFF0;
	color: #060;
}

.textoenrojo {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C03;
	font-size: 14px;
}
.textoenyellow {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FF0; 
	font-size: 12px;
}
.textoenbrown {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #630;
	font-size: 14px;#3399FF
}

.textoenblue {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #0000CC;
	font-size: 14px;
}
.textoenpurple {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #606;
	font-size: 14px;
}
.textoenaceituna {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #556B2F;
	font-size: 14px;
}
	
