/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a { color:#000000; 	text-decoration:none; 	outline:none; background-color:inherit; }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol { list-style:none; }

li { 	list-style-type:none; }

img { 	border:none; }

address { font-style:normal }

table { border-collapse: collapse;  border-spacing: 0; }

html { font-size:100%; 	overflow:auto;}

body {
	font-size:0.7em;
	text-align:center;
	height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

#exterior {
	width:967px;
	margin:5px auto;
	text-align:left;
}


/************ CABECERA **************/

/*** linea 01 ***/

#cabecera{
	float:left;
	width:100%;
}

#linea_01{
	float:left;
	width:100%;
	clear:both;
	border-bottom: solid 1px #FFFFFF;
}

#logo{
	float:left;
	/*position:relative;*/
	width:203px;
	height:87px;
	background-color:#000000;
}

* html #logo{
	width:202px;
}

#logo img{
	margin-top:18px;
	width:202px;
	height:59px;
}

#cab_botones{
	float:left;
	width:auto;
}

#bot_01 {
	float:left;
	width:190px;
	height:87px;
	position:relative;
	background:url(../imagenes/bot_servicios.jpg) no-repeat 7px 5px #D83636;
	margin-left:1px;
}

#bot_02{
	float:left;
	width:190px;
	height:87px;
	position:relative;
	background:url(../imagenes/bot_casos.jpg) no-repeat 7px 5px #3399CC;
	margin-left:1px;
}

#bot_03{
	float:left;
	width:190px;
	height:87px;
	position:relative;
	background:url(../imagenes/bot_clientes.jpg) no-repeat 7px 5px #E47616;
	margin-left:1px;
	background-color: #400040;
}

#bot_04{
	float:left;
	width:190px;
	height:87px;
	position:relative;
	background:url(../imagenes/bot_contacto.jpg) no-repeat 7px 5px #81932D;
	margin-left:1px;
}


#bot_01 a, #bot_02 a, #bot_03 a, #bot_04 a{
	position:absolute;
	right:10px;
	bottom:2px;
	color:#FFFFFF;
	font-size:2em;
}

#bot_01 a:hover, #bot_02 a:hover, #bot_03 a:hover, #bot_04 a:hover{
	color:#000000;
}

/*** linea 02 ***/

#linea_02{
	float:left;
	width:100%;
	clear:both;
}

#menu {
	float:left;
	width:203px;
	height:198px;
	position: relative;
}

#bulet_menu{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../imagenes/bulet_menu2.gif) no-repeat;
	height:42px;
	width:51px;
}

#tit_menu{
	background-color:#7C7C7C;
	line-height:26px;
	color:#FFFFFF;
	font-size:1.09em;
	font-weight:bold;
	padding-left:53px;
}

#menu ul{
	margin: 13px 40px 0px 30px;
}

#menu ul li{
	background:url(../imagenes/bulet_menu.gif) no-repeat left 8px ;
	padding-left:20px;	
	line-height:22px;
	border-bottom: solid 1px #D5D5D5;
}

#menu ul li a{
	font-size:1.09em;
	font-weight:bold;
	color:#7D7D7E;
}

#menu ul li a:hover, #menu ul li .activo{
	color:#E7811D;
}

#slogan {
	float:left;
	width:763px;
	height:198px;
	background:url(../imagenes/slogan_imagen.jpg) no-repeat top left;
	margin-left: 1px;
	border-bottom: solid 1px #FFFFFF;	
}

#slogan p {
	color:#FFFFFF;
	font-size:1.82em;
	font-weight:bold;
	margin:20px 0px 0px 15px;
	float:left;
	width:60px;
}

#slogan .color{
	color:#C8DE63;
	font-size:1.45em;
	font-weight:normal;
	border-left: dotted 1px #C8DE63;
	padding-left:10px;
}


/************ CUERPO **************/

#cuerpo{
	float:left;
	width: 100%;
}

/*** lateral izquierda ***/
#lat_izquierda {
	float:left;
	width:203px;
	position:relative;
}

#bulet_noticias{
	position:absolute;
	top:-8px;
	left:0px;
	background:url(../imagenes/bulet_noticias.gif) no-repeat;
	height:42px;
	width:51px;
}

#tit_noticias{
	background-color:#1E1E1E;
	line-height:26px;
	color:#FFFFFF;
	font-size:1.09em;
	font-weight:bold;
	padding-left:53px;
}

#lat_izquierda ul {
	margin:5px 0px 15px 0px;
}

#lat_izquierda ul li{
	min-height:41px;
	padding: 27px 10px 22px 50px;
	position:relative;
}

