/*-----------------GENERAL-----------------*/
* {
	margin: 0px;
	padding: 0px;
	/*list-style: none;*/
	outline: none;
	}
body{
	color: #000066;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	width: 100%;
	background-image: url(../img/bg_color.png);
}
#body2{
	color: #000066;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	width: 100%;
	background-image: url(../img/bg_color2.png);
}

/*----------------ESTRUCTURA------------------*/
#wrapper {
	width: 899px;
	margin: 3% auto 0;
}	
#header{
	height: 42px;
}
#logo{
	float: left;
	width: 273px;
	height: 42px;
	background-image: url(../img/logo.png);
	margin: 0 0 0 5px;
}
#pie{
	color: #fff;
	font-size: 11px;
	height: 84px;
	line-height: 165%;
	margin:0 32px;
}
#copy{
	float:left;
	margin-top:15px;
}
#firma{
	float: right;
	margin-top:15px;
}
a.copy{
	color: #fff;
	text-decoration: underline;
	display: inline;	
}
a.firma{
	color: #fff;
	text-decoration: none;
	display: inline;	
}
#actualizar{
	color: #fff;
	margin: 0px 35px 35px 0;
	float: right;
	font-size: 11px;
	font-weight: bold;
}

/*---------------cajas redondas----------------*/
.roundedBox {position:relative; padding:32px; margin:10px 0; border: 1px; border-color: #660000;}
.corner {position:absolute; width:23px; height:23px;}

        .topLeft {top:0; left:0; background-position:-1px -1px;}
        .topRight {top:0; right:0; background-position:-23px -1px;}
        .bottomLeft {bottom:0; left:0; background-position:-1px -23px;}
        .bottomRight {bottom:0; right:0; background-position:-23px -23px;}

#type5 {background:#000066 url(../img/gradient1px.png) repeat-x 0 0;}
#type5 .corner {background-image:url(../img/gradientbase.png);}
#type5 .bottomLeft {background-position:-1px -511px;}
#type5 .bottomRight {background-position:-23px -511px;}

.roundedBox2 {position:relative; padding:3px; margin:10px 0; border: 1px; border-color: #660000;height:84px}
.corner {position:absolute; width:23px; height:23px;}

        .topLeft {top:0; left:0; background-position:-1px -1px;}
        .topRight {top:0; right:0; background-position:-23px -1px;}
        .bottomLeft {bottom:0; left:0; background-position:-1px -23px;}
        .bottomRight {bottom:0; right:0; background-position:-23px -23px;}

#type4 {background:#000066 url(../img/gradientype4.png) repeat-x 0 0;}
#type4 .corner {background-image:url(../img/gradientbasetype4.png);}
#type4 .bottomLeft {background-position:-1px -511px;}
#type4 .bottomRight {background-position:-23px -511px;}

.roundedBox3 {position:relative; padding:23px; margin:0;}
.corner {position:absolute; width:23px; height:23px;}

        .topLeft {top:0; left:0; background-position:-1px -1px;}
        .topRight {top:0; right:0; background-position:-23px -1px;}
        .bottomLeft {bottom:0; left:0; background-position:-1px -23px;}
        .bottomRight {bottom:0; right:0; background-position:-23px -23px;}

#type3 {background:#002165 url(../img/gradient1pxtype3.png) repeat-x 0 0;}
#type3 .corner {background-image:url(../img/gradientbasetype3.png);}
#type3 .bottomLeft {background-position:-1px -511px;}
#type3 .bottomRight {background-position:-23px -511px;}
/*--------------fin caja fondo------------------*/

/*---Galerías y cabeceras Páginas-------*/
#slide{
	height: 338px;
	width: 834px;	
	margin-bottom: 25px;
}
#cabeceras{
	height: 113px;
	width: 834px;	
	margin-bottom: 25px;
}

/*---FIN Galerías y cabeceras Páginas---*/
/*---MENU GENERAL---*/

#toolbar {
	margin: 17px 0 17px 0;
	padding: 0;
	width: 834px;
	height: 38px;
}

