/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../images/fondo.jpg);
	/*para el color de la barra espaciadora*/
	SCROLLBAR-FACE-COLOR:#000000;
      SCROLLBAR-HIGHLIGHT-COLOR:#808080;
      SCROLLBAR-SHADOW-COLOR:#FFFFFF;
      SCROLLBAR-3DLIGHT-COLOR:#808080;
      SCROLLBAR-ARROW-COLOR:#808080;
      SCROLLBAR-TRACK-COLOR:#808080;
      SCROLLBAR-DARKSHADOW-COLOR:black;

}
a:link {
	color: 0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: none;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #0066CC;
	}
.contenido{
font-family:Arial;
font-size:12px;
color:#000000;
text-align:justify;
}
.negrita{
font-family:Arial;
font-size:13px;
color:#0066CC;
text-align:justify;
font-weight:bold;
}
.plomo{
border-bottom:groove;
border:50px;
border-color:#0033CC;
}
.listas{
list-style-type:disc;
padding-left:25px;
}
.list{
list-style-type:disc;
padding-left:40px;
}
.fondo{
background-image:url(../images/fondo_web.jpg);
background-repeat:no-repeat;
}
.inferior{
font-family:Arial;
font-size:10px;
color:#FFFFFF;
}
