*{
	margin:0px;
	padding:0px;
	outline:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
}
img{
	border:0px;
}
a{
	text-decoration:none;
	cursor:pointer;
}
ul{
	list-style:none;
}
#todo{
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
}
/*****************LOGO***********************/
#todo a.logo{
	width:383px;
	height:154px;
	position:absolute;
	top:-17px;
	left:0px;
	z-index:3;
	background:url(../images/logo.png) no-repeat;
}
/******************IZQUIERDA****************/
.izquierda{
	width:210px;
	height:539px;
	position:absolute;
	bottom:-140px;
	*bottom:0px;
	left:0px;
	z-index:2;
	background:url(../images/puzzle_abajo.jpg) no-repeat bottom;
}
/********************MENU**********************/
.menu{
	left:40px;
	position:absolute;
	top:160px;
	z-index:4;
	width:230px;
}
.menu a{
	font-family:Tahoma, Geneva, sans-serif!Important;
	font-size:14px!Important;
	color:#000000;
	font-weight:bold;
}
.menu a:hover{
	color:#ff6900;
}
.activo{
	color:#ff6900!Important;
}
li.activo span{
	color:#ff6900!Important;
}
.menu ul ul a{
	font-size:13px;
	font-weight:normal!Important;
}
.menu li{
	background:url(../images/flecha_menu.png) no-repeat left;
	padding-left:15px;
	line-height:28px;
}
.menu li.hover{
	background:url(../images/flecha_menu_hover.png) no-repeat left 10px;
}
.menu li.hover span{
	color:#ff6900!Important;
}
.menu ul ul li{
	background:none;
}
/******************************************/
.header{
	float:right;
	width:790px;
	height:130px;
	background:url(../images/fondo.jpg) repeat-y;
}
.header img{
	float:right;
}
/********************DERECHA*************************/
.derechatodo{
	position:relative;
	right:0px;
	top:0px;
}
.derecha{
	float:right;
	width:735px;
	padding-right:55px;
	background:url(../images/fondo.jpg) repeat-y;
	position:relative;
	z-index:5;
}
.derecha h1{
	text-align:right;
	margin-right:5px;
	font-size:22px;
	color:#ff6900;
	font-weight:normal;
	font-style:oblique;
	line-height:36px;
}

.bienvenidos{
	float:right;
	width:690px;
	height:150px;
	background:url(../images/fondo_caja1.jpg) no-repeat;
	margin-bottom:20px;
}
.bienvenidos .texto{
	float:left;
	width:480px;
	height:120px;
	margin-top:15px;
	margin-left:25px;
	overflow:hidden;
	font-size:11px;
}
.bienvenidos h2{
	color:#ff6900;
	font-size:17px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-style:oblique;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.texto h2{
	color:#ff6900;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.servicios{
	float:right;
	width:690px;
	height:159px;
	background:url(../images/fondo_caja2.jpg) no-repeat;
	margin-bottom:14px;
}
.servicios ul{
	float:left;
	margin-top:25px;
}
.servicios ul.primero{
	margin:25px 40px 0 250px;
}
.servicios ul.segundo{

}
.servicios a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#565656;
}
.servicios a:hover{
	text-decoration:underline;
}
.servicios ul li{
	background:url(../images/flecha_menu.png) no-repeat left;
	padding-left:15px;
	line-height:28px;
}


.base{
	background:url(../images/caja.png) repeat-y;
	width:691px;
	min-height:450px;
	float:right;
}
.base .texto{
	float:left;
	width:631px;
	overflow:hidden;
	padding:0 30px 20px;
	text-align:justify;
}


/*******RIESGOS LABORALES*********/
.derecha h1.ali_izq{
	text-align:left!Important;
	margin:0 0 0 5px;
}
img.ris_izq{
	padding:5px;
	margin:5px;
	float:right;
	border:2px solid #ff6900;
}
.vigilancia{
}
.vigilancia ul{
	list-style:circle;
	margin-left:40px;
}

