*{
	margin: 0;
	padding: 0;
}

body{
	font: 400 13px/16px Arial, Helvetica, sans-serif;
	color: #444;
	padding: 20px 0px;
	background: #d8d5cc;
}

a{
	color: #294282;
}

a img{
	border: 0;
}

p{
	margin: 6px 0px;
}

ul, ol{
	padding: 5px 0px;
}

li{
	margin: 4px 0px 4px 20px;
}

blockquote{
	margin-left: 20px;
}

h2{
	font-size: 34px;
	line-height: 28px;
	font-family: georgia;
	font-weight: 600;
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 32px;
	
	color: #0d1f4e;
}

h3{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-family: georgia;
	color: #333;
	margin: 10px 0 8px 0;
	margin-top: 15px;
}

h4{
	font-size: 16px;
	font-weight: normal;
	font-family: georgia;
	font-style: italic;
	margin: 15px 0 8px 0;
	color: #294282;
}

p.big{
	font-size: 16px;
	line-height: 18px;
	margin: 12px 0;
}

div.clear{
	clear: both;
}

div.left{
	float: left;
	width: 280px;
}

div.right{
	float: right;
	width: 390px;
}

/* SHADOWS */

#shadow-top{
	background: url(shadow-top.gif) no-repeat;
	height: 30px;
	width: 960px;
	margin: 0 auto;
}

#shadow-bottom{
	background: url(shadow-bottom.gif) no-repeat;
	height: 30px;
	width: 960px;
	margin: 0 auto;
}

#shadow-bottom{

}

#container{
	background: #fff url(bg-page.gif) no-repeat top;
	margin: 0 auto;
	width: 920px;
	padding: 20px;
}

/* ELEMENTOS DE LA CABECERA DE LA WEB ================== */

#header{
	height: 180px;
	background: url(bg-header.gif) repeat-x bottom;
}

#header div.logo{
	float: left;
	margin-top: 100px;
	margin-bottom: 10px;
}

/* IDIOMAS EN ZONA SUPERIOR */

#header #langs {
	float: right;
	text-align:	right; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header #langs li{
	list-style: none;
	display: inline;
	margin: 0 5px;
	padding: 0;
}

#header #langs a{
	color: #ccc;
	text-decoration: none;
	color: #888;
	padding: 0 1px;
}

#header #langs a:hover{
	background: #222;
	color: #fff;
}

#header #langs li.current{
	color: #294282;
}

#header h1{
	padding-top: 105px;
	margin-left: 240px;
	text-transform: uppercase;
	color: #294282;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

/* MENU SUPERIOR ================== */

#header div.menu{
	color: #444;
	font-size: 22px;
	letter-spacing: -1px;
	margin-left: 232px;
	padding-bottom: 10px;
}

#header div.menu li{
	list-style: none;
	display: inline;
	margin: 0 8px 0 0;
}

#header div.menu li a{
	color: #294282;
	padding: 4px 4px 4px 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#header div.menu li a:hover{
	background: #294282;
	color: #cbd2e4;
 	border-radius: 16px;
}

#header div.menu li.current a, #header div.menu li.current a:hover{
	color: #fff;
	background: #294282;
	border-radius: 16px;
}

/* ZONA DE CONTENIDOS  ================================== */

#content{
	clear: both;
	padding-top: 20px;
}


#content div.content-left{
	float: left;
	width: 210px;
	margin-right: 30px;
}

#content div.content-right{
	float: left;
	width: 680px;
	
}

#content.adorno-vertical-1{
	background: url(adorno-vertical-1.jpg) no-repeat bottom;
}

/* SUBMENU */
#submenu li{
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #cbd2e4 dotted;
	padding-top: 10px;
	background: url(bg-submenu.gif) no-repeat right;
}

#submenu li:hover{
	background: #e3e7f0 url(bg-submenu.gif) no-repeat right;
	cursor: pointer;
}

#submenu li a{
	font-size: 13px;
	text-decoration: none;
	color: #0d1f4e;
}

