@charset "utf-8";
/* CSS Document */
body {
	background:#fff url(../images/background.png) repeat-x;
	margin:0;
	padding:0;
	font-family: "Arial";
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:center;
}
a{
	color:#5a9331;
	text-decoration:none;
	font-weight:normal;
}
a:hover{
	color:#87c556;
}

input.text{
	border: 1px solid #d5d5d5;
	background: #FFFFFF;
	color: #d5d5d5;
}
input.button{
	background:#5a9331;
	border:1px solid #87c556 !important;
	font-size:12px;
	padding:3px 10px;
	color:#fff;
	margin:8px 0;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
p{
	line-height:18px;
}
h1, h2, h4 {
	color:#5a9331;
}
h1{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2{
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}
h3{
	font-size:11px;
	line-height:19px;
	font-style:italic;
	color:#898989;
}
p span{
	color:#999;
}

/**********************************************************************************************/
/*****************************	  GENERAL   ***************************************************/
/**********************************************************************************************/

.clear{
	clear:both;
}
.completar {
	color:red !important;
}
								/****************************/
								/********* header ***********/
								/****************************/
.header{
	height:123px;
}
/* clima */
.clima{
	margin:20px 20px;
	float:right;
}
.clima table td{
  text-align:right;
}
.texto{
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	vertical-align:top;	
}
.clima #desc{
	font-size:15px;
	color:#333333;
	text-align:right;
	vertical-align:top;
	font-weight:normal;
}
.clima #temp{
	color:#6ca939;
	font-size:27px;
}
/* logo */
.logo{
	margin:20px 20px;
	background:url(../images/logo.png) no-repeat;
	width:235px;
	height:85px;
	float:left;
}
								/***********************************/
								/*********  anteriores  ************/
								/***********************************/
.anteriores{
	border:0;
	padding:2px;
	width:580px;
	font-size:20px;
	font-family:"Verdana";
}
.anteriores th{
	font-weight:bold;
	text-align:center;
	height: 25px;
}
.anteriores td{
	border:dashed 2px #278200;
	background:#F6F6F6;
	text-align:center;
	width:145px;
	height:50px;
	color:#003300;
}
.anteriores td:hover{
	background:#FFFFFF;
}

								/****************************/
								/*********  menu  ***********/
								/****************************/
.menu{
	background: url(../images/menu_back.gif) repeat-x;
	height:43px;
}
/* menu desplegable */
#nav{
	float:left;
	padding: 0 0 0 0;
  	margin: 0 0 0 0;
  	list-style: none;
	width:725px;
}

#nav li{
	padding:12px 0;
	position: relative;
	float:left;
	display:inline;
	margin:0;
}

#nav a{
	float:none;
	display:block;
	padding:0 13px;
	margin:0;
	line-height:18px;
	text-decoration:none;
	border-right: #a0a0a0 1px solid;
	color: #494949;
	font-size:13px;
}

#nav li ul {
	position: absolute; 
	margin-left: -999em; /* hide menu from view */ 
	left: 0;	/*ie*/
	margin-top:11px;
}
/*
#nav li > ul {
	top: auto;
	left: 0;
}*/


#nav li ul li {
	float:none;
	padding:0;
	margin:0;
}

/* Fix IE. Hide from IE Mac \*/
 /*html ul#nav  li a {height:1%; }
/* End */
		
#nav li ul li a, #nav li ul li a:hover{
	float:none;
	display:block; 
	font-weight:normal;
	width:150px;
	padding:5px 10px;
	background:#c0c0c0;
	border-bottom:1px solid #a0a0a0;
	border-left:1px solid #a0a0a0;
}
#nav li ul li a:hover { 
	background:#ebebeb;
	
}

#nav li:hover ul,#nav li.over ul {margin-left:auto; } /* show menu*/

/* busqueda */
.buscar{
	width:180px;
	float:right;	
	margin:8px 16px 0 0;
	vertical-align:top;
	height:30px;
}

.sociales {
  	padding:0;
  	background:#fff;
	width:942px;
}
								/****************************/
								/********* sesion ***********/
								/****************************/
.menuses {
  	padding:8px 0;
  	background:#fff;
	width:942px;
}
.menuses ul {
	float:right;
	list-style:none;
}
.menuses li{
	float:left;
	display:inline;
}
.menuses li a, .menuses li a:hover {
	font-weight:normal;
	color:#979797;
	font-size:11px;
	padding:8px 10px 8px 25px;
	height:27px;
	text-decoration:none;
}