/**********CONTACTO Y DESCARGAS***********/
.contacto, .descargas{
	float:left;
	width:100%;
	text-align:right;
	margin-top:10px;
	color:#495273;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}
.descargas{
	text-align:center;
}
.descargas form{
	margin-top:60px;
}
.contacto input, .descargas input{
	border:0px;
	margin-top:5px;
}
.contacto input[type='text'], .descargas input[type='text'], .descargas input[type='password']{
	width:257px;
	font-size:14px;
	height:23px;
	margin-bottom:20px;
	line-height:30px;
	background:url(../images/sombra.jpg) no-repeat left bottom;
}
.contacto input[type='submit'], .contacto input[type='reset'], .descargas input[type='submit'], .descargas input[type='reset']{
	color:#FFF;
	font-weight:bold;
	width:80px;
	height:25px;
	border:0px;
	font-size:12px;
	margin-top:50px;
}
.descargas input[type='submit']{
	margin-top:20px;
}
.contacto input.borrar{
	background:url(../images/borrar.jpg) no-repeat;
	float:left;
	margin-left:57px;
}
.contacto input.enviar{
	background:url(../images/enviar.jpg) no-repeat;
	float:right;
}
.descargas input.enviar{
	background:url(../images/enviar.jpg) no-repeat;
}
.contacto textarea{
	width:257px;
	height:150px;
	margin-top:5px;
	border:0px;
	overflow:auto;
}
.contactoleft{
	float:left;
	width:49%;
	overflow:hidden;
}
.contactoright{
	float:left;
	width:50%;
	overflow:hidden;
	margin-bottom:20px;
}
.contactodown{
	float:left;
	width:100%;
	text-align:left;
	color:#495273;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}

/*********EMPRESA**********/
img.empresa{
	width:300px;
	float:right;
	margin:0px 0 20px 20px;
}
img.empresa2{
	width:300px;
	float:left;
	margin:0px 20px 20px 0px;
}


/*********GESTIÓN EMPRESARIAL********/
img.reunion{
	width:300px;
	float:right;
	margin-left:20px;
}

/******MEDIOAMBIENTE******/
img.coches{
	width:200px;
	float:left;
	margin-right:10px;
}


/*******PROTECCIÓN DE DATOS******/
ul.prot_datos{
	list-style:circle;
	margin-left:20px;
}
img.teclado{
	float:right;
	height:200px;
	margin-left:20px;
}

ul.ul-aviso li{
	margin-left:25px;
	list-style:inside;
}

/******************FOOTER***********************/
.footer{
	clear:both;
	width:100%;
	position:relative;
	z-index:6;
}
.footer .destacados{
	width:100%;
	float:left;
}
.footer .destacados .caja{
	width:333.3px;
	float:left;
	background:url(../images/caja_destacados.jpg) no-repeat;
	height:113px;
	position:relative;
	overflow:hidden;
}
.footer .destacados .caja img.general{
	width:86px;
	height:77px;
	margin:20px 15px 0 30px;
	float:left;
}
.footer .destacados .caja img.flecha{
	position:absolute;
	right:20px;
	bottom:10px;
}
.footer .destacados .caja .datos{
	float:left;
	width:177px;
	margin-top:15px;
	margin-right:25px;
	overflow:hidden;
}
.footer .destacados .caja .datos h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#010457;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:5px;
}
.footer .destacados .caja .datos p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#565656;
}
.footer .abajo{
	float:left;
	background:url(../images/footer_abajo.png) repeat-x;
	width:100%;
	height:54px; /*Antes 58px;*/
	text-align:right;
	color:#FFF;
	line-height:50px;
}
.footer .abajo.activo ul li span{
	color:#FFF
}
.footer .abajo ul{
	margin-right:50px;
}
.footer .abajo a{
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-size:11px;
	color:#FFF;
	padding:0 5px;
}
.footer .abajo a:hover{
	text-decoration:underline;
}