#submenu li.current, #submenu li.current:hover{
	background: #7c8cb5 url(bg-submenu-current.gif) no-repeat right;;
	border-bottom-style: solid;
}

#submenu li.current a{
	color: #fff;
	font-weight: bold;
}

/* PIE de página */

#footer{
	clear: both;
	width: 920px;
	height: 49px;
	padding: 20px;
	margin: 0 auto;
	background: url(bg-footer.gif) no-repeat;
	color: #fff;
	position: relative;
}

#footer div.direccion{
	font-size: 11px;
	line-height: 16px;
	float: left;
}

#footer div.direccion strong{
	font-size: 16px;
}

#footer div.menu{
	float: right;
	padding-top: 8px;
	color: #cbd2e4;
}

#footer div.menu a{
	text-decoration: none;
	color: #cbd2e4;
}

#footer div.menu a:hover{
	color: #fff;
}

/* ============ ESTILOS ESPECÍFICOS PARA SECCIONES ============ */

/* OBRAS */
div#obras_lista{
	margin-top: 20px;
}

#obras_lista .separator{
	clear: both;
	height: 1px;
	border-top: 1px #ccc dotted;
	margin: 10px 0 12px 0;
}

div.ficha_obra{
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 12px;
	width: 406px;
	float: left;
}
div.ficha_obra.left{
	margin-right: 20px;
	border-right: 1px #ccc solid;
}
div.ficha_obra.right{
	border-left: 1px #ccc solid;
}

div.ficha_obra div.img{
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
	width: 108px;
	border-radius: 8px;
}

div.ficha_obra div.img img{
	width: 100%;
	border-radius: 8px;
}

div.ficha_obra h3{
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

div.ficha_obra span{
	color: #666;
	letter-spacing: 1px;
}

div.ficha_obra div.cliente, div.ficha_obra div.localizacion, div.ficha_obra div.descripcion{
	margin-bottom: 5px;
}

div.ficha_obra div.fecha{
	float: right;
	background: #000;
	padding: 2px 4px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
}

div.ficha_obra div.imagenes{
	clear: both;
	margin-top: 10px;
	padding: 8px 10px 10px 10px;
	background: #ddd;
	border-radius: 8px;
}

div.ficha_obra div.imagenes h4{
	font-size: 10px;
	text-transform: uppercase;
	color: #222;
	background: 0;
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0;
}


div.ficha_obra div.imagenes div.img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 4px #fff solid;
}

/* CLIENTES */
div#clientes_lista{
	margin-top: 20px;
}

div.ficha_cliente{
	border: 1px #ccc solid;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin: 5px 40px 10px 300px;
}

div.ficha_cliente li{
	clear: left;
}

div.ficha_cliente div.logo{
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}

div.ficha_cliente h3{
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 10px;
}

/* CONTACTO */
#contacto div.data{
	float: left;
	width: 200px;	
}

#contacto div.msg{
	float: left;
}

#contacto div.msg textarea{
	width: 440px;
}

#contacto div.protection{
	clear: both;
	float: left;
	width: 340px;
}

#contacto div.send{
	float: left;
	padding-top: 45px;
	width: 300px;
	height: 135px;
	background: url(bg-enviar.gif) no-repeat bottom right;
}

#contacto div.send input{
	border: 0;
	background: #233970;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 20px;
}

#contacto div.error{
	clear: both;
	color: #a00;
	margin-bottom: 5px;
	font-size: 80%;
}

#contacto div.error.success{
	color: #294282;
}

/* LOCALIZACION */
#mapa{
	margin-top: 20px;
}

#mapa #map{
	border: 1px #ccc solid;
	margin-bottom: 10px;
}

#mapa #form_llegar{
	background: #ccc;
	padding: 10px;
}

/* CREDITS */

.morethanweb{
	position: absolute;
	top: 98px;
	right: 20px;
}
.morethanweb a{
	color: #999;
	letter-spacing: -1px;
	text-decoration: none;
}
.morethanweb a:hover{
	color: #666;
}
.morethanweb a span{
	font-weight: bold;
	
}