/* HOJA DE ESTILOS DE LA PAGINA PRINCIPAL
   Autor: 		Interesa Consultores
   
   
   --------------------------------------------------------*/
/**/

.bloque-2-columnas-LC{
		margin:38px 0 0 0;
		padding:0;
	}
	
	.bloque-2-columnas-LC .bloque1{
		float:left;
		width:627px;
		margin:0;
		padding:0;
	}
	.bloque-2-columnas-LC .bloque2{
		float:right;
		width:300px;
		margin:0 12px 0 0;
		padding:0;
	}
	
	.bloque-presentacion .bloque1{
		float:left;
		width:290px;
	}
	
	.bloque-presentacion .bloque2{
		float:right;
		width:284px;
	}
	
	
	.caja h2{
		font-size:2em;
	}
	
	.caja h2{
		height:auto;
		/*-webkit-border-radius: 5px;
  		-moz-border-radius: 5px;*/
	}	


/* =Presentacion
   --------------------------------------------------------*/
   .mostrar{
		display:block;
	}
	
   	.ocultar{
		display:none;
	}
	
	
	.bloque-presentacion{
		background-color:#FFFFFF;
		padding:0 0 0 0;
		margin-bottom:27px;
		background-image:url(/css/bitmaps/az_presentacion.jpg);
		background-position:0 bottom;
		background-repeat:repeat-x;
		height:1%;
	}
	
	.bloque-presentacion .contenido{
		padding:6px 10px 10px 10px;
		border-left:1px solid #9FB1D6;
		border-right:1px solid #9FB1D6;
		height:1%;
	}
	
	#cuerpo .bloque-presentacion .esquinas img{
		margin:0;
		padding:0;
	}
	
	.bloque-presentacion h2{
		color:#3A5CA3;
		font-size:2em;
		font-family:Arial, Helvetica, sans-serif;
		margin-top:15px;
		line-height:normal;
	}
	
	.bloque-presentacion p{
		margin-bottom:5px;
	}
	
	#cuerpo .bloque-presentacion img{
		margin:0 0 6px 0
	}
	
	#cuerpo .bloque-presentacion ul{
		float:right;
		margin:0 19px 0 0;
		padding:0 0 0 0;
	}
	
	#cuerpo .bloque-presentacion ul li{
		float:left;
		display:inline;
		color:#2D487F;
		margin:0 0 0 4px;
		padding:0 0 0 0;
	}
	
	#cuerpo .bloque-presentacion ul li span{
		color:#2D487F;
		cursor:pointer;
		border:1px solid #2D487F;
		margin:0 0 0 0;
		padding:2px 2px 2px 5px;
		display:block;		
	}
	
	#cuerpo .bloque-presentacion ul li span.seleccionado{
		color:#FFFFFF;
		cursor:pointer;
		background-color:#2D487F;
		border:1px solid #2D487F;
		margin:0 0 0 0;
		padding:2px 2px 2px 5px;
		height:1%;		
	}
	
	/*Titulos*/		
	.bloque-2-columnas-LC .bloque2 h2{
		font-weight:bold;
	}
	
	.bloque-2-columnas-LC .bloque2 h2.titulo{
		font-weight:normal;
	}
		
	h2.titulo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#152A55;
	font-style:italic;
	font-weight:normal;
	border-bottom:1px dotted #385186;
	padding:0 0 5px 0;
	margin:0 0 12px 0;
	}
	

	
	
	#pie .bloque1{
		padding-bottom:5px;
	}
	#pie p.firma{
		margin:0 0 3px 25px;
		padding:0 0 0 0;
		color:#A1AABB;
		font-size:1em;
	}
	
	#pie p.firma a{
		color:#A1AABB;
	}

   