/* Estructura General */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF;
	font: normal 11px  Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat;
	background-position: center top;
	text-align:left;
}

#pagina {
	width: 770px;
	margin: 0 auto;
	background-color:#FFFFFF;	
}

#contenidoCentral {
	float: right;
	width: 555px;
	background-image: url(../imagenes/fondo_cpo_ppal.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align:justify;
}

#contenidoCentralTotal {
	float: right;
	width: 730px;
	padding: 0 20px 0 20px;
	text-align:justify;
}

#contenidoPage {
	float: none;  
	width: 700px;
	background-image: url(../imagenes/fondo_cpo_ppal.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 30px;
	
	
}
#columnaIzquierda {
	float: left;
	width: 214px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaebea;
}

/* Columnas */


#columnaCentral {
	margin: 13px ;
	text-align:justify;

}

#columnaCentral2columnas {
	margin: 13px 0px 13px 10px;
	text-align:justify;

}



#columnaSinEstilo {
	padding: 0px;
	margin: 0px;
}

#columnaChica{
	margin: 13px 10px 13px 13px;

}

#columnaMediana {
	padding: 0px;
	margin-bottom: 20px;
}


/* Columnas Internas*/

#box_1 {
margin:5px 7px 2em 35px;

float:left;
width:230px;
clear:both;


}

#box_2 {
margin:5px 0px 2em 7px;

float:left;
width:230px;

}





/* Encabezado */

#encabezado {
	width: 770px;
	background-color: #f5efe3;
	height: 127px;
	margin: 0 auto;
	background:url(../imagenes/encabezado.gif) no-repeat bottom left #f5efe3;
}

#slogan {
	width: 770px;
	background-color: #f5efe3;
	height: 30px;
	margin: 0 auto;
	background:url(../imagenes/slogan.gif) no-repeat bottom left #f5efe3;
}

/* Banners*/


#banner0800 {
	clear: both;
	width: 214px;
	margin: 13px 0px 39px 0px;
	text-align: center;
}

#banners {
	clear: both;
	background-color: #FFFFFF;
	width: 214px;
	padding-top: 20px;	
}


#bannerSuperior {

	clear: both;
	background-color: #FFFFFF;
	width: 214px;
	padding-top: 41px;	
}






#banners2Superior {
	margin: 41px 10px 10px 360px;
}

#banners2 {
	margin: 0 10px 10px 360px;
}



#banner3Superior {

	clear: both;
	background-color: #FFFFFF;
	width: 214px;
	padding: 41px 0 15px 0;
	text-align: center;	
}

/* Etiquetas Clasicas */

a {
	color: #000;
		text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #0000FF;
	
}

h1 {
	font-family: 'arial narrow', Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color:#000000;
	padding-bottom: 14px;		
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#f78f1e;
	font-weight: bold;
}




h3 {
	background-image: url(../imagenes/linea_naranja.gif);
	background-repeat: repeat-x;
	text-indent: -9999px;
	height: 1px;
	overflow: hidden;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}




h4{
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color:#f78f1e;
	font-weight: normal;	
	}
	
	
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000;
	font-weight: bold;
}
	
	
	

dd{

text-align: left;
	text-indent: 80px;
	list-style-type: square;
	list-style-position: inside;
	
		
	}
	
	
	
	ol{
	text-align: left;
	
	padding: 0 30px 0 40px;
	list-style-type: disc;
	list-style-position: inside;		
	}		
	




/* Detalles de Estilos Generales*/


.subrayado{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9D0A3;
}

.cpo10{
	font-size: 10px;
}


.cpo10Italic{
	font-size: 10px;
	font-style: oblique;
}

.regular{

font-weight: normal;


}




.alignLeft{
text-align:left;
}


.fondoNaranja {
background-color:#f5efe3;	
}

.fondoNaranjaPadding {
background-color:#f5efe3;
padding: 10px;	
}

.paddingLeft{
	padding-left:10px;
	}
	
	
	.paddingOl{
	padding-left:90px;
	text-align:justify;
	}
	
	
