@charset "utf-8";
/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
		top:0%;
	left:50%;
	/*determinamos una anchura*/
		width:760px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-380px;
	/*determinamos una altura*/
		height:auto;
	margin-top: 0px;		/*indicamos que el margen superior, es la mitad de la altura*/
	background-color: #595959;
}
a,input.boton {
outline:none;}

#contenedor{
	width: 760px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#header{
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
#header2{
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo_original.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ACACAC;
}

#MenuAccesosRapidos {
	width: 760px;
	height: 17px;
	background-color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
}

.TxtMenuAccesosRapidos {
	color: #FFF;
}

.TxtMenuAccesosRapidos:link {
	text-decoration: none;
}
.TxtMenuAccesosRapidos:hover {
	color: #EEE;
	text-decoration: underline;
}

.TxtMenuAccesosRapidos:visited {
	text-decoration: none;
}

.TxtMenuAccesosRapidosTel {
	background-image: url(images/celu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	padding-left: 12px;
}

.TxtMenuAccesosRapidosMail {
	background-image: url(images/sobre.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	color: #FFF;
	padding-left: 19px;
}

.TxtMenuAccesosRapidosMail:link {
	color: #FFF;
	text-decoration: none;
}

.TxtMenuAccesosRapidosMail:hover {
	text-decoration: underline;
}

.TxtMenuAccesosRapidosMail:visited {
	text-decoration: none;
}

.TxtMenuAccesosRapidosEn {
	background-image: url(images/bandera_en.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	color: #FFF;
	padding-left: 21px;
}

.TxtMenuAccesosRapidosEn:link {
	color: #FFF;
	text-decoration: none;
}

.TxtMenuAccesosRapidosEn:hover {
	text-decoration: underline;
}

.TxtMenuAccesosRapidosEn:visited {
	text-decoration: none;
}

.TxtMenuAccesosRapidosEs {
	background-image: url(images/bandera_es.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	color: #FFF;
	padding-left: 21px;
}

.TxtMenuAccesosRapidosEs:link {
	color: #FFF;
	text-decoration: none;
}

.TxtMenuAccesosRapidosEs:hover {
	text-decoration: underline;
}

.TxtMenuAccesosRapidosEs:visited {
	text-decoration: none;
}

#txt_header{
	height: 20px;
	width: 400px;
	float: right;
	margin-top: 60px;
	text-align: right;
	margin-right: 10px;
}

.ImgTopISO9001 {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#cuerpo{
	width: 750px;
	margin-right: 5px;
	margin-left: 5px;
}

#footer{
	width: 760px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	background-position: bottom;
	padding-top: 20px;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}

/*/IMAGENES ----------------------------------------------------------/*/
#img_home{
	height: 200px;
	width: 727px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_vision{
	background-image: url(images/img_top/iso3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_historia{
	background-image: url(images/img_top/img_historia2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_armoured{
	background-image: url(images/img_top/img_19.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_recursos{
	background-image: url(images/img_top/img_recursos.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#img_recursos_generico{
	background-image: url(images/img_top/img_recursos.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#img_recursos01{
	background-image: url(images/img_top/iso7.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_recursos02{
	background-image: url(images/img_top/img08.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_consejos{
	background-image: url(images/img_top/img_consejos.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_contacto{
	background-image: url(images/img_top/img_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_preguntas{
	background-image: url(images/img_top/img_faq.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_sucursales{
	background-image: url(images/img_top/img_sucursales2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios01{
	background-image: url(images/img_top/img_transporte.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios02{
	background-image: url(images/img_top/img_pases.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios03{
	background-image: url(images/img_top/img12.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios04{
	background-image: url(images/img_top/img_haberes.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios05{
	background-image: url(images/img_top/img_empresa01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios06{
	background-image: url(images/img_top/img16.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios07{
	background-image: url(images/img_top/img17.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios08{
	background-image: url(images/img_top/img05.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios09{
	background-image: url(images/img_top/img18.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_servicios10{
	background-image: url(images/img_top/img14.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_clientes{
	background-image: url(images/img_top/img_preguntas.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_rrhh{
	background-image: url(images/img_top/img15.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#img_solicitar{
	background-image: url(images/img_top/img02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#contenedor_certificaciones{
	width: 725px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/*/CAJAS ----------------------------------------------------------/*/
#consejos_home{
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 9px;
}
.caja_izq_txt_home{
	width: 492px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.caja_izq_txt{
	width: 492px;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.caja_izq_txt2{
	width: 492px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/logo_amoured.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
}
.caja_izq_txt_ch{
	width: 325px;
	padding-right: 15px;
	float: left;
}
.caja_izq_img{
	width: 130px;
	float: right;
	padding: 0px;
	border: 1px solid #F20801;
}
#btn_home{
	float: right;
	width: 206px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#btn_tooltip{
	float: right;
	width: 206px;
	height: 82px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#caja_empresa{
	background-image: url(images/titulo_empresa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_empresa2{
	background-image: url(images/titulo_empresa02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}

#caja_certificaciones{
	width: 600px;
	padding-left: 50px;
	padding-right: 30px;
	margin-bottom: 30px;
}

#caja_empresa3{
	background-image: url(images/titulo_empresa03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_empresa_der{
	float: right;
	width: 184px;
	clear: none;
	background-image: url(images/titulo_historia.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
#caja_empresa_der2{
	float: right;
	width: 184px;
	clear: none;
	background-image: url(images/titulo_armoured.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
#caja_recursos{
	background-image: url(images/titulo_recusros.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_recursos_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_recusros_ch.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
	/*float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_recusros_ch.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #828282;*/
}
#caja_servicios{
	background-image: url(images/titulo_servicios.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 11px;
}
#caja_servicios_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_tipos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_consejos{
	background-image: url(images/titulo_consejos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_consejos_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_consejos_ch.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_preguntas{
	background-image: url(images/titulo_preguntas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_preguntas_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_consultas.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_sucursales{
	background-image: url(images/titulo_cobertura.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_sucursales_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_provincias.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_contacto{
	background-image: url(images/titulo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_contacto_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_direccion.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_contacto_medio{
	width: 400px;
	margin: auto;
}
#caja_clientes{
	background-image: url(images/titulo_clientes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_clientes_der{
	float: right;
	width: 164px;
	clear: none;
	background-image: url(images/titulo_direccion.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_clientes_medio{
	width: 275px;
	margin: auto;
}
#caja_clientes_area_der{
	float: right;
	width: 164px;
	clear: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	background-color: #EBEBEB;
}
#caja_rrhh{
	background-image: url(images/titulo_rrhh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_solicitar-serv{
	background-image: url(images/titulo_solicitar-serv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 522px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 12px;
}
#caja_der_osc{
	width: 174px;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -10px;
	background-color: #595959;
	margin-right: 0px;
	height: 45px;
	padding-left: 10px;
}
#caja_der_rojo{
	width: 174px;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -10px;
	background-color: #F20801;
	margin-right: 0px;
	height: 45px;
	padding-left: 10px;
}
/*/--------------------------------------------------------------------------/*/
.arial_10negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.arial_11negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.arial_12negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.arial_11gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.arial_11negro_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.arial_11negro_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.arial_11negro_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F10700;
	text-decoration: none;
}
.arial_12gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.arial_12negro_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.arial_12negro_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.arial_12negro_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	line-height: normal;
	text-decoration: none;
}

.arial_12bl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.arial_12bl_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.arial_12bl_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.arial_12bl_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
}
.arial_12rojo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
}

.arial_12rojo_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
}
.arial_12rojo_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
}
.arial_12rojo_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
.arial_14rojo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: 18px;
}
.arial_14negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.arial_rojo_10_der{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
	text-align: right;
	float: right;
}
/*/--------------------------------------------------------------------------/*/
.line_gris{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	width: auto;
	margin-top: 13px;
	margin-bottom: 13px;
}
.line_gris_claro{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*/--------------------------------------------------------------------------/*/
.fdo_boom{
	background-color: #595959;
}
a.boom img {
	filter:Gray alpha(opacity=60);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	float: right;
	padding-right: 5px;
	background-color: #595959;
	padding-top: 10px;
	width: auto;
}
 
a.boom:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	background-color: #595959;
}

.pdf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
}

.ver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: 8px;
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.ver a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F20801;
	text-decoration: none;
	line-height: normal;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ver:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.btn_servicio, .btn_servicio a{
	display:block;
	background-image: url(images/btn_servicio.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position: 0 0;
}
.btn_servicio_on{
	display:block;
	background-image: url(images/btn_servicio.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_servicio:hover{
	background-position:0 -68px;
}
.btn_preguntas, .btn_preguntas a{
	display:block;
	background-image: url(images/btn_preguntas.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position: 0 0;
}
.btn_preguntas_on{
	display:block;
	background-image: url(images/btn_preguntas.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_preguntas:hover{
	background-position:0 -68px;
}
.btn_cobertura, .btn_cobertura a{
	display:block;
	background-image: url(images/btn_cobertura.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position: 0 0;
}
.btn_cobertura_on{
	display:block;
	background-image: url(images/btn_cobertura.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_cobertura:hover{
	background-position:0 -68px;
}
.btn_clientes, .btn_clientes a{
	display:block;
	background-image: url(images/btn_clientes.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position: 0 0;
}
.btn_clientes_on{
	display:block;
	background-image: url(images/btn_clientes.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 201px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_clientes:hover{
	background-position:0 -68px;
}

.btn_armoured, .btn_armoured a{
	display:block;
	background-image: url(images/btn_armoured.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 201px;
	text-indent:-9999px;
	background-position: 0 0;
}
.btn_armoured_on{
	display:block;
	background-image: url(images/btn_armoured.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 201px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_armoured:hover{
	background-position:0 -80px;
}
.caja_form{
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 385px;
	padding-left: 2px;
}
.caja_form_rrhh{
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.check_form_rrhh{
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/*/++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/*/
#consejos_home_corto{
	width: 519px;
	margin-left: 12px;
}
#consejos_home_corto1{
	background-position: left top;
	width: 250px;
	margin-left: 0px;
	float: left;
	padding-left: 0px;
}

#consejos_home_corto2{
	background-position: left top;
	width: 250px;
	padding-left: 0px;
	margin-left: 0px;
	float: right;
	padding-right: 0px;
	margin-right: 4px;
}
.btn_cobert, .btn_cobert a{
	display:block;
	background-image: url(images/btn_cobert.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 250px;
	text-indent:-9999px;
	background-position: left top;
}
.btn_cobert_on{
	display:block;
	background-image: url(images/btn_servicio.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 206px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_cobert:hover{
	background-position:0 -68px;
}
.btn_cons, .btn_cons a{
	display:block;
	background-image: url(images/btn_cons.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 250px;
	text-indent:-9999px;
	background-position: left top;
}
.btn_cons_on{
	display:block;
	background-image: url(images/btn_cons.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 206px;
	text-indent:-9999px;
	background-position:0 -35px;
}
.btn_cons:hover{
	background-position:0 -68px;
}

#caja_clientes_pdf{
	width: 500px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 27px;
}

a#TxtBajarPDF {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F20801;
	background-image: url(images/icono_pdf_solo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 34px;
	padding-top: 5px;
	padding-bottom: 6px;
	opacity: .80;
	text-indent: -9999px;
	text-decoration:none;
	margin-left: 4px;
}

a#TxtBajarPDF:hover {
	opacity: 1;
	text-decoration:none;
	
}

.ImgSombra {
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}
