@charset "utf-8";
/* CSS Document reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {

font-size:18px;

}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote, q {
	quotes: none;
}

/*********fin del reset**********/
/*ordenes generales*/	
body { 	
	/*text-shadow: #000 0 0 0;*/
	font-size: 12px;
	background:url(images/bg.jpg) repeat;
	}
p { 	
	color:#555;
	font-size: 1.2em; /* 12px */
	line-height: 1.3em; /* 18px */
	margin: 0 0 1.5em 0; 
	}
a{
	text-decoration:none;
	}
h1{
	font:25px Georgia, "Times New Roman", Times, serif;
	color:#033A4F;
	border-bottom:1px solid #A8A48F;
	padding-bottom:3px;
	}	
h2{
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#B4B092;
	padding:10px 0px 10px 0px;
	}	
h3{
	font: 600 1.4em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;	
	padding-top:10px;
	padding-bottom:6px;
	}	
.tipoh3
	{
	font: 600 1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;	
	}	
h4{ 

	font:18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:10px 0px 5px 0px;
	}
hr{
	border-top:1px double #F0F0EF;
	}	
.destaque{
	color:#B8B89E;
	border-top:2px solid #E4E4DC;
	border-bottom:4px solid #E4E4DC;
	font-size:16px;
	padding:5px 10px 5px 10px;
	float:right;
	}	
.colorazul{
	color:#033A4F;
	}
.textgrand{
	font-size:1.3em;
	}	
.paddleft20p{
	padding-left:20px;
	}	
.paddleft40p{
	padding-left:40px;
	}	
ul.enlaces{
	padding-bottom:30px;
	}
.enlaces li {
	color:#033A4F;
	border-bottom:1px dotted #033A4F ;
	padding:10px; 
	}
.enlaces a {
	color:#033A4F;
	font-weight:600;
	}
ul{
color:#555;
	font-size: 1.2em; /* 12px */
	margin: 0 0 1.5em 0; 
	}
ol ul {
color:#555;
	font-size: 1em; /* 12px */
	margin: 0 0 1.5em 0; 
	}		
ol ul ul{
color:#555;
	font-size: 1em; /* 12px */
	margin: 0 0 1.5em 0; 
	}	
ol ul ol{
color:#555;
	font-size: 1em; /* 12px */
	margin: 0 0 1.5em 0; 
	}	
ol{
	color:#555;
	font-size: 1.2em; /* 12px */
	line-height: 1.2em; /* 18px */
	margin: 0 0 1.5em 0; 
	list-style: decimal inside;
	}
ol li{
	padding-bottom:10px;
	}
.listdisc li{
	background:transparent url(images/disc.jpg) no-repeat scroll left 4px;
	padding-left:15px;
	padding-bottom:10px;
	}

/*pagina*/
#wrapper{
	background:url(images/cuerpo-fondo.jpg) repeat-y;
	width:1000px;
	margin:0 auto;
	}
#header{
	background:url(images/cabe-y-nave.jpg) repeat-x;
	width:962px;
	height:152px;
	margin:0 auto;
	margin-bottom:20px;
	}	
#centro{
	position: relative; 
	overflow: hidden; 
	width:920px;
	height:251px;
	margin:0px auto;
	}

#centrolinks1{
	margin-bottom:20px;
	}
.centrolist{
	line-height:0;
	margin:0;
	}
.centrolinks {
	width:920px;
	height:99px;
	margin:0px auto;
	background-image: url(images/bajo-banner.jpg);
	background-repeat:no-repeat;
	}
.centrolinks a{
	color:#80D1FC;
	font:100 12px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif ;
	line-height:1.4em;
	}
.centrolinks a:hover, .centrolinks a.selected{
	color:#02A7FF;
	}
.centrolinks ul li{
	float:left;
	padding-left:30px;
	display:inline;
	width:270px
	}
#logo{
	margin-left:15px;
	}