.bordeNaranja{
	
	border: 1px solid #F7901F;
	padding: 10px;
	}
	
	
	
	.bordeNaranjaOscuro{
	
	border: 1px solid #c64201;
	padding: 10px;
	}
	
	.bordeNaranjaMultimedia{
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7901F;
	border-left-color: #F7901F;
	border-top-style: none;
	border-bottom-style: none;
	}		
	
	
.padding {
padding: 10px;
}



.naranja {
color: #F7901F;
}



.resaltadosNaranja {
	background-color:#f5efe3;
	padding: 10px;
	font-weight: bold;
	color: #F7901F;
}


.resaltadosVerde {
	background-color:#a2d47a;
	padding: 10px;
	

}

.resaltadosCeleste {
	background-color:#93d4e8;
	padding: 10px;
	
	
}	

.resaltadosAmarillo {
	background-color:#fbef5f;
	padding: 10px;

	
}


.resaltadosRosa {
	background-color:#f7769b;
	padding: 10px;
	

}


#video {
	padding-left: 100px;
	

}

/* Detalles de Estilos Particulares*/

.agendaMarco {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F7901F;
	border-left-color: #F7901F;
	width: 327px;
	background-attachment: fixed;
	background-image: url(../imagenes/clip_fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	
	}
	

.multimedia {
padding-top: 26px;
}

.textosColumnaCentral {
	
	color:#000000;
	text-align: justify;
}

.indent {
	text-align: left;
	text-indent: 80px;
	list-style-type: square;
	list-style-position: inside;
	
}


.indent_none {
	text-align: left;
	margin-left: 80px;
	list-style-type: none;
	list-style-position: inside;
	
}

.marcoImagenes {
	padding: 10px;
	border:1px solid #CCCCCC;	
}



.izquierdaSitios {
	padding: 5px;
	width: 212px;
	float:left;
	text-align: left;
	height:auto;
	
	}
	
	
.marginImagenes {
float:left;
margin: 0 10px 10px 0;
}
	
	




/* Detalles de Enlaces*/

#flechita ul
{
margin-left: 5px;
padding: 0;
list-style-type: none;

}

#flechita li { 
margin: 0 0 10px 0;
 }

#flechita a
{
	display: block;
	padding: 2px 15px 2px 36px;
	background-image: url(../imagenes/flechita_enlaces.gif);
	background-repeat: no-repeat;
	color:#000000;
}

#flechita a:link, #flechita a:visited
{
	color: #000;
	text-decoration: none;
	background-image: url(../imagenes/flechita_enlaces.gif);
	background-repeat: no-repeat;
}

#flechita a:hover
{
	color: #0000FF;
	background-image: url(../imagenes/flechita_enlaces.gif);
	background-repeat: no-repeat;
}


.acrobat 
{
	display: block;
	padding: 2px 2px 2px 22px;
	background-image: url(../imagenes/acrobat.gif);
	background-repeat: no-repeat;
	color:#000000;
}

.flechita_seccion
{
	display: block;
	padding: 2px 2px 2px 22px;
	background-image: url(../imagenes/flechita_seccion.gif);
	background-repeat: no-repeat;
	color:#000000;
	
}

.transp_flechita_seccion
{
	display: block;
	padding: 2px 2px 2px 22px;
	background-image: url(../imagenes/transp_flechita_seccion.gif);
	background-repeat: no-repeat;
	color:#000000;	
}


.destacado_seccion
{
	display: block;
	padding: 4px 10px 4px 32px;
	background-image: url(../imagenes/destacado_enlaces.gif);
	background-repeat: no-repeat;
	color:#000000;
	font-size: 10px;
	
}



.vineta_ol
{
	display: block;
	padding: 4px 10px 4px 32px;
	margin-left: 20px;
	background-image: url(../imagenes/vineta_ol.gif);
	background-repeat: no-repeat;
	color:#000000;
	
	
}

.flechita_naranja
{
	display: block;
	padding: 4px 10px 4px 32px;
	background-image: url(../imagenes/flechita_enlaces.gif);
	background-repeat: no-repeat;
	color:#000000;
	font-size: 10px;	
}

