/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;padding:0;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{
		border:0;
		height:1px;
		background-image:url(../imagenes/estructurales/hr1.gif);
		background-repeat:repeat-x;
		margin-bottom:15px;
		width:489px;
		
			
		}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
/*	form div{margin:.5em 0;clear:both;}*/
	
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:13px;
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
		
		}	
		
		
		/*tipografia helvetiva @fontface*/
	
	    body {
			font-family: Helvetica, Arial, sans-serif; color:#333;
			}
		
					
						
				
 body p {
			font-weight: normal; 
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosRegular', sans-serif;
			color:#333;		
			font-size:11px;
			}


		
	a, a:visited{
		text-decoration:none;
		color:#333;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}
	form div.first{clear:both;}
	/*form div{overflow:hidden;}*/
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{
		color:#900;		
		margin-left:60px;
		
		
		}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{	
		margin:0 auto;
		width:940px;
		text-align:left;
		position:relative;
		/*background-color:#CCC;*/
		
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		height:88px;
		/*mio
		background-color:#6CF;*/
		}	
	#footer{
		position:relative;
		clear:both;
		}	
		
	.content{
		clear:both;
		padding:0;
		/*mio
		background-color:#F9C;*/
		}
	.main, .primaria, .secundaria{
		float:left;
		display:inline;
		}
	.main{
		width:550px;
		/*mio
		background-color:#CCC;*/
		}
	.primaria{
		width:170px;
		position:relative;
		/*margin-left:40px;*/
		
		/*mio
		background-color:#CFC;*/
		}
	.secundaria{
		width:220px;
		/*mio
		background-color:#FF6;*/
		}

	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
			
			
			
			
				
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:32px;
			height:32px;
			margin-right:2em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			padding:5px 10px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
		
/* //navigation */

/* header */

	#header h1{
			margin:0;
			padding-top:31px;
		}
	#header h1 a{		
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:underline;
		}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */

/* ////////////// MIS CSS ///////////// */

/*MENU PRINCIPAL*/
	ul#menuv{
		margin:1em 0;
		padding:0;
	
		width:145px;
		margin-bottom:36px;
		
		}	
	
	
	ul#menuv li{
		margin:0;
		padding:.5em 0;
		list-style:none;
		background-image:url(../imagenes/estructurales/hr1.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		font-weight: normal; 
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosBold', sans-serif;				
			color:#000;
			font-size:14px;	
		
		}
		
		
		
		
	#menuv, #menuv ul {
	padding:0;
	margin:0;
	list-style:none;	
}

#menuv li {
	
	line-height:25px;	
	cursor:pointer;
	width:100%;
}


#menuv li.down {
	/*poner aqui un arrow invertido*/	
	
	
}




ul#menuv li a, ul#menuv li a:visited {
  padding: 0;
  display: block;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*IE putada*/
  color:#2c2d2d;
    
  
}


ul#menuv li a:hover {
color:#666;    
  
}


#menuv li.down ul li {
   background-image:none;
   font-weight: normal; 
			font-style: normal; 
			line-height:9px;
			font-family: 'TeXGyreHerosRegular', sans-serif;			
			color:#666;
			font-size:11px; 
		
  
}





#menuv li.down ul li:first-child  {
			background-image:url(../imagenes/estructurales/hr1.gif);
		background-repeat:repeat-x;
		background-position:top;
		margin-top:6px;
		padding-top:10px;
				  
  
}


.seleccionado {
	 text-decoration:line-through;
	 }




ul#menuv li.seleccionado a , ul#menuv li.seleccionado a:visited  {
	 text-decoration:line-through;
	 font-weight:normal;
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosBold', sans-serif;
			color:#000;
			line-height:0.5em;
	
		
	 }	

/*CONTENEDOR DE NOTICIAS DE LA HOME*/
.noticontainer img {
	border: 0;
}
.thumb {
	float: left;
	margin: 5px 14px 20px 0;
	clear: both;
	width: 220px;
	padding: 0px;
}
.description {
	overflow: hidden;
	
}

.description p{
	text-align:justify;
	padding-right:15px;
	
}

*html .description {
	float: left;
}
.noticontainer {
	overflow: hidden;
	width: 515px;
	font-size: 1.2em;
	
}



p.date  {
	
	background-image:url(../imagenes/estructurales/hr1.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin-top:-6px;
	
	}
	
.date span  {
	
	background-color:#FFF;
	width:70px;
	display:block;
	
	}
	
.masinfo {
	
	background-image:url(../imagenes/estructurales/mas_info.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:22px;	
	
	}
	
	

	

.maspdf {
	
	background-image:url(../imagenes/estructurales/pdf.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:22px;	
	
	}


p.masinfo {
	
	margin-bottom:0;
	padding-bottom:0;
	
	}
		
	 .secundaria p.masinfo {
	
	margin-bottom:18px;
	margin-top:0;
	padding-top:0;
	
	}
	
	
.masinfo a:link, .masinfo a:visited, .maspdf a:link, .maspdf a:visited {
	color:#333;
	text-decoration:none;	
	}
	
.masinfo a:hover, .maspdf a:hover {
	color:#999;
	text-decoration:none;	
	}
	
	
/* selector de idioma */


		ul.idioma  li {
			font-weight: normal; 
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosBold', sans-serif;				
			color:#000;
			font-size:14px;	
			list-style:none;
			margin:0;
			padding:0;
			
			}
			
	
		ul.idioma  li a, ul.idioma  li a:visited {
		
			text-decoration:none;
			color:#666;
			
			}
			
		ul.idioma  li a, ul.idioma  li a:hover {
		
			text-decoration:none;
			color:#000;
			
			}
			
		ul.idioma  li.selectidioma a, ul.idioma  li.selectidioma a:visited, ul.idioma  li.selectidioma a:hover {
		
			text-decoration:none;
			color:#000;
			text-decoration:line-through;
			
			}
			

#socialcontact {
	width:145px;
	position:absolute;
left:0;
top:560px;
	
	
	}
	
#socialcontact p {
	color:#999;
	margin:0;
	padding:0;
	
	}
	

#socialcontact p.elcopy {
font-style:italic;
background-image:url(../imagenes/estructurales/hr1.gif);
background-repeat:repeat-x;
background-position:top;
padding-top:5px;
margin-bottom:15px;

	}
	

