﻿@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
    background-color: #6f5134;
    text-align:center; /* Es para que centre en ie6 o inferior*/
}

#DivPrincipal 
{
    background-image: url(/imagenes/MasterPage/bg_contenedor.gif);
	background-repeat: repeat-y;
	width: 1010px;
	overflow: hidden;
	margin: 0 auto; /* Es para centrar */
	text-align:left; /* Es para alinear el texto y todo a la izquierda y de esa manera poder centrar para ie6 en el estilo del body */
}

#DivContenedor 
{
	width: 990px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3c3c3c;
	border-left-color: #3c3c3c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c3c3c;
	height:800px;
}

#cabecera {
	height: 185px;
	width: 990px;
}

#contenido {
	width: 990px;
}

#DivMenuPrincipal, #DivContenido {
	float: left;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
#DivMenuPrincipal {
	width: 259px;
	margin-right:5px;
}
#DivContenido, #DivContenidoPagina {
	width: 726px;
	margin: 0px;
	padding: 0px;
}

#PieDePagina 
{
   	background-image: url(/imagenes/MasterPage/footer.png);
   	background-repeat: no-repeat;
	height: 100px;
	width: 1010px;
	clear: both;
	text-align: center;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #6F5134;
	margin: 0 auto; /* Es para centrar */
}

/* Estilos para links */
.LinkTitulo 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ee6001;
	display: block;
}

.LinkTitulo_MouseOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #572e06;
	display: block;
}

.LinkTitulo a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ee6001;
	display: block;
}

.LinkTitulo a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ee6001;
	display: block;
}

.LinkTitulo a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #572e06;
	display: block;
}

.MapaDelSitio 
{
    font-family: Arial, Helvetica, sans-serif;   
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #572e06;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #572e06;
	border-bottom-color: #572e06;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom:10px;	
	width:710px;
}

/* Estilos para labels */
.LabelContenidoPagina, .LabelNoticia 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    margin-bottom: 2pt;
}

.LabelTituloPagina, .LabelTituloNoticia, .LabelTituloObraPublica, .TituloPagina
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ee6001;
	display: block;
}

.LabelSubTituloPagina 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    margin-bottom: 2pt;
}	

.Negrita
{
	font-weight:bold;
}

.LabelExito
{
   font-family: Verdana;
   font-size: 10pt;
   font-weight: bold;
   color: green;
}

.Error 
{
   font-family: Verdana;
   font-size: 10pt;
   font-weight: bold;
   color: #FF0000;
}

/* Estilos para formularios */
.BotonesFormularios 
{
   background-color:#FFA015;
   font-family:Verdana;
   font-size:10px;
   font-weight:bold;
}

.LabelsFormularios 
{
   font-family: Verdana;
   font-size: 10pt;
   font-weight: bold;
   color: #666666;
}

.TextboxFormularios .CombosFormularios 
{
}

.ProcesandoFormulario 
{
   background-color: #000000;
   filter: alpha(opacity=90);
   opacity: 0.9;
}

/* Estilos para validadores */
.Validador 
{
   background-color: lemonchiffon;
}

/* Estilos varios */
.Ancho100P /*Ancho 100%*/
{
	width:100%;
}

.AltoSeparadorFilas 
{
	height:15px;
}

/* Estilos para tablas */
.TablaDatosConBorde 
{
	border: 1px solid #84AF84;
}

/* Noticias */
.LabelFechaPublicacionNoticia
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ee6001;
    margin-bottom: 4pt;
}
.LabelComentarioNoticia
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    margin-bottom: 2pt;
}
.PnlFotoNoticia
{
    border: 3px solid #572e06;
    float: left;
    margin-right: 10px;
    /*width: 150px;
    height: 100px;*/
    float: left;
}

.LabelNoticia 
{
    text-align: justify;
    margin-top:15px;
    margin-bottom: 15px;
}