/*
 Estilos Generales
 ------------------------------------- *
 */
 
body {
	color: #5f645a;
	font: 0.7em/160% Verdana, Arial, sans-serif;
	background-color: #036359;
	background-image: url(../images/bg_vertical.gif);
	background-repeat: repeat-x;
	}

a {
	color: #24776F;
	text-decoration: none;
	white-space: nowrap;
	}

a:hover {
  	color: #8eb80f;
	}

h1 {
  	font: 100% normal Georgia, times, serif;
  	margin: 0;
  	padding: 0;
	}

h2, 
h3, 
h4, 
h5, 
h6 {
  	font: 100% normal Tahoma, Arial, lucida, sans-serif;
  	margin: 0;
  	padding: 0;
	}
/*
 para ocultar cualquier cosa. Estadisticas, seo, sem...
 ------------------------------------- *
 */

#escondido {
	display: none;
	visibility: hidden;
	}


/*
 Formateo page
 ------------------------------------- *
 */
 
/* 
-> Especificaciones generales para poder formatear la pagina */
#forma_cabecera,
#forma_principal,
#forma_cuerpo,
#forma_pie {
	width:100%;
	position: relative;
	}

#forma_cabecera {
	background: url(../images/back-cabecera.gif) top repeat-x;
	height: 120px;
	background-color: #e8f6f9;
	}

#forma_principal {
	background: url(../images/back-principal.gif) top repeat-x;
	height: 223px;
	background-color:#006157;
	
	}

#forma_cuerpo {
	background-color: #E6F3F9;
	background-image: url(../images/back-cuerpo.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#forma_pie {
	height: 75px;
	background-color: #629E98;
	background-image: url(../images/pie.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#cabecera,
#main,
#body,
#pie {
	margin:0 auto;
	width: 750px;
	}

/*
 cabecera layout
 ------------------------------------- *
 */

#cabecera {
	height: 100%;
	text-align: left;
	}

/* 	cabecera
-> 	logo */
	#cabecera_logo {
	position: relative;
	float: left;
	width: 210px;
	height: 100%;
	background: url(../images/logo.gif) 0 -10px no-repeat;
	}

	#cabecera_logo a {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-decoration: none;
	background: none;
	height: 120px;
	}

	#cabecera_logo a {
	overflow:hidden;
	width: 210px;
	background:transparent url(../images/logo-hover.gif) no-repeat -999px -999px;
	}

	#cabecera_logo a:hover { background-position: 0 -10px; z-index:100; }


/* 	cabecera
-> 	navigation */
	#cabecera_navegacion {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	height: 120px;
	position: relative;
	float: right;
	}
	
	#cabecera_navegacion li {
	display:block;
	width:120px;
	height:120px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFEBEA;
	}
	
	#cabecera_navegacion a {
	display:block;
	position:relative;
	text-decoration:none;
	width: 100%;
	height: 20px;
	color: #247767;
	padding-top: 100px;
	line-height: 1em;
	}

	#cabecera_navegacion a:hover {
	color:#ffffff;
	background-color:#24776F;
  	}
	
	#cabecera_navegacion a:active, 
	#navlist_d a:focus {
	outline:0;
	background-color: #629E98;
	color: #ffffff;
  	}

/* 	language
-> 	navigation */
	#idioma_navegacion {
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	position: relative;
	float: left;
	margin-top: 0px;
	}

	#idioma_navegacion li {
	display:block;
	width:65px;
	float:left;
	}
	
	#idioma_navegacion a {
	display:block;
	position:relative;
	text-decoration:none;
	width: 100%;
	height: 20px;
	padding-top: 7px;
	line-height: 1em;
	}

	#idioma_navegacion a:hover {
	background-color: #24776F;
	color: #fff;
  	}
	
	#idioma_navegacion a:active, 
	#idioma_navegacion a:focus {
	outline:0;
	background: #629e98;
  	}


/*
 main layout
 ------------------------------------- *
 */

/* 
-> main */

#main {
	height: 100%;
	text-align: left;
	}

#foto_principal {
	background-color: #006157;
	width: 540px;
	height: 215px;
	margin-top: 4px;
	float: right;
	}

/*
 menu layout
 ------------------------------------- *
 */

#menu {
	float: left;
	width: 210px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	height: 215px;
	margin-top: 0px;
	background-color: #006157;
	background-image: url(../images/back-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

	#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	}

	#menu li {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	}

	
	#menu a {
	color:#ffffff;
	padding: 0;
	width: 186px;
	display: block;
	padding-left: 17px;
	background-image: url(../images/bulleton.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	}

	#menu a:hover {
	color: #ffffff;
	background-color: #006157;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	}

/*
 body layout
 ------------------------------------- *
 */

#body {
	height: 100%;
	text-align: left;
	position: relative;
	}

