@charset "utf-8";
/* CSS Document */

.main {width:858px; height:auto; margin:0;}

p	{
	font-size:12px; 
	padding:0px; 
	font-family:Calibri, Century Gothic; color:#646464;
	line-height: 16pt;
	font-style:normal;
	}					
	
a.grisazul:link {text-decoration:none; color: #646464;}       /*gris*/
a.grisazul:visited {text-decoration:none; color:#0067C2;} 	 /*azul*/
a.grisazul:active {text-decoration:none; color:#0067C2;} 	 /*azul*/
a.grisazul:hover {text-decoration:underline; color:#0067C2;}  /*azul*/


body {
			font-size:12px;
			font:normal 100%; 
			color:#646464;
			position:relative;
			font-size:12px; 
			font-family:Calibri, Century Gothic; color:#646464;
			text-align:justify;
			line-height: 16pt;
			font-style:normal; 
	}

.clear {
	clear:both;
	}
	
.strong{
	font-weight:bold;
	font-size:13px;
	line-height: 18pt;
	}
#contenedor {/* incluye todo */
	position:relative;
	width:858px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #B2E0ED;
	text-align:center;  
	}
#contenedor #cabecera {
	width:858px;
	height:88px;
	text-align:center;
	}
.columna1{
	width:49%;
	height:100%;
	margin-left:0.8%;
	float:left;

	}
.columna2{
	width:49%;
	height:100%;
	float:right;
	}
.cajaBloque{
	width:100%;
	height:5%;
	text-align:center;
	padding-bottom:3%;
	}
.titulo{
	width:96%;
	text-align:center;
	background-color:#d4edf2;
	font-family:Calibri, Century Gothic;
	font-weight: bold;
	font-size: 16px;
	color:#0066B3;
	margin:1%;
	}

.tituloFondo{
	width:99%;
	background-color:#fbdba2;
	text-align:center;
	font-family:Calibri, Century Gothic;
	font-size: 18px;
	color:#ba7004;
	font-weight: bold;	
	padding:0.5%;
	margin-top:2%;
	margin-bottom:2%;
	}	

.cajaVisibleNar{
	width:92%;
	padding:2%;
	margin:2% 1% 2% 1%;
	border:1px solid #e1dfdf;
	background-color:#fce8c4;
	}	
	
#sello{
	float:left;
	width:2%;
}	
	
	
	
	
