img{ 
      border:0px;
    }

#logo { background:url(../img/logo.png) no-repeat; width:225px; height:122px; position:absolute; top:0; left:0; z-index:100000;}


body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal;
	font-weight: normal;
	font-variant: normal;}

a{ text-align:left;}
h3 a{ text-align:left;}

.vermas {
background:url(../img/ver_mas.jpg) no-repeat; 
width:57px; 
height:16px; 
display:block; 
text-align:center;
float:right;
}
.vermas a {
  text-decoration:none;
 }
 .vermas a:hover { color: #FFF; text-decoration:underline; }
 
 h2 {  color: #3BA929; font-style:none; font-weight:none; font-size:18px; padding:0 0 0 10px; }
 h3 { color: #24622C; font-style:none; font-weight:none; font-size:15px;  }


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	
	width: 750px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url("../img/paging_bg2.png") no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #018B4D;
	border: 1px solid #126C2E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}






.navegadores{
padding: 5px 0;
width: 100%;
background-color:#A1C07D;
float:left;
position:relative;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal;
text-align:left;

}

.navegadores ul{
margin: 0;
padding: 0;
list-style: none;
}

.navegadores ul li{
padding: 0;
float:left;
font-weight:bold;
position:relative; 
}
	.navegadores li ul { 
		display:none; 
		left:0px; 
		margin:0px; 
		padding:0px; 
		position:absolute; 
		top:20px; 
	}
	
	.navegadores li:hover ul{ 
		display:block;
		width:160px;
		background:#A1C07D;
	}
	.navegadores li:hover ul li {
		display: block;
		width: 100%;
		display:list-item;
		border-bottom:2px solid #126C2E;
	}
	.navegadores li:hover ul li a {
		float:left;
		padding:5px 6px;
	}
	.navegadores li:hover ul li a:hover {
		width:148px;
		background-color: #126C2E; /*background color of tabs onMouseover*/
		color: white;
		padding:5px 6px;
	}

.navegadores a{
color: white;
padding:5px 6px;
text-decoration:none;
}

.navegadores a:hover{
background-color: #126C2E; /*background color of tabs onMouseover*/
color: white;
padding:5px 6px;
}


.divisor { /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
display:block;
line-height: 5px;
background: #126C2E; /*background color of horizontal line*/
}



.OtroIdioma { 
float:right;
} 
.OtroIdioma a {
color: white;
padding:5px 6px;
text-decoration:none;
}
.OtroIdioma a:hover{
background-color: #675031; /*background color of tabs onMouseover*/
color: white;
padding:5px 6px;
}


.txtEnlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #16582A;
	text-decoration: underline;
}

.txtEnlace:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #16582A;
	text-decoration: none;
}
.txtNormal {
	
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #282828;
	text-decoration: none;
}
.txtResalta {
font-family: Verdana, Arial, Helvetica, sans-serif;
	
	line-height: normal;
	font-weight: bold;
    font-size:12px;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.fondoF{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
    font-size:12px;
	font-variant: normal;
	background-color:#FFFAFA;
	text-decoration: none;
}

.txtNavegadores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	top: 10px;
	right: 10px;
}

.txtNavegadores:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	top: 10px;
	right: 10px;
}
.txtCreditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	/*color: #24622C;*/
	color: #FFF;
	text-decoration: none;
}

/*img*/
.imgIzqIzq  {
	background-image: url(../img/front_04.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.imgIzqDer {
	background-image: url(../img/front_04.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.imgBaseCentro {
	
	background-image: url(../img/front_13.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.imgBaseDer {
	background-image: url(../img/front_15.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*bordes*/
#bordeVerde{
border-width: 1px;
border-color: #AABFB0;
border-style: solid;
 }
 /*fuentes*/
  #idfuente8 {
		font-size:8px;
		font-family: verdana, arial, helvetica;
}
 
 #idfuente9 {
		font-size:9px;
		font-family: verdana, arial, helvetica;
}
#idfuente10 {
		font-size:10px;
		font-family: verdana, arial, helvetica;
}
#idfuente11 {
		font-size:11px;
		font-family: verdana, arial, helvetica;
}
#idfuente12 {
		font-size:12px;
		font-family: verdana, arial, helvetica;
}
#idfuente14 {
		font-size:14px;
		font-family: verdana, arial, helvetica;
}
#idfuente18 {
		font-size:10px;
		font-family: verdana, arial, helvetica;
}
.txtTituloSeccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #236726;
	text-decoration: none;
}

.txtSubTitulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #236726;
	text-decoration: none;
}
.txtTituloPanel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #236726;
	text-decoration: none;
}
.txtPeq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body {
	background-color: #D1E2CF;
}
#bordeTablasVerde{
border-width: 1px;
border-color: #126C2E;
border-style: solid;
 }
.txtIdioma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #264E1D;
	text-decoration: underline;
}
.txtIdioma:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #264E1D;
	text-decoration: none;
}
.txtError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.txtRecomendacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #66CC99;
}

