<style type="text/css">



#cabecera {
width:  100% ;
height: 20%;
 }

#menu_izquierda {
width: 40%;

float: left; 


border-right: 0px groove #683C3C;
 padding-right:1%;
}

#contenido {

margin-left: 60px;
width: 84%;

}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFCC99;  
	 background-color:#993333; 	
}
.h2 { font-family: sans-serif;
font-size:12px; font-style:italic;}

.h3 { font-family: sans-serif;
font-size:13px;}
a:hover{
        background-color: #993333;
        color: #fff;
}

a{
        background-color: #993333;
        color: #fff;
}