.menuses li a:hover { 
	color:#6ca939;
}

.menuses .seseditar {
  background:url(../images/sesion/editar.gif) left center no-repeat;
}

.menuses .ant {
  background:url(../images/sesion/archivos.png) left center no-repeat;
}

.menuses .sescambiar {
  background:url(../images/sesion/cambiar.gif) left center no-repeat;
}

.menuses .sescerrar {
  background:url(../images/sesion/cerrar.gif) left center no-repeat;
}

.menuses .sesinicio {
  background:url(../images/sesion/iniciar.gif) left center no-repeat;
}

.menuses .sesregistro {
  background:url(../images/sesion/registrarse.gif) left center no-repeat;
}

.menuses .sesolvide {
  background:url(../images/sesion/olvide.gif) left center no-repeat;
}

								/****************************/
								/********* cuerpo ***********/
								/****************************/
.contenido{
	width:966px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: url(../images/cuerpo.png) repeat-y;

}

.contenido #top{
	background:url(../images/cuerpo_top.png) no-repeat;
	padding:0 12px;
}

.cuerpo{
	padding:10px 26px 15px 26px;
}

.cont_izq{
	float:left;
	width:585px;
}

.cont_der{
	float:right;
	width:278px;
}

								/****************************/
								/*********  pie   ***********/
								/****************************/

.pie{
	background:url(../images/pie.gif) repeat-x;
	height:104px;
	color:#898989;
}
.copy{
	font-size:11px;
	float:left;
	color:#484848;
	padding:60px 0 0 30px;
}
.visitas{
	font-size:12px;
	float:right;
	padding:60px 30px 0 0;
}
.cant{
	color:#000;
}

								/****************************/
								/********  cajas   **********/
								/****************************/

.tit_fondo_cajas{
	color:#FFFFFF;
	font-family:"Verdana";
	font-size:14px;
	padding:4px 10px;
	background:url(../images/tit_chico.jpg) repeat-y;
}
.mas_caja{
	float:right;
}
.caja{
      margin:0 auto 15px auto;
      padding:0;
}

.caja fieldset {
      padding:2px;
      margin:0;
      color:#000;
}

.caja table {
    padding:0;
    margin:0;
}

.caja table td {
    padding:4px;
    margin:0;
    text-align:center;
    vertical-align:middle;
}

.caja table .otro {
    background:#f6f6f6;
}

.caja p {
    line-height:15px;
    padding:0 10px 5px 10px;
}

.caja a{
    color:#606060;
	padding:0;
	font-size:12px;
}

.caja a:hover{
    text-decoration:none;
    color:#5a9331;
}

.caja b{
    font-weight:normal;
    color:#5a9331;
}

.caja span{
    color:#000;
}

.caja ul{
    list-style:none;
    margin:0 0 15px 0;
    padding:0;
}

.caja li {
    margin:0;
    padding:0;
}

.caja li a{
    display:block;
    margin:0 5px 0 5px;
    padding:2px 0 5px 0;
    border-bottom:1px solid #7e8670;
    font-weight:normal;
    font-size:12px;
    line-height:15px;
    width:258px;
}
.caja .tit_nota{
	color:#5a9331;
	font-size:15px;
	line-height:23px;
	font-weight:normal;	
	padding:0 10px 20px 10px;
}


/**********************************************************************/
/****************************** ZOOM **********************************/
/**********************************************************************/

#ZoomSpin img {
	border:none !important;
}

#ZoomSpin table td {
	padding:0 !important;
}

#ZoomBox img {
	border:none !important;
}

#ZoomBox table td {
	padding:0 !important;
}

#ShadowBox img {
	border:none !important;
}

#ShadowBox table td {
	padding:0 !important;
}

#ZoomCapDiv img {
	border:none !important;
}

#ZoomCapDiv table td {
	padding:0 !important;
}

/**********************************************************************/
/***************************** PAGINACION *****************************/
/**********************************************************************/
.paginacion {
	margin:0 auto;
	padding:0;
	width:80%;
}

.paginacion p {
	text-align:center;
	padding:15px 0;
}

.paginacion a {
  	padding:0 7px;
	margin:0;
	color:#6ca939;
	font-size:12px;
	line-height:12px;
}

.paginacion a:hover , .paginacion .sel{
	text-decoration:none;
	color:#fff;
	background:#6ca939;
}