#toolbar ul 
{
	display: block;
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
}

#toolbar ul li 
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;
}

/****************************/
/* image replacement setup */

#toolbar ul li a 
{
	display: block;
	position: relative;
	height: 38px;
}

#toolbar ul li a:hover 
{
	cursor: pointer;
}

#toolbar ul li a span 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#toolbar ul li#binicio 
{
	width: 110px;
}

#toolbar ul li#binicio a span 
{
	background: url(../img/main_nav.jpg) top left no-repeat;
}

#toolbar ul li#binicio a:hover span, #toolbar ul li#binicio.current a span 
{
	background:  url(../img/main_nav.jpg) bottom left no-repeat;
}

#toolbar ul li#bempresa 
{
	width: 122px;
}

#toolbar ul li#bempresa a span 
{
	background:url(../img/main_nav.jpg) -110px 0px no-repeat;
}

#toolbar ul li#bempresa a:hover span, #toolbar ul li#bempresa.current a span
{
	background: url(../img/main_nav.jpg) -110px bottom no-repeat;
}

#toolbar ul li#bclientes 
{
	width: 119px;
}

#toolbar ul li#bclientes a span 
{
	background:  url(../img/main_nav.jpg) -232px 0px no-repeat;
}

#toolbar ul li#bclientes a:hover span, #toolbar ul li#bclientes.current a span
{
	background:  url(../img/main_nav.jpg) -232px bottom no-repeat;
}

#toolbar ul li#bobras 
{
	width: 102px;
}

#toolbar ul li#bobras a span 
{
	background: url(../img/main_nav.jpg) -351px 0px no-repeat;
}

#toolbar ul li#bobras a:hover span, #toolbar ul li#bobras.current a span
{
	background: url(../img/main_nav.jpg) -351px bottom no-repeat;
}

#toolbar ul li#bnoticias
{
	width: 118px;
}

#toolbar ul li#bnoticias a span 
{
	background: url(../img/main_nav.jpg) -453px 0px no-repeat;
}

#toolbar ul li#bnoticias a:hover span, #toolbar ul li#bnoticias.current a span
{
	background: url(../img/main_nav.jpg) -453px bottom no-repeat;
}


#toolbar ul li#btrabajo
{
	width: 120px;
}

#toolbar ul li#btrabajo a span 
{
	background: url(../img/main_nav.jpg) -571px 0px no-repeat;
}

#toolbar ul li#btrabajo a:hover span, #toolbar ul li#btrabajo.current a span
{
	background: url(../img/main_nav.jpg) -571px bottom no-repeat;
}

#toolbar ul li#bcontacte
{
	width: 143px;
}

#toolbar ul li#bcontacte a span 
{
	background: url(../img/main_nav.jpg) top right no-repeat;
}

#toolbar ul li#bcontacte a:hover span, #toolbar ul li#bcontacte.current a span
{
	background: url(../img/main_nav.jpg) bottom right no-repeat;
}

/*---FIN MENU GENERAL---*/
/*-------------MENÚ Página INICIO-----------*/
#menu{
	width: 834px;
	margin-bottom:1px;
	margin-top: 17px;
	height: auto;
	min-height: 140px;
	color: #000066;
}
#destacados{
	width: 208px;
	float: left;
	height: auto;
	min-height: 140px;

}
#empresa{
	width: 208px;
	float: left;
	height: auto;
	background: url(../img/linea.png) repeat-y;
	min-height: 140px;
}
#obras{
	width: 208px ;
	float: left;
	height: auto;
	background: url(../img/linea.png) repeat-y;
	min-height: 140px;
}
#noticias{
	width: 208px ;
	float: right;
	height: auto;
	background: url(../img/linea.png) repeat-y;
	min-height: 140px;
}
#destacados h2, #empresa h2, #obras h2, #noticias h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	float: left;
	margin-left:15px;
	margin-top:3px;
}
#destacados ul, #empresa ul, #obras ul, #noticias ul {
	list-style:none;
	margin-top: 30px;
	font-size: 14px;
	padding-left: 1em;
	color: #000066;
	
}
#destacados li, #empresa li, #obras li, #noticias li  {
	margin-top: 5px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: .35em .42em;
	padding-left: 1.2em;
}