#nav ul{
	clear:both;
	margin:15px 0 0 20px;
	font:14px Arial, Helvetica, sans-serif;
	}
#nav ul li{
	margin:0;
	display:inline;
	position:relative;
	}
#nav ul li a{
	padding:0px 47px 9px 47px;
	margin-right:-5px;
	background-image: url(images/separador.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#nav ul li a:link, #nav ul li a:visited {
	color:#A29E80;
	}
#nav ul li a:link:hover, #nav ul li a:visited:hover{
	color:#68654e;
	border-bottom:4px solid #A8A48F;	
	}
#nav ul li a#actual{
	color:#68654e;
	border-bottom:4px solid #134556;	
	}
/*fin header*/
/****************************contenido izquierda***********************************/
#content-iz{
	width:580px;
	display:inline;
	float:left;
	margin-left:40px;
	margin-bottom:50px;
	

	}
#content-iz-iz{	
	width:280px;
	float:left;
	display:inline;
	margin:10px 0 10px 0;
	}
#content-iz-iz h3{
	font: 600 1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;	
	padding-top:10px;
	padding-bottom:6px;
	}	
#content-iz-der{	
	width:280px;
	float:left;
	display:inline;
	margin-left:20px;
	margin:10px 0 10px 20px;
	}
#content-iz-der h3{
	font: 600 1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;	
	padding-top:10px;
	padding-bottom:6px;
	}	
	
	
#content-iz-iz a, #content-iz-iz a:visited, #content-iz-der a:visited, #content-iz-der a{
	color:#757A7B;
	line-height:1.3em;
	border-bottom:1px solid #F0F0EF;
	border-top:1px solid #F0F0EF;
	display:block;
	padding-bottom:10px;
	padding-top:10px;	
	}
#content-iz-iz a:hover, #content-iz-der a:hover{
	background-color:#f9f8f4;
	display:block;
	border-bottom:1px solid #E0DED1;
	border-top:1px solid #E0DED1;
	}	
#content-iz-infe{
	margin-top:10px;
	width:580px; height:auto;
	float:left;
	display:inline;
	}	
#content-iz-infe a,#content-iz-infe a:visited{
	float:right;
	color:#0081C6;
	}
	
/***************************contenido derecha****************************/
#cargo-box{
	background:#E5E5DD url(images/descripcion.jpg) top left repeat-x;
	width:280px;
	float: left;
	display:inline;
	margin-left:0px;
	margin-bottom:30px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:4px solid #C3C3B2;
	border-right:1px solid #C3C3B2;
	border-left:1px solid #C3C3B2;
	}
#cargo-box p {
	font-size:14px;
	line-height:18px;
	color:#757266;
	padding:0px 5px 0px 12px;
	}
#content-der{
	width:280px;
	float: left;
	display:inline;
	margin-left:30px;
	padding-left:20px;
	margin-bottom:40px;
	border-left:1px dotted #CCCCCC;
	}
#cargo-box img {
	margin:0px 0px 0px 5px;
	}
#content-der-supe p{
	font-size:1.1em;
	padding:10px 5px 0 5px;
	}

#content-der-boton p{

	padding-top:10px;
	margin-bottom:0px;
	}
#cargo-box1 a{	
	margin-top:30px;
	display:block;
	width:257px;
	height:38px;
	background-image: url(images/cargobutton.jpg);
	background-repeat:no-repeat;
	background-position:top;  
	padding-left:20px;
	}
#cargo-box1 a:hover{
	display:block;
	width:257px;
	height:38px;
	background-image: url(images/cargobutton.jpg);
	background-repeat:no-repeat;
	background-position: bottom;  
	}
	
	
#archivo a, #archivo a:visited {
	padding:10px 0px 10px 25px;
	font-size:1.3em;
	background-image:url(images/bullet.gif);
	background-position:left 13px;
	background-repeat:no-repeat;
	color:#00374C;
	display:block;
	border-bottom:1px solid #F0F0EF;
	border-top:0px solid #F0F0EF;
	}
