body{
 background:#a80002;
 margin:0px;
 padding:0px;
 height:100%;
}
a { 
    outline:0; 
}
a:link {
	color: #ffffff;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #aaaaaa;
}
a:active {
	text-decoration: none;
	color: #eeeeee;
}
.Estilo1 {
	outline:0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.Estilo6 {
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
#principal{
 	background:#ffffff;
 	border:0px;
 	width:700px;
 	height:600px;
 	margin-left:auto;
 	margin-right:auto;
 	margin-top:auto;
 	margin-bottom:auto;
}
#intro{
	background:#ffffff;
	float:left;
	width:700px;
	height:620px;
}
#menu{
	background:#ffffff;
	float:left;
	top:0px;
	left:0px;
	width:110px;
	height:600px;
}
#contenedor{
	background:#ffffff;
	width:590px;
	height:600px;
	overflow:auto;
	overflow-x:hidden;
}
.direccion{
	text-align:center;
	vertical-align:text-top;
	background:#666666;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top-width: 1px;
	border-top: solid;
	border-top-color: #a80002;
}


#bloque {
background:#ffffff;
}
#cabeza {
background:#ffffff;
}
.titulo{
width:400px;
height:15px;
background:#bacaca;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#a80002;
padding-left:3px;
padding-right:3px;
}
.texto{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-align:justify;
}