.flechita_enconstruccion
{
	display: block;
	padding: 4px 10px 4px 32px;
	background-image: url(../imagenes/flechita_gris.gif);
	background-repeat: no-repeat;
	color:#666;
	font-size: 10px;	
}





.flechita_abajo
{
	display: block;
	padding: 2px 2px 2px 22px;
	background-image: url(../imagenes/flechita_abajo.gif);
	background-repeat: no-repeat;
	color:#000000;
	
}

.flechita_abajo_preguntas
{
	display: block;
	padding: 2px 2px 2px 22px;
	background-image: url(../imagenes/flechita_abajo.gif);
	background-repeat: no-repeat;
	color:#0000ff;
	
}


.enlaceEnTexto
{
	color: #0000FF;
	
}





/* Secciones*/

#noticiasMarco {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #ccc;
	color:#000000;
	

}


#Noticias {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #ccc;
	color:#000000;
	height: auto;
	text-align:justify;
	

}



#Actividades {
	float: left;
	width: 330px;
	padding-left:15px;
	text-align:justify;
}

#Destacados {

	
	margin: 0 10px 30px 360px;
}

#imagenes {
float: left;
margin: 0px 10px 10px 0;
padding: 0px;
width:auto;
}



#actividadesInterior {
background-color:#f5efe3;	
padding: 10px;
}


#columnaCompleta {
background-color:#fff;	
padding: 40px;
}


/* Divs Especificos de Secciones*/



#comodin {

margin: 0px ;
padding: 0px;

}

#parrafos{
text-align:justify;

}

#derechaSitios {
	width: 320px;
	float:right;
	text-align: left;
	background-color:#c5effc;
	margin-left: 213px;
	clear:both;
	height:auto;
	
	
	
	}




#noticiasTextos {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align: justify;
	margin-left: 180px;
}

#bordeRedondeado8px {
margin: 0px;
padding: 0px;
height: 8px;
clear:both;


}


#fotos {
float:left;


}



#actividadesTextos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align: left;
	margin-left: 145px;
	padding-right: 10px;
	background-color: #f5efe3;
	
}


#bordeRedondeado25px {
margin: 0px;
padding: 0px;
height: 25px;
clear:both;


}



/* Footer */

#footer {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	background-color: #f5efe3;

	
}



/*++++++++++++++++++++clean etiquetas+++++++++++++++++++++++++++++++++++++++++*/

img {
	border: none; 
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:hover, a:active{text-decoration:none}

ol, ul, li {list-style: none;}

hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}

/*++++++++++++++++++++ navegacion +++++++++++++++++++++++++++++++++++++++++*/


#navcontainer ul
{
margin-left: 15px;
padding: 0;
font-family: 'lucida grande', 'lucida', Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}

#navcontainer li { margin: 0 ; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 5px;
	width: 192px;
	background-color: #f5efe3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f78f1e;
	color:#000000;
}

#navcontainer a:link, #navlist a:visited
{
background-color: #f5efe3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f78f1e;


}

#navcontainer a:hover
{
	background-color: #c64201;
	color:#fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #c64201;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f78f1e;

	
}

/* Tables  */
table { border-collapse:collapse; line-height:1.3em; width:100%; margin:0 0 16px; padding:0;}

th {
	background-color: #abdeee;
	color:#000;
	padding:7px;
	text-align:left;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}
td {background-color: #cfeef7; color:#000; font-size:0.9em; padding:7px; text-align:left;

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* Formulario  */

input, textarea {
	padding: 4px;
	border: none;
}
label {
	font-weight: normal;
}
textarea {
	height: 130px;
}
.txt {
	width: 296px;
	border: none;
	background: #e6f5d3;
}
.inputHighlighted{  /* Highlighting style */
	width: 296px;
  	background-color:#e6f5d3;
}


#contactForm {
			position: relative;
			width: 400px;	
			float: left;
			padding-left: 100px;
		}
		
		
	









			
