@charset "utf-8";
/* CSS Document */
/*RESET*/
body{padding:0;margin:0;font-size:12px;
font-family:Verdana, Geneva, sans-serif;*font-size:small;*font:x-small;background:#92bc54;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-style: normal;
	color: #000;
}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{
	border:0;
	font-weight: bold;
}
p{
	margin:1em 0;
	font-weight: normal;
}


/*END RESET*/

div#containerBody{
	background:url(../images/background_01.jpg) repeat-x;
	min-height:536px;
	}
	
div#header{
	height:192px;
	width:937px;
	display:block;
	margin:auto;
	padding-top:27px;
	background:url(../images/background_03.jpg) no-repeat;
	}
	
div#logo{
	height:181px;
	width:168px;
	float:left;
	background:url(../images/logo_06.png) no-repeat;
	margin:0px 22px 12px 27px;
	}
	
div#menu{
	height:153px;
	width:676px;
	background:url(../images/back_09.jpg) repeat-x;
	float:left;
	}
	
div#barraLenguaje{
	height:34px;
	width:180px;
	float:right;
	margin-right:58px;
	padding-top:5px;
	}
	
div#contenidoCentral{
	min-height:315px;
	width:820px;
	display:block;
	margin:auto;
	background:url(../images/background_06.jpg) no-repeat;
	}
	
div#slideShow{
	width:390px;
	height:292px;
	float:right;
	margin-right:30px;
	margin-top:10px;
	}

div#informacion{
	width:385px;
	min-height:292px;
	float:right;
	margin-right:10px;
	}
	
div#informacionContenido{
	min-height: 292px;
	/*width:410px;*/
	padding-top:10px;
	}
	
div#informacionContenido ol li{
	line-height:14pt;
}

div#informacionContenido img{
	margin:20px 30px 30px 30px;
	}

div#informacionContenido h1{
	font-size:14px;
	font-weight:bold;
	color:#594022;
	line-height:20px;
}

div#informacionContenidoImagenes{
	width:380px;
	min-height:292px;
	float:right;
	margin-right:10px;
	}
	
div#contenidoMiddle{
	background:url(../images/background_09.jpg) repeat-x;
	min-height:380px;
	}
	
div#contenidoWrapper{
	min-height:380px;
	width:820px;
	display:block;
	margin:auto;
	background:url(../images/background_10.jpg) no-repeat;
	}
	
div#tabs{
	float:left;
	width:560px;
	height:370px;
	}
	
div#titulo{
	padding-left:5px;
	padding-top:5px;
	margin:0px;
	}

div#contenidoRight{
	float:right;
	width:250px;
	height:370px;
	}

div#socialMedia{}

div#socialIcons{
	background:#759440;
	border: solid;
	border-color:#acb697;
	width:242px;
	height:100px;
	padding:5px;
	}
	
img.iconSocial{
	margin:10px;
	}

div#informacion2{}
	
div#footerWrapper{
	clear:both;
	background:url(../images/background_12.jpg) repeat-x;
	height:116px;
	}
	
div#footer{
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:776px;
	height:82px;
	}

#footer p{
	color:#FFF;
	}

	
#footer img{
	float:right;
	}

#foot{
	width:684px; float:left; text-align:right;
	}

/* ....>>> LINKS <<<...... */

a.links:link, a.links:visited{
	font-size:14px;
	font-weight:bold;
	color:#594022;
	text-decoration:none;
	}

a.links:hover, a.links:active{
	color:#2c4002;
	font-weight:bold;
	}
	
a.lenguage:link, a.lenguage:visited{
	font-size:12px;
	font-weight:bold;
	color:#2c4002;
	text-decoration:none;
	}

a.lenguage:hover, a.lenguage:active{
	color:#FFF	;
	font-weight:bold;
	}
	
a.linkFoot:link, a.linkFoot:visited{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	}

a.linkFoot:hover, a.linkFoot:active{
	color:#F60;
	font-weight:bold;
	}
/* ....>>> endLINKS <<<...... */
	
/* ....>>> TABS <<<...... */

.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #678c30;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #95bf56;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #95bf56;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

.tab_content p{
	font-size:12px;
}

.tab_content h2 {
	font-weight:bold;
	color:#2c4002;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
}

/* ....>>> endTABS <<<...... */

/* ....>>> carousel <<<...... */
#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
/* ....>>> ENDcarousel <<<...... */