/* CSS Document */
@media all {                /* hide from Netscape 4 */
a img { color: inherit;     /* undo the rule above */
        border: none;       /* hide from Netscape 4 */
   }
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #CCCCCC;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondoSitio.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.banner1 {
	background-image: url(../img/body/banner1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.banner2 {
	background-image: url(../img/body/banner2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* LINK DE MENU */
a.linktexto1:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/bot/link1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
a.linktexto1:visited {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/bot/link1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
a.linktexto1:hover {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/bot/link2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
a.linktexto1:active {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/bot/link1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

/* LINK DE CONTADOR */
a.contador:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.contador:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	
}
a.contador:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	
}
a.contador:active {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	
}
/* LINK DE NUMEROS */
a.linktexto2:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.linktexto2:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
a.linktexto2:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}
a.linktexto2:active {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

/* MARCOS MENU */

.marcoMenu {
	width: 760px;
	background-color: #FFFFFF;
}
.marcoHeader {
	background-color: #FFFFFF;
	background-image: url(../img/fondoHeader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 79px;
}
.marcoLinea{
	background-image: url(../img/linea/02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.marcoMenuLateral{
	background-image: url(../img/menu/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 342px;
}
.marcoBody{
	background-image: url(../img/body/fondo.jpg);
	background-position: center top;
	height: 392px;
	width: 463px;
}
.marcoMujer{
	background-image: url(../img/body/imgMujer.jpg);
	background-position: right top;
	height: 350px;
	width: 127px;
	background-repeat: no-repeat;
}
.marcoBanner1{
	background-image: url(../img/home/banner1.jpg);
	background-position: left top;
	height: 175px;
	width: 435px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}

/* TEXTOS */
.tex01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.tex02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.subTitulo01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