#archivo a:hover, #archivo a:visited:hover {
	background-color:#f9f8f4;
	display:block;
	border-bottom:1px solid #E0DED1;
	border-top:0px solid #E0DED1;
	}

#diploma-box{
	background:#E5E5DD url(images/descripcion.jpg) top left repeat-x;
	width:280px;
	float: left;
	display:inline;
	margin-left:0px;
	margin-bottom:30px;
	margin-top:30px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:4px solid #C3C3B2;
	border-right:1px solid #C3C3B2;
	border-left:1px solid #C3C3B2;

	}
	
#diploma-box p {
	font-size:14px;
	line-height:18px;
	color:#757266;
	padding:0px 5px 0px 12px;
	}
	
#diploma-box img{
	margin:0px 0px 0px 5px;
	}
/*---------------------------------footer-----------------------*/
#footer{
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	width:964px;
	height:89px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	}
#logofooter p{

	font-size:11px;
	color:#1B81A6;
	padding-top:14px;

}
#footer ul{
	float:right;
	padding-top:40px;
	padding-right:30px;
	font:11px Arial, Helvetica, sans-serif;
	}
#footer ul li{
	margin:0;
	display:inline;
	position:relative;
	}
#footer ul li a{
	padding:10px 10px 0 10px;
	text-decoration:underline;
	color:#1B81A6;
	}

#footer-sombra{
	background-image:url(images/sombrafooter.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:25px;
	margin:0 auto;
	}
	
#logofooter {

	float:left;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:20px;
}
/*****************************nosotros**************************************/
#conten-fancy {
	width:300px;
	/*margin:10px 10px 10px 20px;*/
	float:left;
	}
.epigrafe {
	font-size:1em;
	font-style:italic;
}
/****************************servicios**************************************/

#descripcion {
	background:transparent url(images/descripcion.jpg) repeat-x top left;
	background-color:#E4E4DC;
	height:160px;
	clear:both;
	padding-top:10px;
	padding-right:10px;
	margin-bottom:20px;
	border-bottom:4px solid #C3C3B2;
	border-right:1px solid #C3C3B2;
	border-left:1px solid #C3C3B2;

	}
#descripcion p {
	font-size:17px;
	line-height:22px;
	color:#757266;
	margin-top:20px;
	}
.thumb {
	float:left;
	border:4px solid #F0F0EF;
	margin:5px 15px 15px 10px;
	}
ul.bullet li{
	background:transparent url(images/flecha.png) no-repeat scroll left 15px;
	padding:10px 0 18px 20px;
	clear:both;
	color:#02394E;
	border-bottom:1px dotted #E4E4DC;
	}
.bullet{	
	padding-left:20px;
	clear:both;
	} 
#content-der-servis{
	font-size:1.2em;
	line-height:3;
	}
#content-der-servis a, #content-der-servis a:visited {
	padding:1px 0px 1px 25px;
	background-image:url(images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#00374C;
	display:block;
	border-bottom:1px solid #F0F0EF;
	border-top:0px solid #F0F0EF;
	}
#content-der-servis a:hover, #content-der-servis a:visited:hover {
	background-color:#f9f8f4;
	display:block;
	border-bottom:1px solid #E0DED1;
	border-top:0px solid #E0DED1;
	}

/*#content-iz li {
	background-image:url(images/fat_arrow.png);
	font-size:1.2em;
	color:#757A7B;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:20px;
	clear:both;
	}*/
.topinco{
	float:right;
	margin-top:-10px;
	}

/***********************************informacion************************************/
#content-glosa{
	width:580px;
	display:inline;
	float:left;
	margin-left:40px;
	margin-bottom:50px;
	}
#content-glosa ul li{
	color:#757A7B;
	font-size: 1.13em; /* 12px */
	line-height: 1.1em; /* 18px */
	margin: 0 0 1.1em 0;
	}
	