li a {
	text-decoration: none;
	color: #000066;
}
/*-----------------FIN MENÚ-----------------------*/
/*--------Página EMPRESA--------------*/
#content {
	min-height:365px;
	max-height: 450px;
	margin-bottom:15px;
	width:834px;
}
#colder{
	height: 100%;
	width: 168px;
	float: left;
	margin-right: 11px;
}	
#menuempresa {
	font-size: 12px;
	height: 164px;
	width: 168px;
	background-image: url(../img/menuempresa-bg.jpg);
}
#baner1{
	margin-top: 17px;
}
#baner2{
	margin-top: 17px;
}
#maincontent {
	width: 655px;
	float: right;
}
ul.menu-empresa {
	font-size:14px;
	list-style:none;
	margin-left:13px;
	padding-top:46px;
}
li.menu-empresa {
	margin-top: 5px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: .35em .42em;
	padding-left: 1.2em;
}

.empresa {
	margin-left: 15px;	
}
#maincontent p {
	text-align: justify;
	margin-top: 5px;
}

ul.galeria_ul {
	padding-top: 10px;
	width: 600px;
	height: 50px;
	margin-left: 5px;
	clear: both;
	}

ul.galeria_ul li {
	width: 64px;
	height: 44px;
	padding: 5px;
	list-style: none;
	float: left;
	margin: 0px;
	display: inline;
	}
#maincontent h2 {
	clear:both;
	font-size:13px;
	margin-top:10px;
	}

/*--------FIN Página EMPRESA--------------*/


/*------Página de CLIENTES -------*/

/*------FIN Página CLIENTES -------*/


/*------Página de OBRAS -------*/

#menuobras {
	margin: 17px 0 17px 0;
	padding: 0;
	width: 542px;
	height: 21px;
}

#menuobras ul 
{
	display: block;
	margin: 0;
	padding: 0;
	height: 21px;
	list-style-type: none;
}

#menuobras ul li 
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 21px;
}

/****************************/
/*  MENU OBRAS image replacement setup */

#menuobras ul li a 
{
	display: block;
	position: relative;
	height: 21px;
}

#menuobras ul li a:hover 
{
	cursor: pointer;
}

#menuobras ul li a span 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#menuobras ul li#bmapaobras 
{
	width: 156px;
}

#menuobras ul li#bmapaobras a span 
{
	background: url(../img/menuobras.png) top left no-repeat;
}

#menuobras ul li#bmapaobras a:hover span, #menuobras ul li#bmapaobras.current a span 
{
	background:  url(../img/menuobras.png) bottom left no-repeat;
}

#menuobras ul li#bejecutadas 
{
	width: 200px;
}

#menuobras ul li#bejecutadas a span 
{
	background:url(../img/menuobras.png) -156px 0px no-repeat;
}

#menuobras ul li#bejecutadas a:hover span, #menuobras ul li#bejecutadas.current a span
{
	background: url(../img/menuobras.png) -156px  bottom no-repeat;
}

#menuobras ul li#bejecucion 
{
	width: 180px;
}

#menuobras ul li#bejecucion a span 
{
	background:  url(../img/menuobras.png) -356px 0px no-repeat;
}

#menuobras ul li#bejecucion a:hover span, #menuobras ul li#bejecucion.current a span
{
	background:  url(../img/menuobras.png) -356px bottom no-repeat;
}


/*------FIN Página de OBRAS -------*/


/*------Página de NOTICIAS -------*/

/*------FIN Página de NOTICIAS -------*/


/*------Página Contacto y Trabajo -------*/
#direcciones {
	width: 350px;
	float: right;
}
#direcciones p{
	margin-top: 15px;
	#form{
	height: 375px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#form{
	height: 375px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
table { 
width:300px;
height:200px;

 }
.campo{
	width: 300px;
}
.comentario{
	width: 300px;
}
 
/*------FIN Página Contacto y Trabajo -------*/


