@charset "utf-8";
/* CSS Document */
<style type="text/css">

a:active {
	font-size: 12px;
	color: #666666;
}
a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #666666;
}
a:visited {
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(../webesp/images/fondo.gif);
	margin-left: 0px;
	margin-top: 0px;
}
p {
	margin: 12px 12px 12px 12px;
	text-indent: 20px;
	
}
p.center {
	margin: 12px 0px 12px 0px;
	text-indent: 0px;
	text-align: center
}
table {  
    font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Estilo2 {
	font-size: 10px
}
a {
	font-size: 12px;
}

.Estilo3 {
	color: #006699;
	font-weight: bold;
}
.Estilo6 {font-size: 16px}
ul{
	list-style-image: url(../images/listblue.gif);
	text-align: justify;

}

#contenedor {
  width: 98%;
  max-width: 960px;
  width: expression(document.body.clientWidth > 961? "960px": "auto");
}
.Rojo {
	color: #990000;
}

