/* @group estilos generales */
 html {
 		font-family:Arial, Helvetica, Tahoma, Sans-Serif;
		font-size:11px;
		width:100%;
 }

*{
	margin: 0;
	padding: 0;
}

body{	
	background: #ffffff url(bk_navtop2.png) repeat-x;
	width:100%;
}

 .home{	
	background: #222222 url(bk_navtop_home.png) repeat-x;
}

.clear {
clear:both;
}

.contenedor_modulos {
	margin: 0px auto 0px auto;
	width:960px;
	height: 100%;
}

/* TIPOGRAFIAS */
 H1 {
	border-bottom:2px solid #CCCCCC;
	color:#222222;
	display:block;
	font-size:18px;
 }

h2 {
	font-size: 18px;
	color: #575757;
}
h2.titulo_home {
	color: #2684B7;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

h2.titulo_home_noticias {
	color: #494e48;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

p{

}
/* @group links */

a{
	color: #2981c0;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* @end */




/* MENU PRINCIPAL */
body{
	margin:0;
	padding:62px 0 0 0;
	text-align:center;

	}
	
.contenedor{
	margin:0 auto;
	width:960px;  /*  Ancho total del layout  */
	text-align:center;
	}

.cuerpo{
	margin:0 auto;
	width:auto;
	clear:both;
	}
	
/* simple-menul  */

.menu_horizontal {
	margin:auto;
	width:960px;;
	height: 40px;
	overflow:hidden;
}	

ul#simple-menu{
	list-style-type:none;
	width:100%;
	height:37px;
	font-family:"Lucida Grande", Verdana , Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
}
ul#simple-menu li{
display:block;
float:left;
margin:0 0 0 4px;
height:37px;

}

ul#simple-menu li.left{
margin:0;
}
ul#simple-menu li a{
	display:block;
	float:left;
	color:#1B1D1F;
	line-height:37px;
	text-decoration:none;
	padding:0px 17px 0 18px;
	height:37px;
	border-radius: 3px;

-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
}
ul#simple-menu li a.right{

}
ul#simple-menu li a:hover{
background:#000000;
color:#FFFFFF;
}
ul#simple-menu li a.current{
color:#fff;
background:#000000;
}
ul#simple-menu li a.actual:hover{
color:#222;
background:#fff;

} 
/* @end */

#bottom{
	margin:0 auto;
	width:800px;
	text-align:left;
	clear:both;
	color: #6c6c6c;
	font-size: 11px;
	height: 100%;
	padding: 20px 0 100px 30px;
}	

#bottom p{
 color: #9e9e9e;
	line-height: 20px;
}


#contenido{
	margin:auto;
	width:700px; /*  Ancho de contenedor de Columnas Central e Izquierda   ( la suma total de los anchos de ambas columnas no puede ser mayor que el ancho de esta ) */
	text-align:center;
	float:left;
	clear:both;
	background: #fff;
	padding:20px 0 50px 0;
	}
	
#contenido img{
	padding: 15px 10px  10px 0;
	float:left;
	}
/* @end */

/* @group layout interior (2 columnas) */

.int_contenido img{
	padding: 0px 0px 0px 5px;
}

.int_contenido{
	width: 730px;
	float: left;
	text-align: left;
	margin-left: 22px;
	margin-top: 22px;
	margin-bottom: 22px;
}
		
.int_contenido p{
	line-height: 18px;
	color: #282b2f;
	width: 93%;
	margin: 0 auto;
	text-align: justify;
}

.int_contenido li{
	line-height: 18px;
	color: #282b2f;
	width: 85%;
	margin: 0 auto;
	text-align: justify;
}

.int_home p{
	line-height: 18px;
	color: #282b2f;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
}
.especial {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-variant: small-caps;
	color: #494e48;
	font: 15px/28px arial, geneva, sans-serif;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 10px 10px 0 20px;
	border-left: 4px solid #f5f5f5;
}

h2.destacado {
	color: #494e48;
	font: 15px/28px arial, geneva, sans-serif;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 10px 10px 0 20px;
	border-left: 4px solid #f5f5f5;
}
.goldendata {
	color: #2684b7;
	font-weight: bold;
}
	
#int_contenido ul{
	padding-left: 20px;
	list-style: none;
	line-height: 16px;
	color: #595e69;
	font-size: 11px;
}

