/* CSS inner */

div.two-column-group .column01 .column-content{
	padding: 0 75px 3em 0;
}
img#section{
	border:1px #555555 solid;
}
div#navegacion{
	padding:5px 0 2px 0;
	border-bottom:1px dotted #008C99;
}
div#navegacion a{
	color:#008C99;
	font-size:1em;
}
div#navegacion a:hover{
	text-decoration:underline;
}
div#navegacion span{
	color:#666666;
}
div.column01 div.separador{
	border-bottom:1px solid #666666;
	overflow:hidden;
	height:1px;
	margin:20px 0 20px 0;
}
h2.seccion{
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	color:#008C99;
	margin:30px 0 20px 0;
}
h3.secondTitle{
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	margin:30px 0 5px 0;
}
h4{
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#444444;
}
div.column01 img.foto{
	float:left;
	border:1px #555555 solid;
	margin:0 10px 0 0;	
}
div.column01 img.foto2{
	border:1px #555555 solid;
	margin:15px 0 15px 0;	
}
div.column01 img.foto3{
	float:left;
	border:1px #555555 solid;
	margin:5px 10px 0 0;
}
div.column01 img.fotoChica{	
	border:1px #555555 solid;
}
div.column01 p.piefoto{
	position:relative;
	top:-15px;
	width:350px;
	color:#008C99;
}
div.column01 p.piefotoChica{
	width:260px;
	color:#008C99;
}	
div.column01 p.piefotoChica em{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;	
}	
div.column01 p.piefoto em{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;	
}
a.links{
	background-image:url(../img/links_icon.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding-left:15px;
	font-size:1em;
	color:#008C99;
	margin-left:5px;
}
a.links:hover{
	text-decoration:underline;
}
p strong{
	color:#008C99;
	font-weight:bold;
}
p.gotop{
	margin-bottom:0;
	text-align:right;
}
p.gotop a{
	background-image:url(../img/top_icon.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:10px;
	font-size:1em;
	color:#333333;
}
p.gotop a:hover{
	text-decoration:underline;
}

/*BOTONES SERVICIOS*/
div.two-column-group .column01 .column-contentServicios{
	padding: 0 10px 3em 0;
}
p.parrafoServicios{
	padding-right:50px;
	margin-bottom:30px;
}
ul#servicios li{
	float:left;
	margin:0 10px 10px 0;
}
ul#servicios li.sinmargen{
	margin-right:0;
}
ul#servicios li a{
	display: block;
	width:171px;
	height:162px;
	border: 2px solid #bcbcbc;
	background-repeat:no-repeat;
	background-position:top left;
}
ul#servicios li a.combate{
	background-image:url(../img/prevencion_combate.gif);
}
ul#servicios li a.seguridad{
	background-image:url(../img/seguridad_higiene.gif);
}
ul#servicios li a.comunidad{
	background-image:url(../img/comunidad.gif);
}
ul#servicios li a.procesos{
	background-image:url(../img/control_procesos.gif);
}
ul#servicios li a.procedimientos{
	background-image:url(../img/procedimientos_op.gif);
}
ul#servicios li a.asociados{
	background-image:url(../img/servicios_asoc.gif);
}
ul#servicios li a.calidad{
	background-image:url(../img/calidad.gif);
}
ul#servicios li a.carteleria{
	background-image:url(../img/carteleria.gif);
}
ul#servicios li a.amedida{
	background-image:url(../img/soluciones_a_medida.gif);
}
ul#servicios li a:hover{
	border: 2px solid #008C99;
}
ul#servicios li a span{
	display:none;
}

/*SERVICIOS ASOCIADOS*/
ul#asociados li{
	float:left;
	margin:10px 10px 10px 0;
}
ul#asociados li.sinmargen{
	margin-right:0;
}
ul#asociados li a{
	display: block;
	width:161px;
	height:38px;
	padding:5px;
	border: 2px solid #bcbcbc;
	background-image: url(../img/background_asociados.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#444444;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.02em;	
}
ul#asociados li a:hover{
	border: 2px solid #008C99;
}
ul#asociados li a span{
	display:none;
}

/*DESCARGAS*/
div.descargas{
	margin: 25px 0 25px 0;
}
div.descargas table{
	width: 100%;
}
div.descargas table thead th{
	background-color: #666666;
	font-size:1.1em;
	text-transform:uppercase;
	padding: 0.3em;
	color:#ffffff;
	font-weight:bold;
}
div.descargas table thead th.file{
	text-align: left;
	padding-left:6px;	
}
div.descargas table thead th.type{
	text-align: left;	
}
div.descargas table thead th.size{
	text-align: right;
	padding-right:6px;
}
div.descargas table tbody tr.odd td{
	background-color: #008C99;	
}
div.descargas table tbody tr.even td{
	background-color: #008C99;	
}
div.descargas table tbody td{
	padding: 0.3em;
	color:#efefef;
	font-size:1.1em;
}
div.descargas table tbody td a{
	text-decoration:none;
	color:#efefef;
	font-size:1.1em;
}
div.descargas table tbody tr:hover td{
	background-color: #169fa5;
	cursor:pointer;
}
div.descargas table tbody td.file{
	text-align: left;
	padding-left:6px;
}
div.descargas table tbody td.type{
	text-align: left;	
}
div.descargas table tbody td.size{
	text-align:right;
}
div.descargas table tbody td.size span{
	background-image:url(../img/download_icon.gif);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right:16px;
}