/*glosario*/
.glosa{
	margin:0 auto;
	width:570px;
	display:inline;
	}
.glosa a, .glosa a:visited{
	font-size:1.1em;
	padding:4px 8px 4px 8px;
	color:#00374C;
	border-bottom:1px solid #F0F0EF;
	border-top:1px solid #F0F0EF;
	background-color:#f9f8f4;
	}
.glosario{
	padding-top:10px;
	}	
	
/*comercio internacional*/
.lis1{
	font:1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	}

/*valoracion*/
#indicevalo a, #indicevalo a:visited{
	color:#0081C6;
	}
#valor{
	line-height: 1.5em;
	display:inline;
	}
#valor p{
	color:#4C4C4C;
	}
#valor ol li{	
	color:#4C4C4C;
	line-height: 1.3em;
	}
#valor ul li{
	color:#4C4C4C;	
	line-height: 1.3em;
	list-style: disc inside ; 
	padding-left:20px;
	}

/*************************************contacto**********************************/
#titulocontacto{
	width:920px;
	margin:0 auto;
	margin-bottom:20px;
	}
#map{
	width: 595px; 
	height: 390px;
	border:5px solid #f5f5f5;
	overflow:auto;
	float:left;
	}
#contacto_derecha{
	width:300px;
	float:left;
	display:inline;
	}
.entrada{
	margin-left:-10px;
	padding-top:0px;
	}
address{ 
	font: 600 1em Georgia, "Times New Roman", Times, serif;
	color:#BAB8A5;
	padding:5px 0px 5px 0px;
	line-height:1.75em;
	}
address img{
	margin-left:3px;
	margin-bottom:-6px;
	display:inline;
	}
#contacto_derecha  p {
	font: 400 1.1em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;
	}

/*formulario*/	
#cuerpo-formulario{
	width:600px;
	display:inline;
	}
#form_columnaiz{
	padding-top:10px;
	width:230px;
	float:left;
	display:inline;
	margin-top:20px;
	}
#form_columnader{
	padding-top:10px;
	width:320px;
	float: right;
	display:inline;
	margin-right:0px;
	margin-top:20px;
	padding-left:10px;
	}	

/*clase para darle formato a los titulos de los campos*/


#gracias  {
	text-align:center;
	padding:50px;
	background:#E5E5DD url(images/descripcion.jpg) top left repeat-x;
	width:480px;
	border-bottom:4px solid #C3C3B2;
	
}

#gracias h3 {
	font-size:18px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.titulo_campos{
	font: 600 1.1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#033A4F;
	float:left;
	}

/*nombre email y telefono*/
.campo_formulario {
	border:1px solid #cccccc;
	background-color:#fff;
	color:#033A4F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:230px;
	margin-bottom:14px;
	padding:5px;
	}
input:hover {
	background-color:#f9f8f4;
	}
input.campo_formulario:focus {
	background:#f9f8f4 ;
	border: 1px solid #055E80;
	}

/*texarea*/
.campo_formulario_areatexto {
	border:1px solid #cccccc;
	background-color:#fff;
	color:#033A4F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:160%;
	height:135px;
	width:320px;
	padding:5px;
	}	
textarea:hover{
	background-color:#f9f8f4;
	}
textarea.campo_formulario_areatexto:focus {
	background:#f9f8f4;
	border: 1px solid #055E80;
	}

/*boton*/
.botonform{
	border-style: solid;
	border-width:1px;
	border-color:#fff;
	background-image: url(images/boton-form.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:34px;
	width:94px;
	float: right;
	margin-bottom:15px;
    }
.botonform:hover{
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	background-image: url(images/boton-form2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:34px;
	width:94px;
	cursor: pointer; 
	margin-bottom:15px;
    }
/*titulares de noticias*/
#content-titulares {}









	