#banner {
	padding:0 0 0 0;
}
/* @end */


/* @group tabla hosting */
h1, h2, h3, h4, h5, h6 {
	margin:0 auto;
	width: 90%;
}
form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding:0;
	line-height: 18px;
	color: #282b2f;
	font-weight: normal;
}

table a,
table a:link,
table a:visited {
	border:none;
	}		
	
table {
	width:90%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_home {
	width:90%;
	border-top:0px;
	border-right:0px;
	margin:0 auto;
	border-collapse:collapse;
	border: 0;
	}

td {
	color: #454545;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	

td.td_home {
	color:none;
	border-bottom: 0px;
	border-left:0px;
	padding:.3em 1em;
	}
			
th {
	font-weight:normal;
	color: #484a4a;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
	
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #575557;
}	
	
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
/* @end */


img a {
	border:0;
	text-decoration:none;
}

/* ESTILO DEL MENU VERTICAL */
/* MENU */
#menu_modulos{
	float:left;
	left:5px;
	top:120px;
	width:200px;
	height:110%;
}

.menu {
	display:block;
	height: auto;
	margin: 22px 0px 0px 0px;
	
}
.menu form {
margin:0 0 0 13px;
}

.menu ul {
list-style-type:none;
text-align:left;
margin:0px 0px 0px 8px;
padding:0;
}

.menu ul li {
	background:transparent url(j_arrow2.png) no-repeat scroll 0 3px;
	border:0 none;
	letter-spacing:0;
	line-height:15px;
	margin:0px;
	margin-top:0;
	padding:1px 10px 3px 10px;
	font-weight: normal;
}

.menu ul li:hover {
background-image:url(j_arrow2.png);
}

.menu ul li a {
color:#666666;
font-family:"Lucida Grande",Verdana,sans-serif;
font-size:10px;
}

.menu ul li a:hover {
color:#2684b7;
}

.menu ul ul {
background:transparent url(colRight_Box_Mid.png) repeat-y scroll left center;
font-variant:normal;
font-weight:normal;
line-height:100%;
list-style-type:none;
margin:0;
padding:0px 0 0px;
text-align:left;
}

.menu ul ul li {
	background:transparent url(j_arrow.png) no-repeat scroll 0 3px;
	border:0 none;
	letter-spacing:0;
	line-height:15px;
	margin-bottom:0;
	margin-top:0;
	padding:1px 10px 3px 10px;
	margin-left: 10px;
}

.menu ul ul li:hover {
background-image:url(j_arrow.png);
}

.menu ul ul li a {
color:#666666;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
}

.menu ul ul li a:hover {
color:#6BA72F;
}

.hmenu {
	width:196px;
	position: relative;
	margin: 0px 6px 0;
}

.bloqueg {
background:transparent url(header_menuvertical.png) no-repeat scroll 0 0;
height:25px;
}

.hmenu .bloque-contenido {
background:#FFFFFF none repeat scroll 0 0;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
font-size:1.2em;
margin:0;
padding: 5px 0px 5px 0px;;
}

h3.titlemenu {
	color: #696969;
	font-weight: bold;
	margin-left: 15px;
	line-height: 25px;
	text-align: left;
	font-family: inherit;
	font-size: 10px;
}


/*CORNESR*/
.corner_top {
background:transparent url(j_border.png) repeat-x scroll 0 0;
height:6px;
margin:0;
overflow:hidden;
padding:0;
}

.corner_buttom {
background:transparent url(j_border.png) repeat-x scroll 0 100%;
height:6px;
margin:0;
overflow:hidden;
padding:0;
}
.corner_top_left {
background-image: url(j_crn_tl_light.png);
height:6px;
width:6px;
float:left;
}

.corner_buttom_left {
background-image: url(j_crn_bl_light.png);
height:6px;
width:6px;
float:left;
}

.corner_top_right {
background-image: url(j_crn_tr_light.png);
height:6px;
width:6px;
float:right;
}

.corner_buttom_right {
background-image: url(j_crn_br_light.png);
height:6px;
width:6px;
float:right;
}

.main_contenido_bordes {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


/* MODULOS PROMOCIONALES DEL HOME */
.modulo_promo {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	padding: 5px 10px 5px 10px;
	height:140px;
}

.modulo_promo h4 {
font: 15px/28px arial, geneva, sans-serif;
color:#2981c0;
}


/* MODULOS INFORMATIVOS */
 .moduletable-insetinfo
{
	border-bottom: 4px solid #BEBEBE;
	border-top: 4px solid #BEBEBE;
	background: #F6F6F6 url(inset-bulb.png) no-repeat 23px 50%;
	padding: 10px 10px 10px 66px;
	font-size: 1em;
	margin: 22px 0px 22px 0px;
}
 .moduletable-insetinfo p {
 padding-left:0px;
 }

/*BOTONES */
 A.readon {
	padding: 0 0 0 30px;
	margin: 0px 0px 0px 0px;
	text-indent: 0;
	font-size: 0.9em;
	font-weight: normal;
	color:#444;
	background: url(readmore.png) no-repeat;
	display: block;
	line-height: 20px;
}


/* TABLAS  */
.footer {
	background:#222222;
	border-top: 4px #4b4b4b solid;
	height: 100%;
	width: 100%;
	clear: both;
}

/* INICIO */
.contenido-promo {
background:#D7D7D7 url(homepage_background.png) repeat-x scroll center center;
height:299px;
width:100%;
}

.cuerpo_noticias_inicio {
	background-color:#FFFFFF;
	width:100%;
}

.contenido_noticias_inicio {
color:#FFFFFF;
height:auto;
margin:auto;
padding-bottom:10px;
padding-top:10px;
width:90%;
}

.box_noticia_inicio {
	display:inline;
	float:left;
	height:190px;
	overflow:hidden;
	text-align:left;
	width:300px;
	margin: 0px 22px 0px 22px;
}

.box_informacion_inicio {
	display:inline;
	float:left;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin: 0px 25px 0px 25px;
}

.division_noticias_inicio {
	background-color:#A8A8A8;
	display:inline;
	float:left;
	height:145px;
	overflow:hidden;
	width:1px;
	margin-right: 25px;
}


/* CLIENTES */
.block {
clear:both;
display:block;
}
.separador_clientes {
	clear:both;
	display:block;
	height:20px;
	width:90%;
	margin: 0 auto;
}

/* NOTICIAS */
.box_noticia_noticias {
	cursor:pointer;
	display:block;
	height:auto;
	overflow:hidden;
	text-align:left;
	width:90%;
	margin: 0 auto;
}

.separador_noticias {
	clear:both;
	display:block;
	height:40px;
	width:90%;
	margin: 0 auto;
}

h2.noticias {
	color: #494e48;
	font-size: 18px;
	text-align: left;
	margin: 0 auto;
	width: 90%;
}

A.readon_noticias {
	padding: 0 0 0 30px;
	margin: 0 auto;
	text-indent: 0;
	font-size: 0.9em;
	font-weight: normal;
	color:#444;
	background: url(readmore.png) no-repeat;
	display: block;
	line-height: 20px;
	width: 86%;
}

P.titulo_imagen {
	font-size:9px;
	color:#999999;
	text-align:center;
}
.imagen_noticia {
	float:left;
	margin: 10px 10px 0px 5%;
}

/* SERVICIOS */

.link_servicios {
	margin-left:5%;
}
.box_servicios {
	height:100%;
	overflow:hidden;
	text-align:left;
	width:310px;
	float: left;
	margin: 22px 17px 22px 17px;
}

.margen_servicios {
	margin:0 auto;
	width:95%;
	height: 100%;
}

.titulo_servicios {
	padding:0px 0px 0px 0px;
	width:310px;
	height:40px;
	background-image:url(titulo_chico.png);
	margin-bottom: 10px;
}

.titulo_largo_servicios {
	padding:0px 0px 0px 0px;
	width:720px;
	height:40px;
	background-image:url(titulo.png);
	margin: 0px 0px 0px 5px;
}

H2.h2_servicios {
	color: #FFFFFF;
	padding-top: 12px;
	margin-left: 22px;
}

H2.h2_subservicio {
	color: #494e48;
	font-size: 22px;
	text-align: left;
	margin: 0px 1px 10px 20px;
	width: 90%;
	border-bottom: 1px solid #494e48;
	padding-top: 10px;
    display: table;
}
.especial_servicio {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 20px;
	color: #494e48;
	padding: 0px 5px 5px 0px;
	margin: 10px 0px 0px 10px;
    width:500px;
}
