/* CSS Document */

<!--
BODY {  
	font : 8pt  Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background : #e2e2fe;
	margin : 0.2in; 
	color: #000000;
}
 
#contenedor{ 
	text-align: justify; 
 	background : #e2e2fe;
	margin: auto;
} 

#cabecera{ 
	height : 130; 
	width: 100%;  
}
 
#navegador{ 
	background : #ffcc99;
	color: #800080;
	font-weight: bold;
	padding: 1%;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
}
 
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #800080; 
} 
A.enlacenav:HOVER{ 
color: blue; 
} 

#cuerpo{   
	font-size: 12pt;
	background : #e2e2fe;
}
 
#navabajo{ 
	font-weight: bold; 
	color: #800080;
	font-size: 8pt;
	text-align: center;
} 

image {
	border-color: #0100fc;
}

H1{ 
	font-size: 18pt;
	font-weight: bold;
	color: #800080; 
	background : #ffcc99; 
	text-align: center;
	text-transform: uppercase;
} 
H2{ 
	font-size: 12pt;
	font-weight: bold;
	color: #800080;  
	text-align: left;
	text-transform: uppercase;
} 
H3{ 
	font-size: 10pt;
	font-weight: bold;
	color: #800080;  
	text-align: left;
} 
H4{
    font-size: 16pt;
    text-align: center;
	text-transform: uppercase;
    color: #800080;
	font-family : Comic Sans MS, Helvetica, sans-serif, Arial;
}
P{
	text-align: justify;
	font-weight: normal;
	font-size: 10pt;
 }
 
ul, dl {
	margin-right: 30px;
}
ul li {
	list-style-image: url('imagenes/straz2.gif');
	list-style-type: disc;
	padding: 1px;
}
ol li{
	list-style-image: url('imagenes/cuadro.gif');
}
li{
	text-align: justify;
	font-weight: normal;
	font-size: 10pt;
}
dl {
	margin-left: 30px;
}
hr {color:ccfffff;}
dd {
	font-size: 0.9em;
	margin-top: 3px;
	margin-bottom: 5px;
}
address {
	font-weight: normal;
	font-size: 14pt;
}
.margen {
margin: 5% 5%;
text-align: center;
}
-->