@CHARSET "UTF-8";

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('gothic-webfont.eot');
	src: local('?'), url('gothic-webfont.woff') format('woff'), url('gothic-webfont.ttf') format('truetype'), url('gothic-webfont.svg#webfontmFFXGih6') format('svg');
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothicItalic';
	src: url('gothici-webfont.eot');
	src: local('?'), url('gothici-webfont.woff') format('woff'), url('gothici-webfont.ttf') format('truetype'), url('gothici-webfont.svg#webfont2BWDON5B') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicBoldItalic';
	src: url('gothicbi-webfont.eot');
	src: local('?'), url('gothicbi-webfont.woff') format('woff'), url('gothicbi-webfont.ttf') format('truetype'), url('gothicbi-webfont.svg#webfontkf4KxPoa') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothicBold';
	src: url('gothicb-webfont.eot');
	src: local('?'), url('gothicb-webfont.woff') format('woff'), url('gothicb-webfont.ttf') format('truetype'), url('gothicb-webfont.svg#webfontiR57gBEj') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
   font-family: 'trajanRegular';
   src: url('trajanpro-regular-webfont.eot');
   src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('trajanpro-regular-webfont.woff') format('woff'),
        url('trajanpro-regular-webfont.ttf') format('truetype'),
        url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
    font-family: 'trajan';
    src: url('trajan_pro_bold-webfont.eot');
    src: url('trajan_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajan_pro_bold-webfont.woff') format('woff'),
         url('trajan_pro_bold-webfont.ttf') format('truetype'),
         url('trajan_pro_bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

BODY {
	margin:0px;
	padding:0px;
	font-family: CenturyGothicRegular;
	background:url('/imagenes/back_body.jpg') no-repeat;
}
#cargando {
	position:absolute;
	z-index:150;
	display:none;
	margin:250px 0 0 490px;
}
#contenedor {
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
    width: 980px;
}
#logo {
	margin:15px 0 0 0;
}
#logo img {
	border:none;
}
#cintillo {
	position:absolute;
	width:672px;
	height:75px;
	overflow:hidden;
	border:1ps solid #000;
	margin:0 0 0 307px;
}
#cintillo-grande {
	position:absolute;
	width:3000px;
}
#cintillo-grande img {
	margin: 0 3px;
}
#slogan {
	position:absolute;
	width:359px;
	height:25px;
	margin:12px 0 0 200px;
}
#slogan1 {
	float:left;
	color:#528BC3;
	font-family:times new roman;
	font-weight:normal;
	font-style:italic;
	font-size:21px;
}
#slogan2 {
	float:right;
	color:#333390;
	font-family:arial;
	font-weight:normal;
	font-size:22px;
}
#contenido-general {
	margin:60px 0 0 0;
}
#imagen-menu1 {
	position:absolute;
	width:58px;
	height:45px;
	z-index:110;
	margin:-5px 0 0 5px;
	background:url('../images/imagen_menu_quienes_somos.png') no-repeat;
}
* html #imagen-menu1 {
	margin:-5px 0 0 -245px;
}
#imagen-menu2 {
	position:absolute;
	width:48px;
	height:45px;
	z-index:110;
	margin:-3px 0 0 178px;
	background:url('../images/imagen_menu_nuestros_servicios.png') no-repeat;
}
* html #imagen-menu2 {
	margin:-3px 0 0 -73px;
}
#imagen-menu3 {
	position:absolute;
	width:62px;
	height:48px;
	z-index:110;
	margin:-5px 0 0 355px;
	background:url('../images/imagen_menu_preguntas_frecuentes.png') no-repeat;
}
* html #imagen-menu3 {
	margin:-5px 0 0 105px;
}
#imagen-menu4 {
	position:absolute;
	width:62px;
	height:48px;
	z-index:110;
	margin:-5px 0 0 535px;
	background:url('../images/imagen_menu_contacto.png') no-repeat;
}
* html #imagen-menu4 {
	margin:-5px 0 0 285px;
}
#menu {
	position:absolute;
	z-index:100;
	margin:0 0 0 0;
	font-weight:normal;
	font-family:CenturyGothicBold;
}
* html #menu {
	margin:0 0 0 -250px;
}
#menu ul {
	width:700px;
	height:43px;
	text-align:center;
	line-height:50px;
	margin:0px;
	padding:0px;
	background:url('../images/backmenu.png') repeat-x;
}
#menu ul li {
	width:175px;
	float:left;
	display:block;
	list-style:none;
}
#menu ul li span {
	display: block;
    width: 165px;
    height: 34px;
	line-height:34px;
    margin: 9px 0 0;
	padding:0 0 0 24px;
}
* html #menu ul li span {
	padding:0 0 0 34px;
}
#menu ul li a{
	font-size:11px;
	color:#333390;
	display:block;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#fff;
	cursor:pointer;
	background:#333390;
}
#busquedas {
	position:absolute;
	width:145px;
	height:36px;
	margin:9px 0 0 710px;
}
#lupa{
	float:left;
}
#input input{
	width:95px;
	height:18px;
	float:left;
	margin:7px 0 0 10px;
	border:1px solid #E2E2E3;
	background:#fff;
	text-align:center;
	font-weight: normal;
	font-family: CenturyGothicBold;
	font-size:11px;
}
#ingles {
	position:absolute;
	width:110px;
	height:93px;
	margin:0 0 0 860px;
}
#texto-buscar{
	float:left;
}
#lateral {
	width:242px;
	float:left;
	margin:45px 0 20px 0;
	overflow:hidden;
}
#lateral img {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
}
#email-correo {
	position:absolute;
	z-index:10;
	margin:417px 0 0 15px;
}
#email-correo img {
	border:none;
}
#lateral #imagen-lateral-1{
	width:242px;
	height:445px;
}
#pricipal{
	width:670px;
	float:right;
}
#contenido {
	width:682px;
	height:1032px;
	padding:70px 20px 20px;
	float:right;
	text-align:justify;
	margin:-20px 0 0 0 ;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	border-radius: 32px;
}
* html #contenido {
	width:722px;
	height:1122px;
	padding:70px 20px 20px;
}
#titulo {
	height: 160px;
    width: 675px;
	text-align:center;
	font-size:18px;
	color:#000;
	font-family:trajan;
	font-weight:normal;
}
#derecha {
	display:block;
	margin:0 0 0 165px;
}
#contenido #contenido-principal {
    width: 653px;
    height: 792px;
    margin: 7px 0 0 4px;
	padding:10px;
	font-size:13px;
	font-family:CenturyGothicRegular;
}
* html #contenido #contenido-principal {
    width: 673px;
    height: 812px;
}
#contenido #contenido-principal b {
	font-family:CenturyGothicBold;
	font-weight:normal;
}
#contenido #contenido-principal #interno {
	margin:90px 0 0 0;
}
#contenido #contenido-principal #interno2 {
	margin:200px 0 0 0;
}
#contenido #contenido-principal #interno2 table {
	font-size:14px;
}
#contenido #contenido-principal #interno2 table ul li {
	list-style-image: url("../images/imagen_lista.png");
}
#contenido #contenido-principal #interno2 img {
	border:none;
}
#contenido #fotos {
	width:237px;
	float:left;
	margin:0 0 0 30px;
}
#contenido #fotos img {
	margin:0 0 10px 0;
}
#contenido #datos {
	float: right;
    text-align: right;
    margin: 225px 0 0;
}
#contenido #datos #telefonos {
	color:#6E6E71;
	font-size:18px;
}
#contenido #datos a {
	color:#000;
    text-align: right;
	text-decoration:none;
}
#footer{
	height:35px;
	color:#fff;
	text-align:left;
	font-size:12px;
	font-family:CenturyGothicBold;
	font-weight:normal;
	margin:20px 0 0 0;
}
#footer  a {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer1 {
	float:left;
	line-height: 35px;
	margin: 0 0 0 45px;
}
#footer2 {
	width:510px;
	float:right;
}
