/* CSS Document Obra civil*/
body{
	background:#FFFFFF;
	color:#525d6f;
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;	
}

div#lienzo h3{

	font-size:1.1em;
	font-weight:bold;
	color:#b70000;
	margin:0px;
	margin-top:5px;
	margin-left:20px;
	padding:0px;
}
div#direcciones  h2 {
	color:#b70000;
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
div#pie hr {

	clear:both;
	width: 799px;
	margin: auto;
	
	margin:0px;
	padding: 0px;
	
}
div#lienzo p{
	color:#525d6f;
	font-size:1.1em;
	margin:0px;
	padding:0px;
	margin-left:27px;
}

div#direcciones p.direccion{
	font-size:1.1em;
	height: 40px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

div#general {
	background:url(imagenes/fondo.jpg)  no-repeat;
	width: 825px;
	padding-left: 27px;
	padding-right: 29px;
	padding-bottom: 30px;
	margin:auto;
	height:auto;
}

div#imagenes {
	width:825px;
	height:auto;
	
}
div#desarrollo {
	height:auto;
	
	
	
}
div#barra_titulos {
	background:url(imagenes/inferior.jpg) no-repeat;
	width: 825px;
	height: 16px;
	padding-top: 2px;

	
}

div#barra_titulos h4 {
	margin: 0px;
	padding: 0px;
	display:inline;
	color:#FFFFFF;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight:bold;
	cursor:default;
	
}

div#barra_titulos h4#titDirecciones {
	margin-left: 200px;
}


div#col1 {
	float:left;
	width: 329px;
	height:auto;
	
}

div#col2 {
	float:right;
	width: 490px;
	height:auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #525d6f;	
}
/*direcciones----------------------------------------------------------------------------------*/
div#direcciones {
	clear:both;
	margin-top:20px;
	margin-left: 10px;
	margin-right: 10px;
	
}
div#direccion_lateral {
	float:left;
	width: 310px;
	height:auto;
}

div#direcciones #toledo {
	float: left;
	width: 140px;
	
}
div#direcciones #madridejos {
	float: right;
	width: 165px;
	
}
div#direcciones #poblete {
	float:right;
	width: 160px;
	
}
/*-------------------------------------------------------------------------------Fin direcciones*/
div#ultimas_adjudicaciones {
	
	background: url(imagenes/fondo_adjudicaciones.jpg) no-repeat;
	width: 322px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	height: 106px;
}

div#lienzo {
	
	
	float:left;
	width: 313px;
	height: 106px;
	overflow:hidden;
}
/*Scroll---------------------------------------------------------------------------------*/
div#scroll {
	background-color:#d7dcdf;
	float:right;
	width: 9px;
	height: 97px;

}
div#scroll img#flecha_sube {
	margin-bottom:85px;
	cursor:pointer;
}

div#scroll img#flecha_baja {
	cursor:pointer;
}
/*------------------------------------------------------------------------Fin Scroll*/

/*Pie-------------------------------------------------------------------------------*/
div#pie {
	clear:both;
	margin:auto;
	
	width: 805px;
	height:auto;
	
}

div#seguridad_medio_ambiente {
	padding-bottom: 5px;
	padding-top: 5px;
	height: 42px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #525d6f;
	border-bottom-color: #525d6f;	
}

div#pie p#medio_ambiente {
	background:url(imagenes/medio_ambiente.jpg) no-repeat;
	float:left;
	margin: 0px;
	padding: 0px;
	width:401px;
	height:42px;
	text-indent: -9999px;
	cursor:pointer;
}

div#pie p#medio_ambiente:hover {
	background:url(imagenes/medio_hover.jpg) no-repeat;
}
div#pie p#seguridad {
	background:url(imagenes/seguridad.jpg) no-repeat;
	float:right;
	margin: 0px;
	padding: 0px;
	width:401px;
	height:42px;
	text-indent: -9999px;
	cursor:pointer;
}

div#pie p#seguridad:hover {
	background:url(imagenes/seguridad_over.jpg) no-repeat;
	text-decoration:none;	
}

div#pie p#contacto{
	background:url(imagenes/sobre.jpg) no-repeat;
	background-position:right;
	font-size: 1.2em;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-right: 20px;
	text-align:right;
	
}

div#pie p#contacto a {
	color:#525d6f;
	text-decoration: none;
	cursor:pointer;	
}

div#pie p#contacto a:link {
	color:#525d6f;
	text-decoration: none;
	cursor:pointer;	
}
div#pie p#contacto a:hover {
	color:#7f0e12;
	text-decoration: none;
	cursor:pointer;	
}
div#pie p#contacto a:active {
	color:#525d6f;
	text-decoration: none;
	cursor:pointer;	
}
/*---------------------------------------------------------------------------Fin Pie*/