/*
 left side layout
 ------------------------------------- *
 */

#left {
	float: left;
	width: 200px;
	position: relative;
	}

/*
 contenido layout
 ------------------------------------- *
 */

#content {
	float: right;
	width: 530px;
	background: url(../images/back-contenido.gif) top repeat-y;
	position: relative;
	min-height: 515px;
	height: auto;
	}
	

	#content input, textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0.1em;
	}

/* 	contenido
-> 	text */
	#content #contenido_texto {
		width: 510px;
	}
	
	#content #contenido_texto img{
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	border: 1px solid #f1f1f1;		
	}
	#content #contenido_texto .chequeo {
	padding: 0 55px 0 40px;
	}
	#content #contenido_texto .fixenlace{
	 padding: 0 55px 0 40px;

	}
	/* Fix para obtener el enlace de color dentro del cuerpo*/
	#content #contenido_texto .fixenlace a{
	 color:#8eb80f;
	}
	#content #contenido_texto .fixenlace a:hover{
	 color:#24776F;
	}
/* 	contenido
-> 	ruta */
#ruta {
	font-size: 10px;
	color: #909597;
	margin-top: 8px;
	margin-bottom: 18px;
	border-bottom: 1px solid #f1f1f1;
	}

#ruta .bc_active {
	color: #909597;
	}

#menu_secciones {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	float: left;
	padding-left:1px;
	height:17px;
	margin-top:-15px;
	padding-bottom:-10px;
	
}
	#menu_secciones li {
	display:block;
	float:left;
	padding-left:1px;

	}
	#menu_secciones .reconoc a:link, #menu_secciones .reconoc a:visited, #menu_secciones .reconoc a:active{
	height:17px;
	width:160px;
	display:block;
	background-image: url(../images/bt-1_off.gif);
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	}
	#menu_secciones .reconoc a:hover{
	background:url(../images/bt-1_on.gif) no-repeat;
	width:160px;
	display:block;
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	
	}
	#menu_secciones .premios a:link, #menu_secciones .premios a:visited, #menu_secciones .premios a:active{
	background:url(../images/bt-precios_off.gif);
	height:17px;
	display:block;
	height:17px;
	width:68px;
	display:block;
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	}
	#menu_secciones .premios a:hover{
	background:url(../images/bt-precios_on.gif);
	height:17px;
	display:block;
	height:17px;
	width:68px;
	display:block;
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	}
	#menu_secciones .medioam a:link, #menu_secciones .medioam a:visited, #menu_secciones .medioam a:active{
	background:url(../images/bt-medioambiental_off.gif);
	height:17px;
	display:block;
	height:17px;
	width:210px;
	display:block;
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	}
	#menu_secciones .medioam a:hover{
	background:url(../images/bt-medioambiental_on.gif);
	height:17px;
	display:block;
	height:17px;
	width:210px;
	display:block;
	background-position: -0px 7px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:-2px;
	margin-right:-2px;
	padding-left:2px;
	padding-right:2px;
	}
/*
 pie layout
 ------------------------------------- *
 */

#pie {
	background: url(../images/back-pie.gif) 210px 3px no-repeat;
	height: 70px;
	}
	
	#pie_copyright {
	float: left;
	position: relative;
	width: 340px;
	padding: 15px 0 0 220px;
	font-size: 10px;
	color: #626c41;
	display: none;
	}

/* 
->  pie design */
	#pie_menu {
	float: right;
	position: relative;
	width: 150px;
	padding: 6px 12px 0 0;
	text-align: right;
	}
	
	#pie_menu a {
	color: #daeba5;
	font-size: 9px;
	}

	#pie_menu a:hover {
	color: #FFFFFF;
	}
#pie_texto {
	float: left;
	position: relative;
	width: 350px;
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0;
	margin-left: 0px;
	padding-left: 230px;
	color: #daeba5;
	font-size: 9px;
	word-spacing: 0.1em;
	font-weight: bold;
}
	#pie_texto a{
		color: #daeba5;
		font-size: 9px;
		font-weight: bold;		
	}
	#pie_texto a:hover{
	color: #FFFFFF;
	font-weight: bold;
	}
#galeria {
	text-align:right;
}
	
#galeria li {
	display:block;
	float:left;
	width:200px;
	padding-left:2px;
}
	
#galeria a {

	text-decoration:none;
	color: #24776F;
}

#galeria a:hover {
	color:#006157;
}