@import url("reset.css");
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 62.5%;
	color: #CCC;
	background-color: #4f4f4f;
	line-height:185%;
}
#cabecera {
	height: 7em;
}
.botonMail {
	width:215px;
	height:25px;
	background: url(../img/icono_mail.gif) 2.5em .64em no-repeat;
	float:right;
	font-size:12px;
	font-weight:bold;
	list-style:none none;
	padding-left:21px;
	line-height:24px;
	color:#eee;
	margin-top:18px;
	text-align:right;
}
h1 {
	background-image: url(../img/logo_cabecera.png);
	width: 300px;
	height: 51px;
	text-indent: -9999px;
	margin-top:1.5em;
}
.LogoCabecera {
	width: 300px;
	height: 51px;
	text-indent: -9999px;
	margin-top:23px;
	display:block;

}

strong {
font-weight:bold;
}

p {
	font-size:1.2em;
	margin:.4em 0 .6em;
}
#contacto {
	background:#fff;
	color:#444;
	font-size:1em;
	padding:1em;
	font-size:.8em;
}

#bandera {
	background: #e06900 url(../img/fondo_bandera.gif) center center no-repeat;
/*	height: 150px; */
	padding:.8em 0;

}
#bandera p {
	color:#583606;
	font-size:1.5em;
	line-height:130%;
}
#bandera h2 {
	width:878px;
	height:46px;
	text-indent:-9999px;
}
.tituloPortada {
	background: url(../img/titulo_portada.gif) left center no-repeat;
}
.tituloTrabajos{
	background: url(../img/titulo_trabajos.gif) left center no-repeat;
}

.items {
	background-image: url(../img/fondo_li.gif);
	background-repeat: repeat-x;
	height: 200px;
}
#contenido {
padding: .8em 0 2em;
}
#pie {
	height:6em;
	background-color: #131313;
	background-image: url(../img/fondo_pie.gif);
	background-repeat: repeat-x;
	margin-bottom:0;
	width:100%;
	bottom:0;
}
#pie p {
padding:1em 0;
font-weight:bold;
text-align:center;
font-size:1.4em;
color:#aaa;
}

a {
text-decoration:none;
font-weight: bold;
}

a:hover {

text-decoration:underline;
}

a:focus {
outline:none;
}

a:link,a:visited,a:active {

}
img { 
  background: url(../img/cargando.gif) no-repeat 50% 50%; 
}

.centrador {
	width:960px;
	margin:0 auto;
}
.sombraHaciaArriba {
	background: url(../img/fondo_sombra_hacia_arriba.gif) repeat-x;height:14px;
	margin-bottom:-.5em;
}
.sombraHaciaAbajo {
	background: url(../img/fondo_sombra_hacia_abajo.gif) repeat-x;height:14px;
}
.tituloNuestrosTrabajosRecientes {
	width:277px;
	height:22px;
	background: url(../img/titulo_nuestros_trabajos_recientes.gif) center center no-repeat;
	text-indent:-9999px;
}
.tituloNuestrosTrabajos {
	width:277px;
	height:22px;
	background: url(../img/titulo_nuestros_trabajos.gif) center center no-repeat;
	text-indent:-9999px;
}
.ficha {
	width:954px;
	height:190px;
	background: url(../img/fondo_ficha.gif) center center no-repeat;
	margin:.8em auto;
}
.ficha img {
	float:left;
	margin: 2.7em;
}
.ficha h4 {
	font-size:1.8em;
	font-weight:bold;
	color:#ddd;
	line-height:140%;

}
.ficha p {
	color:#bbb;
	font-size:1.3em;
	line-height:160%;
}
.botonVerTrabajo {
	margin: 1em;
	background: url(../img/boton_ver_trabajo_off.gif) center center no-repeat;
	width:126px;
	height:36px;
	float:right;
	text-indent:-9999px;
}
.botonVerTrabajo:hover{
	background: url(../img/boton_ver_trabajo_on.gif) center center no-repeat!important;
}
.botonVerMasTrabajos {
float:right;
font-size:1.2em;
color:#fff;
text-decoration:none;
}
.separadorPie {
  color:#444;
}

#formulario {
	padding:2em;
}

#formulario li {
  list-style:none;
  font-size:1.2em;
  line-height:180%;
  
}
.botonForm {
	background: url(../img/fondo_boton_enviar_mensaje.gif) center center no-repeat;
	color:#fff;
	padding:1.4em .4em;
	width:168px;
	height:51px;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}
.cajaMensaje {
	padding:.8em;
	background:#e06900;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	color:#fff;
	width:88%;
	margin:6em auto 0;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
}
