/* CSS Document */



html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	border: none;
}


/* CLASES */

.contanier {
	width:760px;
	margin: 0 auto 0 auto;
	
	border:none;
	border-color:#666666;
	border-width:1px;
	border-left:solid;
	border-right:solid;
	min-height: 100%;
}

* html .contanier {
	height:100%;
}

.encabezado {
	position: relative; 
	background-color: #007B32;
	border: none;
	margin-bottom: 7px;
	
	background-image:url(../images/encabezado1.gif);
	background-repeat:no-repeat;
	width:100%;
	height:150px;
}

.encabezado .login {	
	float:right;
	top:10px;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
}

.encabezado .login a {
	color:#FFFFFF;
	text-decoration:none;
}

.encabezado .login a:hover {
	color:#FFFFFF;	
	text-decoration:underline;
}

.contenido {	
/*	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	padding-left: 75px; */
	
	width:100%;
/*	height: 100% !important;
	min-height: 100% !important;*/
	padding-top:0px;
	height: 70%;
	min-height: 100% !important;
}
/*
* html .contenido {
	height:100%;
}
*/
.contenido .left {
	width:500px;
	float:left;
}

.contenido .right {
	display: inline;
	width:260px;
/*	margin-left:500px;*/
/*	float: right;*/
}

.inicio {
	background-image: URL('../images/fondo_inicio.jpg');
	background-repeat:no-repeat;
	
	width:100%;
	height: 440px !important;
	position: relative;
	left:0px;
	top:0px;
}

.inicio .texto {	
	width:100%;
	position: relative;
	left: 0;
	top:0px;
	
	
	text-align:center;		
	vertical-align:middle;
	font-family: Tahoma;
	font-size:medium;
	color:Dimgray;
}


/* MENU TABS 1 */


