.Estilo2 {font-family: Arial, Helvetica, sans-serif; font-size: 36px; Color: black; font-weight: bold;}
.Estilo3 {color: white}
.Estilo8 {FOnt-family: mISTRAL; font-size: 17px; color: #red; font-weight: bold;}
.Estilo10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: white; }
.Estilo11 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: red; }
.Estilo14 {color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
.Estilo15 {color: #808080}
.Estilo16 {color: #666666}
.Estilo18 {color: white; font-size: 9px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Estilo19 {color: white; font-size: 9px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }
.Estilo20 {font-family: Bradley Hand ITC; color: white; font-size: 17px;}
.Estilo21 {color: red; font-family: arial; sans-serif;font-size: 8px;}
.Estilo22 {color: black; font-family: arial; sans-serif;font-size: 8px;}
a {
	text-decoration: none;
	font-weight: bold;
	color: red;
	}

p {	
	font-family: Bradley Hand ITC,Arial, Helvetica, sans-serif;
	margin: 25;
	width: 100%;
	text-align; center;
	color: black; 
	font-size: 17px;
}

p.normal { line-height: 12pt; } 


.first-letter {
	color: red;
	font-weight: bold;
	font-size: 20px;
	}


/* la pagina */


html { 
	margin : 0; 
	padding : 0;
 	} 

body { 
	background-image: url(../_images/fondot.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom right;
//	margin:0 auto; 
	padding:0; 
	text-align:center; 
	font-color:white;
	} 

#content { 
    text-align:left; 
    margin:0 auto; 
    background-color:BLACK; 
    width:800px; 
    height:750px;
    position : relative;  
   } 

#cabecera { 
    width: 800px; 
    height:50px; 
    background-color:black; 
   } 

#opciones { 
    width:200px; 
    height:650px; 
    float:left; 
    background-color:red; 
   } 

#menu { 
    width:800px; 
    height:20px; 
    float:left; 
    background-color:red; 
   } 

#contenido { 
    width:600px; 
    height:650px; 
    float:left; 
    background-color:black; 
   } 

#pie { 
    clear:both; 
    width:800px; 
    height:50px; 
    background-color:red; 
   } 

/* diseņo del menu */
#menuh {
	font: 70% Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: blue;
	background: red;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid red;
	border-width: 1px 1px 1px 0;
}

#menuh a#primero {
	border-left: 1px solid red;
}

#menuh a:hover {
	background: white;
	color: red;
}