* html #lat_izquierda ul #num_01, * html #lat_izquierda ul #num_02, * html #lat_izquierda ul #num_03{
	height:41px;
}

#lat_izquierda ul li a:hover {
	color: #E7811D;
}

#lat_izquierda ul #num_01{
	background:url(../imagenes/bg1.gif) no-repeat left center;
}

#lat_izquierda ul #num_02{
	background:url(../imagenes/bg2.gif) no-repeat left center;
}

#lat_izquierda ul #num_03{
	background:url(../imagenes/bg3.gif) no-repeat left center;
}

#lat_izquierda ul li .not_linea{
	position:absolute;
	bottom:-5px;
	left:33px;
	border-bottom: solid 1px #B4CD42;
	height:1px;
	width:155px;	
}

/*** contenido ***/

#contenido {
	float:left;
	width:763px;
	position:relative;
	border-left: solid 1px #DBDBDB;
	min-height: 380px;
}

#columna_tot {
	padding: 31px 10px 10px 35px;
	font-size: 1.1em;
	height: 8px;
	width: 701px;
}

#columna_tot a {
    color: #EF7E18;
}

#columna_tot a:hover {
    color: #3C3C3C;
}

#bulet_empresa{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../imagenes/bulet_empresa.gif) no-repeat;
	height:42px;
	width:51px;
}

#tit_empresa{
	background-color:#E7811D;
	line-height:26px;
	color:#FFFFFF;
	font-size:1.15em;
	font-weight:bold;
	padding-left:53px;
}

#columna_tot p {
	margin: 0px 20px 20px 0px;
	text-align:justify;
}

#columna_tot img {
	margin: 0px 45px 10px 0px;
	float: left;
	border: solid 1px #cccccc;
}

.lista {
	float: left;
	margin:0px 5px 0px 35px;
}

.lista li {
	background: #FFFFFF url(../imagenes/bulet_columna.gif) no-repeat left center !important;
	padding-left: 10px !important;
	margin-top:1px;
	display: block;
}
/*** columnas ***/

#columnas{
	float:left;
	width:100%;
}

.col_01{
	float:left;
	width:190px;
	border-right: solid 1px #F9CA9B;
	text-align:center;
	min-height:340px;
	padding-bottom:10px;
}

* html .col_01{
	height:340px;
}

.tit_col {
	font-size:1.18em;
	font-weight:bold;
	background-color:#F7F7F7;
	line-height:40px;
	text-align:center;
	color:#444444;
}

.col_01 img{
	margin:15px auto 10px auto;
}

.col_01 p{
	margin:0px 10px;
	text-align:justify;
}

.col_01 ul{
	text-align:left;
	margin:0px 5px 0px 15px;
}

.col_01 ul li{
	text-align:left;
	background:url(../imagenes/bulet_columna.gif) no-repeat left center;
	padding-left: 10px;
	margin-top:1px;
}

/************** PIE ****************/

#pie{
	float:left;
	width:100%;
	border-top: solid 3px #E47616;
	padding:6px 0px 15px 0px;
	font-size: 1.05em;
}

#pie p{
	float:left;
	width:204px;
	text-align:center;
	color:#E47616;
	
}

#pie ul {
	float:left;
	color:#E47616;
	text-align:center;
	width:763px;
}

#pie ul li{
	display:inline;
	padding: 0px 10px 0px 10px;
	border-left: solid 1px #E47616;
}

#pie ul li a{
	color:#666666;
}

#pie ul li a:hover{
	color:#E47616;
}


/************ ALTURA ****************/

.altura90{ min-height:90px;}

* html .altura90{ height:90px;}



/************ ANCHO ****************/

* html .ancho192{ width:192px;}


/********** SEPARACIONES **********/
.separarSup20_m{	margin-top:20px !important; }
.separarSup14_p{	padding-top:14px !important; }
.separarInf15_p{	padding-bottom:15px !important; }
.separarInf5_m{	margin-bottom:5px !important; }
.separarIzq5_m{	margin-left:5px !important; }
.separarIzq10_m{	margin-left:10px !important; }
.separarIzq20_m{	margin-left:20px !important; }


/************ COMUNES ************/

.centrado {	text-align:center; }
	
.negrita { 	font-weight:bold;}

.sinBorde {	border:none !important;}

.clear {clear:both;}

.empresa {
    color: #EF7E18;
}

.float_izq {
    float:left !important; 
}
    


/******** listados  ********/
.listados {
    width: 600px;
}

.listados_cab 
{
    background-color: #F6CEA7;
}

.listados_sel
{
    font-weight: bold;
}