.encabezado .menusystem{
	text-align: center;
	float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
	overflow : hidden;
	display	: block;
 	position: absolute; 
	width: 100%;
	height: auto !important;
	bottom: 0;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.encabezado .menusystem ul{
	list-style:none;
}

.encabezado .menusystem li{
	 float:left;
	 width:85px;
	 padding-left:0px;
	 
	 border:solid;
	 border-bottom:none;
	 border-width:1px;
	 border-color:#CCCCCC;
	 
	 vertical-align:middle;
}

.encabezado .menusystem li a{
	padding-top:5px;
	margin:auto;
	text-decoration:none;
	width:85px;
	height:30px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
}

.encabezado .menusystem li a:hover{
	background-color:#FFFFFF;
	/*color:#003778;*/
	color:#999999;
}

.encabezado .menusystem li.sel a{
	background-color:#FFFFFF;
	color:#007B32;
}


/* EQUIPO DE TRABAJO */

.equipo {
	float: left;
	padding: 0 0 0 0;
	margin:0;
	margin-left:0px;
	width: 100%;
/*	background: #f9f8f2 url( ../images/menu1bg.gif ) repeat-x left top; */
	text-align: left;	
	height: 350px;
	height: 350px !important;
	min-height: 300px !important;
}

.equipo ul li {
	padding: 2px 0;
	font-size: 11px;
	border-bottom:1px solid #eae9e4;
	width: 180px;	
}

.equipo ul li a {
	display: block;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 174px;
	cursor: pointer;
}

.equipo ul li a:hover {
	background-color:#f2eedc;
}

.equipo ul li {
	padding-left: 5px;
}

.equipo .subtitulo {
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
	border-bottom:1px solid #ACA899;
	color:#ACA899;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}

.equipo .colaboradores {
	float:left;
	
	margin-left:20px;
	width:300px;
	display:inline;	
}

.equipo .aviso {
	float:right;
	
	border: 1px solid #eae9e4;
	border-left-width: 2px;
	border-right-width:2px;
	background-color: #f9f8f2;
	
	margin-right:40px;
	margin-top:40px;
	padding:5px;
	width:300px;
}


.colaborador {
	width: 45%;
	padding: 0 4px;
	margin: 10px 10px;
	float: left;
	border: 1px solid #e2e2e2;
	background: #f7f7f7 url( ../images/colaborador_bg.gif ) repeat-x left top;
}

.colaborador .imagen {
	vertical-align:middle;
	margin:auto;
	padding:10px;
	padding-left:15px;
	
}


.colaborador  h3{
	color: #ababab;
	font-family: Tahoma;
	border-bottom: 1px solid #ACA899;
}

.colaborador .post ul {
	padding:0 0 10px 20px;
	margin:0;
}

.colaborador .post ul li {
	padding: 5px 0 0 16px;
	list-style: none;
	background: url(../images/tilde.gif) no-repeat 0 8px;
}

.colaborador .post ul li a {
	text-decoration: none;
}

.colaborador img.left {
	float: left;
	margin: 2px 8px;
}

.nombre_izq {
	display: block;
	padding: 5px 15px 5px 5px;
	color: #6498C0;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia;
	border-bottom: 1px solid #33A02C;
	text-align: left;
	margin-left : 10px;
	margin-right: 10px;
}


.nombre_der {
	display: block;
	padding: 5px 15px 5px 5px;
	color: #6498C0;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia;
	border-bottom: 1px solid #33A02C;
	text-align: right;
	margin-left : 10px;
	margin-right: 10px;
}

.nombre_der a {
	display: block;
	color: #6498C0;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia;
	border:none;
	text-align: right;
}


/* PIE DE PAGINA */

.contanier .pie {
	position: relative; /* absolute */
	bottom:0;
	width:760px;
	height:30px;
}

.contanier .pie .banda {
	border:none;
	
	border-top: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	
	background-color: #007B32;	
	
	color: #999999;
	text-align:right;
	vertical-align:middle;
}

.contanier .pie a {
	color: #333333;
	text-decoration: none;	
}

.contanier .pie .linea_azul {
	border-bottom: 3px solid #6498C0;	
}

/* CLIENTES */

.clientes_bar {
	float: left;
	padding: 10px 0 0 0;
	margin:0;
	margin-left:20px;
	width: 240px;
	background: #f9f8f2 url( ../images/menubg.gif ) repeat-y left top;
	text-align: left;	
	height: 100%;
	height: 100% !important;
	min-height: 100% !important;
}

.clientes_bar ul li {
	padding: 2px 0;
	font-size: 11px;
	border-bottom:1px solid #eae9e4;
	width: 180px;	
}

.clientes_bar ul li a {
	display: block;
	color: #696969;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 174px;
	cursor: pointer;
}

.clientes_bar ul li a:hover {
	background-color:#f2eedc;
	/*list-style-image:url( ../images/key.gif ); 
	padding-left: 5px;*/
}

.clientes_bar ul li {
/*	list-style-image:url( images/news.gif );*/ 
	padding-left: 5px;
}

.clientes_der {
	float:right;
	margin-right:60px !important;
	margin-right:20px;	
	
	width:400px;
	height: 100%;
}

.clientes_der .mensaje {	
	position: relative;
	top:40px;
	left:20px;
	width:390px;
	height:180px;
	overflow:visible;
	
	padding: 10px;
	
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
}

.clientes_der .mensaje .icono {
	position: absolute;
	
	margin-top:10px;
	float: left;
	
	width: 100px;
	height: 80px;
	text-align:center;
	vertical-align:middle;
	
/*	border: 1px solid #eae9e4;*/	
}

.clientes_der .mensaje .info {
	position: absolute;
	
	margin-top: 10px;
	margin-left:110px;
	float: right;
	
	margin-right:20px;
	width:280px;
	
	text-align:center;
	vertical-align:middle;
	
/*	border: 1px solid #eae9e4;*/	
	/*font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color: #696969;	
}

.cliente_der .mensaje .divisor {
	border-bottom: dotted;
	border-color: #eae9e4;
	border-width: 1px;
	height:1px;
	height: 1px !important;
	
	clear:both;
}


.clientes_der .mensaje .formulario {
	position: relative;
	top:100px;
	width:370px !important;
	width:390px;
	padding:10px;
	vertical-align: middle;
	text-align: center;
	
	border-top: 1px solid #eae9e4;	
}

.clientes_der .mensaje .formulario .letra {
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #666666;
}

.clientes_der .mensaje .formulario .txt {
	border: 1px solid #007B32;
	background-color : #4BBF79;
	size:20;
}

.clientes_der .mensaje .formulario .txt input:focus{
	background-color : #B7BF47;
}

.clientes_der .mensaje .formulario .txt input:hover{
	background-color : #D2D975;
}

.clientes_der .mensaje .formulario .button {
	border: 1px solid #007B32;
	background-color : #FFFFFF;
	size:100;
	color: #007B32;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12;
}

/* informacion tecnica, clima y mercados */

.subtitle {
	display: block;
	padding: 5px 15px 5px 5px;
	color: #6498C0;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #33A02C;
	text-align: left;
	margin-left : 10px;
	margin-right: 10px;
}

/* FILES */

.files {
	height: 100%;
	height: 100% !important;
	
	padding:15px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	/*
	background-color:#FFFF99;	
	border: 1px solid #FFCC00;*/
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
}

.files ul {
	list-style: none;
}


.files ul li {
	padding: 2px 0;
	font-size: 11px;	
	width: 90%;
	padding-left: 5px;
	display: block;
}

.files ul li a {	
	padding: 4px;
	cursor: pointer;
	
	color: #6498C0;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.files ul li a:hover {
/*	background-color:#f2eedc; */
	color: #6498C0;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}




.desc_files {
	clear: both;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.desc_files .frame {
	position: relative; 
	border: 1px solid #33A02C; 
	background-color: #FFF; 
	padding: 5px;
	text-align:center;
}

.desc_files .frame a {
	color: #6498C0;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-decoration: none;
}

.desc_files .frame a:hover{
	color: #6498C0;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

/* Contactos */

fieldset {
	/*border: 1px solid #3366aa;*/
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
		
	padding: 2px 8px 12px 8px; 
	/*margin-bottom: 42px;
	margin-top:30px;*/
	margin:10px;
}
legend {
	font-weight: bold;
	color: #124E74; 
	background-color: inherit;
}
label {
	margin: 8px 0 0 8px;	
	display: block;
}
.contactos {
	
	
}

.contactos .izquierda {
	width: 300px;
	display: inline;
	float: left;
	margin-left:10px;
}

.contactos .derecha {
	width: 400px;
	overflow: hidden;
	margin-right:10px;
}

.contactos .derecha .destino {
	color:#007B32;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:4px;
}


.contactos .edits {
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 4px 8px; 
	padding: 2px 4px;
	border: 1px solid #007B32;
	/*
	border-bottom: 4px solid #007B32;
	border-right: 1px solid #007B32;
	border-left: 1px solid #007B32;*/
	width: 84%;
	color: #124E74; 
	background-color: inherit;
}

.contactos .edits:focus {
	/*border-left: 4px solid #007B32;
	border-right: 4px solid #007B32; */
	background-color: #4BBF79;
} 

textarea { height: 140px; }

.contactos .button {
	border: 1px solid #007B32;
	background-color : #FFFFFF;
	size:100;
	color: #007B32;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.aviso {
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
	
	margin-left:15px;
	margin-right:15px;
	padding:5px;	
}

.error {
	border: 1px solid  #FF9999;
	/*background-color: #FFC0CB;*/
	background-color: inherit;
	
	color: #FF9999;
	font-family: Verdana, tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-stretch:bold;
	margin-left:15px;
	margin-right:15px;
	padding:5px;	
}

/* MENSAJE */

.mensaje {
	 margin:0 auto 0 auto;
	 margin-top: 80px;
	 width: 400px;
}

.mensaje h1 {

/*	height:25px;*/
	border: 1px solid #007B32;
	background-color: #4BBF79;

	font-size: 13px; 
	font-family: arial; 
	font-weight:bold;
	color: #f9f8f2;
	text-align:left;

	line-height: 25px;	

	margin: 0 0 1px 0;
	
	vertical-align: middle !important;
	vertical-align: center;
	
}

.mensaje h1 img {
	height: 	24px;
	width: 24px;
	vertical-align: middle !important;
	vertical-align: center;	
	overflow: hidden;
	margin: 0;
}

.mensaje .cuerpo {	
/*	border: 1px solid #eae9e4;
	background-color: #f9f8f2;*/
	
	
	border: 1px solid #007B32;
	background-color: #f9f8f2;

	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 10px;
	min-height: 100px;		
	text-align:center;
	vertical-align: middle;


}

.mensaje .msjIco {
	float: left;
}

.mensaje .cuerpo p {
	font-family: tahoma, Arial, verdana;
	font-size:11px;
	font-weight: bold;
	color:#333333;

	text-align:center;
	vertical-align:middle;

	
	margin: 0 0 0 100px ;
	padding: 5px;

	

}

/* ZONAS */

.zonas {
	height: 100%;
	height: 100% !important;
	
	padding:15px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
}

.zonas .imagen {
	border: 1px solid #eae9e4;
	background-color: #f9f8f2;
	
	padding:5px;
	margin-top:2px;
	
}