/*LISTAS Y SUBLISTAS*/
div.column01 ul.listas{
	padding-left:20px;
	margin:1.5em 0 1.5em 0;
}
div.column01 ul.listas ul{
	padding-left:20px;
	margin:1em 0 1em 0;
}
div.column01 ul.listas li{
	background-image: url(../img/bullet2.gif);
	background-repeat:no-repeat;
	background-position: 0 0.5em;
	padding-left:10px;
	margin-bottom:0.5em;
	font-size:1.1em;
	color:#444444;
}
div.column01 ul.listas ul li{
	background-image: url(../img/bullet3.gif);
	background-repeat:no-repeat;
	background-position: 0 0.5em;
	padding-left:10px;
	margin-bottom:0.5em;
	font-size:1em;
	text-transform:none;
}
/*LISTAS ORDENADAS*/
div.column01 ol.letras{
	padding-left:20px;
	margin:1.5em 0 1.5em 0;
}
div.column01 ol.letras li{
	margin:0 0 0.4em 18px;
	font-size:1.1em;
	color:#444444;
	list-style-type:upper-alpha;
}
div.column01 ol.numeros{
	padding-left:20px;
	margin:1.5em 0 1.5em 0;
}
div.column01 ol.numeros li{
	margin:0 0 0.4em 18px;
	font-size:1.1em;
	color:#444444;
	list-style-type: decimal;
}
/*LINK REGISTRARSE*/
p.registro{
	text-align:center;
}
p.registro a{
	color:#FFFFFF;
	width:70px;
	height:18px;
	padding:0.2em 0.5em 0.2em 0.5em;	
	background-color:#008C99;	
	cursor:pointer;
	font-size:1.1em;
}
p.registro a:hover{	
	background-color:#169fa5;	
}

/*ANCLAS*/
div.column01 ul.anclas{
	padding-left:20px;
	margin:1.5em 0 1.5em 0;
}
div.column01 ul.anclas ul{
	padding-left:20px;
	margin:1em 0 1em 0;
}
div.column01 ul.anclas li{
	background-image: url(../img/mapa_icon1.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding-left:12px;
	color:#333333;
	font-size:1.1em;
	margin-bottom:0.4em;	
}
div.column01 ul.anclas li a{
	font-size:1.1em;
	color:#333333
}
div.column01 ul.anclas li a:hover{
	text-decoration:underline;
	color:#008C99;
}

/*NOTICIAS*/
div.column01 div.news{
	border-bottom:1px solid #666666;
	margin:5px 0 15px 0;
	padding-bottom:5px;
}
div.column01 div.news img{
	float:left;
	border:1px #555555 solid;
	margin:0 10px 0 0;	
}

/*SOLUCIONES A MEDIDA*/
p.amedida a{
	background-image:url(../img/boton_amedida.gif);
	display: block;
	width:360px;
	height:60px;
	border: 2px solid #bcbcbc;
	background-repeat:no-repeat;
	background-position:top left;
}
p.amedida a:hover{
	border-color: #008C99;
	background-position:bottom left;
}
p.amedida a span{
	display:none;
}

/*TABLA DE DATOS*/
div.column01 table.datos{
	width:100%;
	margin:10px 0 25px 0;
}
div.column01 table.datos thead{
	font-weight:bold;
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
}
div.column01 table.datos thead th{	
	padding:0.6em 12px 0.6em 12px;
	vertical-align: middle;
	color:#ffffff;
	text-transform:uppercase;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.column01 table.datos tfoot{
	font-weight:bold;
	text-align:center;
	background-color:#999999;	
}
div.column01 table.datos tfoot td{
	color:#ffffff;
	padding:0.6em 12px 0.6em 12px;
	vertical-align: middle;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.column01 table.datos tbody td{	
	text-align:center;
	line-height:6px;
	color:#ffffff;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.column01 table.datos tbody tr.odd td{
	background-color:#888888;		
}
div.column01 table.datos tbody tr.even td{
	background-color:#999999;		
}
div.column01 table.datos tbody tr td span{
	display:block;	
	height:100%;
	padding:1em 0px 1em 0px;	
}