/***********************************************************************/
/****************************** NOTAS **********************************/
/***********************************************************************/
.nota{
	background:#fff url(../images/linea.png) no-repeat bottom left;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}

.tit_nota{
	color:#5a9331;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.volanta{
	color:#000;
}

.foto {
	float:right;
	display:inline;
	margin:0 0 0 10px;
	border:1px solid #e1e1e1;
	clear:both;
	width:170px;
}

.foto img{
	margin:0 0 0 0;
	text-align:center;
	width:170px;
}

.foto p {
	margin:0;
  	color:#FFF;
	padding:4px;
	font-size:11px;
	line-height:15px;
	background:#868484;
}

.copete{
	margin:0 0 15px 0;
	line-height:17px;
}

.volver {
	text-align:right;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	color:#858585;
}



/***********************************************************************/
/***************************** PORTADA *********************************/
/***********************************************************************/
.tit_fondo{
	color:#FFFFFF;
	font-family:"Verdana";
	font-size:14px;
	padding:7px 10px;
	background:url(../images/tit_grande.jpg) repeat-y;
}

.img_galeria{
	float:left;
	display:inline;
	padding:3px 15px 7px 0;
	width:180px;
	text-align:center;
}

.img_galeria img{
	border:none;
	width:170px;
	padding: 0 0 5px 0; 
}

.img_galeria a{
	color:#606060;
	font-family:"Verdana";
	text-decoration:none;
	line-height:13px;
}
.img_galeria a:hover{
	color:#5a9331;
}
	
.img_blogs{
	width:180px;
	height:55px;
	padding:3px 3px 7px 0;
	margin:0 0 0 8px;
	float:left;
	display:inline;
	color:#898989;
	border-right:1px solid #bdbdbd;
}

#ult{
	border:none;
}

.img_blogs img{
	padding:0 8px 8px 0;
	float:left;
	border:none;
	width:66px;
}

.img_blogs p{
	clear:none;
	float:left;
}

.mas{
	text-align:left;
	padding:0 0 10px 0;
}

/***********************************************************************/
/**************************** DESTACADOS *******************************/
/***********************************************************************/
.destacados{
	padding:0;
	margin:0 0 25px 0;
}

.destacados td{
	background:#d1cfcf;
	vertical-align:middle;
	text-align:center;
	height:84px;
}
.destacados img{
	border:0;
}

.tit_dest{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
}

.div_hover:hover, .div_sel {
	background:#000;
}

.div_hover{
	width:114px;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	height:84px;
	position:absolute;
	cursor:pointer;
}

/***********************************************************************/
/**************************** FORMULARIOS ******************************/
/***********************************************************************/
.form{
	padding:0 0 0 20px;
	width:320px;
}
.form .text{
	width:300px;
	margin:0 0 5px 0;
	color:#000;
}
.form .button{
	margin:20px 0 0 0;
}

/**********************************************************************/
/*************************** COMENTARIOS ******************************/
/**********************************************************************/
.comentarios h1 {
	background:#999;
  	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding:4px 0 4px 10px;
	color:#fff;
	margin:5px 0 0 0;
}

.comentarios .copete {
  text-align:right;
  font-size:11px;
  color:#777;
  font-style:italic;
  padding:0;
  margin:0;
}

.comentarios {
  font-size:12px;

}
.com{
background:#F6F6F6;
padding: 10px 10px 10px 10px;
margin:0;
border: 1px solid #999;
}
.comentarios .form{
 padding:0;
 margin: 30px 0 0 0;
}
.comentarios .text{
 width:450px;
 height:130px;
}
.comentarios .button{
 margin:0 0 0 330px;
 width:126px;
}

/***********************************************************************/
/****************************** BANNERS ********************************/
/***********************************************************************/

.cuadro{
	border: 1px solid #ccc !important;
	height: 260px;
	width:280px;
	padding:10px 0px;
	margin-bottom:10px;
}
.vert_chico{
	border: 1px solid #ccc !important;
	height: 400px;
	width:280px;
	padding:10px 0px;
	margin-bottom:10px;
}
.vert_grande{
	border: 1px solid #ccc !important;
	height: 600px;
	width:280px;
	padding:10px 0px;
	margin-bottom:10px;
}
.horiz_chico{
	border: 1px solid #ccc !important;
	height: 60px;
	width:585px;
	padding:10px 0px;
	margin-bottom:10px;
}
.horiz_grande{
	border: 1px solid #ccc !important;
	height: 90px;
	width: 890px;
	padding:10px 0px;
	margin-bottom:10px;
}
