/* Body */
BODY {
	background-image: url(../images/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/* Titulo del sitio web */
.title {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: oblique;
	line-height: 17px;
}

/* Cajon de busqueda */
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background: #AD1D18;
	border: 1px solid #FF9900;
	height: 15px;
	line-height: 15px;
	}
	
/* Tabla de los modulos */
table.moduletable {
	width: 100%;
	}
	
table.moduletable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #285E64;
	}
table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
/* Menu principal */
a.mainlevel:link, a.mainlevel:visited {
	padding: 2px;
	text-align: left;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
	height: 20px;
	width: 96%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #E3DECA;
	background-position: 100%;
	background-color: #D1C7A5;
	float: right;
	list-style-type: disc;
        }
a.mainlevel:hover {
	padding: 2px;
	text-align: left;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
	height: 20px;
	width: 96%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #E3DECA;
	background-position: 100%;
	background-color: #DCD5BA;
	float: right;
	list-style-type: disc;
        }

a.sublevel:link, a.sublevel:visited {
	padding: 2px;
	text-align: left;
	text-indent: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
	height: 20px;
	width: 96%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #E3DECA;
	background-position: 100%;
	background-color: #D9D0B3;
	float: right;
	list-style-type: disc;
	font-weight: bold;
        }
a.sublevel:hover {
	padding: 2px;
	text-align: left;
	text-indent: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-color: #000000;
	height: 20px;
	width: 96%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #E3DECA;
	background-position: 100%;
	background-color: #DFD8BF;
	float: right;
	list-style-type: disc;
	font-weight: bold;
        }
/* Boton de formulario (influye tambien en menus desplegables) */
.button {
	color: #423A22;
	font: bold normal 11px arial, Verdana, Geneva, Helvetica, serif;
	background: #CABD97;
	border: 1px solid #481700;
	height: 18px;
	background-color: #CABD97;
	}

/* Area de texto para formularios */
.inputbox {
	color: #000000;
	font: bold normal 11px arial, Verdana, Geneva, Helvetica, serif;
	background: #F8F7F1;
	border: 1px solid #564B2C;
	}

/* Ruta de la pagina */	
.pathway {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    }

a.pathway:link, a.pathway:visited {
    color: #FFCC00;
	text-decoration: none;
	font-size: 10px;
    }
a.pathway:hover {
	color:#FFCC00;
	text-decoration: none;
	background-color: #333333;
 	background-position: 110% 110%;
	   }

/* Titulo de cada item, sin hipervinculo */	
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F4F00;
	font-weight: bold;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #6F6F00;
	}

/* Titulo de cada item hipervinculado */	
.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #640101;
	font-weight: bold;
	text-decoration: none;
	}
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #640101;
	font-weight: bold;
	text-decoration: none;
	}
a.contentpagetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #960101;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}

/* Nombre del autor */	
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}
	
/* Fecha de creacion de contenidos */
.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

/* Fecha de modificacion de contenidos */
.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

/* Texto en general */
td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
	}
	
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: none;
	background-position: 110% 110%;
	}
	
/* vinculo de las ultimas noticias */
a.lastnews {
	color: #FFFFFF;
	text-decoration: none;
    }
a.lastnews:hover {
	color: #FFFFCC;
	text-decoration: none;
    }

/* Linea de separacion */			
hr {
	border: thin dotted #CCCCCC;
}

/* Vineta */			
li {
	background-color: #F3F3F3;
	background-position: 100%;
	list-style-type: circle;
	list-style-image: url(../images/sections.png);
}
/****** ESTILOS SIN USO ****** /	

/* Modulo de noticias rapidas */					
.frontpageheader {
    }

/* Tabla de cada item */	
.contentpaneopen {
	}
	
/* Vinculo Leer mas... */	
a.readon:link, a.readon:visited {
	}
a.readon:hover {
	}

/* Modulo de noticias rapidas */			
.newsflash{
     }
	 




.tituloPagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #FF9900;
	text-align: right;
	letter-spacing: 3px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	border-top: 1pt solid #666666;
	border-right: 1pt solid #666666;
	border-bottom: 1pt none #666666;
	border-left: 1pt solid #666666;
	height: 14px;
}
.tablaCentral1 {
	border-top: 1pt solid #666666;
	border-right: #666666;
	border-bottom: 1pt solid #666666;
	border-left: 1pt solid #666666;
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	height: 151px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
}
.tablaCentral2 {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #999999;
	background-position: top;
}
.tablaCentral3 {
	background-color: #F4F4F4;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
.tablaCentral4 {
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 20px;
	width: 550px;
	background-color: #FFFFFF;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666666;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.bannerSuperior {
	float: right;
}


.piePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.piePaginav {
	color: #FFCC00;
	text-decoration: none;
}
a.piePaginavCopy:hover {
	color: #FFFF00;
	text-decoration: none;
}
