@charset "utf-8";
/* CSS Document */


@font-face{
	font-family:TituloDir;
	src:url(../tipografia/nobile.ttf);
}


body{
	margin:0 auto;
	display:block;
	background:url(../img/fondo.jpg) repeat-x fixed;
	}

.contenedor{
	width:1000px;
	height:800px;
	display:block;
	margin:0 auto;
/*	background:#CCC;*/
	}

.cabecera{
	width:1002px;
	height:120px;
/*	display:block;*/
	position: fixed;
	top:0;
	margin:0 auto;
	background:url(../img/fondo-cabe.jpg) repeat-x;
/*	padding-top:10px;*/
	}
	
.logo{
	width:418px;/*418*/
	height:110px;/*120*/
	display:block;
	float:left;
/*	background:peru;*/
	padding-top:10px;
	}
	
.cont-dir{
	width:584px;
	height:100px;/*120*/
	display:block;
	float:left;
/*	background:#0F0;*/
	padding-top:20px;
	}
	
.text-dir{
	width:583px;
	height:40px;
	display:block;
	text-align:right;
/*	background:#0FF;	*/
	}
	
.txt-dir{
	font-family:TituloDir;
	color:#2392C3;
	font-size:30px;
	font-weight:bold;
	}

.tam{
	font-size:20px;
	font-weight:normal;
	}
	
.cuerpo{
	width:960px;
	margin-top:120px;
	overflow:hidden;
	display:block;
/*	background:#FF0;*/
	padding:20px 20px 10px 20px;
	border-bottom:1px #2392C3 dashed;
	border-left:1px #2392C3 dashed;
	border-right:1px #2392C3 dashed;
	}

.titulo{
	width:960px;
	height:30px;
	background-color:#F3FAFF;
	display:block;
	margin-bottom:10px;
	border-bottom:1px #BFE5F5 solid;
	}

.logito-dir{
	width:30px;
	height:28px;/*30*/
	display:block;
	float:left;
	padding-top:3px;
	padding-left:10px;
	}

.text-tit{
	width:300px;
	height:20px;/*25*/
	display:block;
	float:left;
	margin-left:10px;
	padding-top:11px;
	}
	
.directorio{
	width:910px;/*960*/
	overflow:hidden;
/*	background:peru;*/
	display:block;
	padding-left:50px;	
	}

.pais{
	width:240px;
	overflow:hidden;
	display:block;
	float:left;
	background:#FFF;
	border:1px #BFE5F5 solid;
	margin-right:60px;
	margin-bottom:20px;	
	}

.tit-pais{
	width:230px;/*240*/
	height:22px;/*25*/
	display:block;
	background:#F3FAFF;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	}

.cont-pais{
	width:240px;
	overflow:hidden;
	display:block;
/*	background:#0FF;*/
	padding:5px 0 5px 0;
	}
	
.txt-ciu-tlf{
	width:240px;
	overflow:hidden;
	display:block;	
	}

.ciudad{
	width:120px;
	display:block;
	float:left;
/*	background:#F0F;*/
	text-align:center;
	margin-bottom:5px;
	}

.est-bandera{
	width:34px;
	height:17px;
	background:peru;
	display:block;
	float:left;	
	}

.nom-pais{
	width:200px;
	height:20px;
	display:block;
	background:#0F0;
	float:left;	
	}

.camp-cuidad{
	width:120px;
	padding:2px 0 2px 0;
	display:block;
	float:left;
	background:#EEEEEE;
	text-align:center;
	}

.blanco{
	background-color:#FFF;
	}

/*------TEXTOS---------*/
.txt-titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2392C3;
	font-weight:bold;
/*	text-shadow: 1px 1px 1px rgba(183, 202, 248, 1);*/
	}

.num-tit{
	font-size:14px;
	}

.txt-tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	}

.txt-cont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}