.sociales  {
width:145px;
height:25px;
margin-top:10px;


	}
.sociales img {
	float:left;
	margin-right:6px;
	
	}
	
.sociales img.diferentes {
	float:right;
	margin-right:6px;
	
	}




/*imagen hover simple*/
.hovergrey a {
    width: 220px; height:176px; 
    overflow: hidden;
    display:block;
}
p.hovergrey  {
    float: left;
	margin: 5px 14px 20px 0;
	clear: both;
	width: 220px;
	padding: 0px;
}
.hovergrey a:hover img {
    margin-top: -176px;
} 


/*imagen hover simple*/
.hovergreyright a {
    width: 220px; height:176px; 
    overflow: hidden;
    display:block;
}
p.hovergreyright  {
	clear: both;
	width: 220px;
	padding: 0px;
}
.hovergreyright a:hover img {
    margin-top: -176px;
} 


.col.fichaleft {
	
	width:160px;
	
	}
	 
.col.ficharight {

	width:260px;
	
	}
	
	
 .notilist ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:7px;
	
	}
	
.notilist ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	color:#989898;
	
	
	}
	
.notilist ul li a, .notilist ul li a:link, .notilist ul li a:active, .notilist ul li a:visited  {
	color:#989898;
	text-decoration:none;
	
	}
	
.notilist ul li a:hover {
	color:#000;
		}
		
	
.notiscroll p {
	padding-right:18px;
	text-align:justify;
	
	}
	
	
	.bordeado {
	background-image:url(../imagenes/estructurales/hr_vert.gif);
	background-repeat:no-repeat;
	background-position:right;
		
		}
	
	
/*Formulario especificos*/

.form fieldset{border:none;margin:0;padding:0;}
	.form legend{display:none;}
	.form div{clear:both;margin:0.7em 0;}
	
	.form div.fileadrian {
		clear:both;
		margin:17px 0;
		}
	
	
	
	.form label{
		float:left;
		width:61px;
		
		font-weight: normal; 
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosRegular', sans-serif;
			color:#808080;		
			font-size:11px;
		}
		
		
	.form div.fileadrian label {
	
		padding-top:5px;
	
		}	
		
		
	.form label.michek {
		
		width:22px;
		
	
		}	
		
		
		
		
		
		
	.form .field, .form .area{
		width:417px;
		padding:2px 3px;
		}
	.form select{padding:3px;width:256px;}
	.form .submitcontacto{
		margin-left:60px;
		}
		
	
.submitcontacto	button   {
background:none repeat scroll 0 0 #fff;
border:medium none;
background-image:url(../imagenes/estructurales/enviar.gif);
background-repeat:no-repeat;
background-position:left center;
padding:0 20px;
color:#000;
cursor:pointer;
font-weight: normal; 
font-style: normal; 

font-family: 'TeXGyreHerosBold', sans-serif;
font-size:15px;
}


.submitcontacto	.buttonx   {
background:none repeat scroll 0 0 #fff;
border:medium none;
background-image:url(../imagenes/estructurales/enviar.gif);
background-repeat:no-repeat;
background-position:left center;
padding:0 20px;
color:#000;
cursor:pointer;
font-weight: normal; 
font-style: normal;
font-family: 'TeXGyreHerosBold', sans-serif;
font-size:15px;
margin-bottom:10px;
}



.form {
		font-weight: normal; 
			font-style: normal; 
			line-height:normal; 
			font-family: 'TeXGyreHerosRegular', sans-serif;
			color:#808080;		
			font-size:11px;
		}
	
	
	
	
.chekeado {
	
	padding-left:60px;
	
	}
	
	
input[type="text"], input[type="password"], textarea, .field, .area, select {
background:none repeat scroll 0 0 #c6c6c6;
border:1px solid #fff;
line-height:1em;
margin:0;
padding:5px;
width:300px;
}	


input.fcorto {
background:none repeat scroll 0 50% #c6c6c6;
border:1px solid #fff;
padding:4px 5px;
width:313px;

}



.file_1 {
	margin:0;
	padding:0;
	margin-top:5px;

	
	}
	
textarea, .area { 
height:111px;

}


.parrafo1 p {
	text-align:justify;
	padding-right:15px;
	margin-bottom:14px;
	color:#797878;
	line-height:15px;	
	
	}
	
.parrafo1  {
width:435px;
margin-left:58px;
	
	}
	
	
.parrafo2 p {
	text-align:justify;
	margin-bottom:14px;
	color:#797878;
	line-height:15px;	
	
	}
	
 