@import url('resets.css');

/*******************/

body{
	background: #FFFFFF url(../images/bg/bg-body.jpg) repeat-x center top;
	font: normal 12px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

a {
	color:#0099CC;
}

a:hover {
	color: #FF9900;
}

#container{
	width:800px;
	margin:0 auto;
}

#header{
	width:800px;
	overflow:hidden;
}

#header #logo{
	margin-top:20px;
}

#header #logo{
	width:324px;
	float:left;
}

#header #menu{
	width:456px;
	height:47px;
	float:right;
	margin-top:33px;
}

#header #menu ul li{
	display:inline;
}

#header #menu ul li a{
	display:block;
	height:47px;
	float:left;
	overflow:hidden;
	line-height:400px;
}

#header #menu ul li.home a{
	background:url(../images/menu/home.jpg) no-repeat 0 0;
	width:77px;
}

#header #menu ul li.nosotros a{
	background:url(../images/menu/nosotros.jpg) no-repeat 0 0;
	width:85px;
}

#header #menu ul li.servicios a{
	background:url(../images/menu/servicios.jpg) no-repeat 0 0;
	width:87px;
}

#header #menu ul li.trabajos a{
	background:url(../images/menu/trabajos.jpg) no-repeat 0 0;
	width:83px;
}

#header #menu ul li.contactenos a{
	background:url(../images/menu/contactenos.jpg) no-repeat 0 0;
	width:118px;
}

#header #menu ul li a.active,
#header #menu ul li a:hover{
	background-position: 0 -47px;
}

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

#content h1{
	font-size:16px;
	color:#FF9900;
	font-weight:bold;
}

#content h2{
	font-size:14px;
	color:#FF9900;
	font-weight:bold;
}

#content h3{
	font-size:12px;
	color:#FF9900;
	font-weight:bold;
}

#content h2, #content h1, #content h3, #content p{
	margin:0 0 1em;
}

#content ul{
	margin:0 0 1em 10px;
}


#content ul li{
	background:url(../images/bg/bullet.gif) no-repeat 0 8px;
	padding-left:8px;
}


#content .right{
	text-align:right;
}

div.separador{
	height:30px;
	background:url(../images/bg/punteado.gif) repeat-x 0 10px;
}

#trabajosDestacados{
	margin:0 0 35px 15px;
}

#trabajosDestacados h2 {
	margin-bottom:10px;
	clear:both;
}




#trabajosDestacados .destacado {
	width:224px;
	float:left;
	margin-right:46px;
}

#trabajosDestacados .ultimo {
	margin:0;
}

#trabajosDestacados .destacado a {
	display:block;
	color: #0099CC;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}

#trabajosDestacados .destacado a:hover {
	color:#FF9900;
}

#trabajosDestacados .destacado a span {
	display:none;
	font-size:10px;
	font-weight:normal;
}

#trabajosDestacados .destacado a:hover span {
	display:inline;
}



#trabajosDestacados .destacado2 {
	width:233px;
	float:left;
	margin:0 14px;
	font-size:11px;
	height:300px;
}

#trabajosDestacados .destacado2 strong {
	font-size:13px;
}

#trabajosDestacados .destacado2 em{
	color:#999;
	font-size:11px;
	font-style:normal;
	}
	

#trabajosDestacados .destacado2 span {
	color:#333;
	}

#trabajosDestacados .destacado2 a {
	display:block;
	color:#FF9900;
	text-decoration:none;
}
#trabajosDestacados .destacado2 a:hover {
	color: #0099CC;
}


p.aclaracion {
	color:#999;
	font-size:11px;
	clear:both;
	text-align:right;
	}

#trabajos{
	margin:20px 0 10px;
}

#recuadrosIzq{
	float:left;
	width:514px;
	margin-left:16px;
}

#recuadroDer{
	float:right;
	width:230px;
	background-color:#dceef8;
	margin-right:18px;
}

#recuadrosIzq h2,
#recuadroDer h2{
	margin:0;
}

.recuadro{
	width:230px;
	background-color:#dceef8;
	float:left;
}

.texto{
	padding:0 6px 12px;
}

.texto ul li{
	background:url(../images/bg/bullet.gif) no-repeat 0 8px;
	padding-left:8px;
}


form.form{
	margin-top:5px;
}

form.form div{
	background: url(../images/bg/input.gif) no-repeat 0 0;
}

form.form div.textarea{
	background: url(../images/bg/textarea.gif) no-repeat 0 0;
}

form.form input.text{
	font-size:11px;
	color:#999;
	width:209px;
	height:21px;
	border:none;
	padding:6px 4px 0;
	background:none;
}

form.form textarea{
	font-size:11px;
	color:#999;
	width:209px;
	height:50px;
	border:none;
	margin-bottom:4px;
	padding:6px 4px 0px;
	overflow:auto;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:none;
}

#bg-footer{
	background: #FFFFFF url(../images/bg/bg-footer.jpg) repeat-x center top;
	clear:both;
	margin-top:10px;
}

#footer{
	width:760px;
	margin:0 auto;
	padding:10px 20px 10px;
	font-size:11px;
}


#footer a{
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

#footerIzq{
	float:left;
	width:200px;
}

#footerDer{
	float:right;
	width:500px;
	text-align:right;
	color: #999999;
}

#footerDer ul li{
	display:inline;
}




form.contactenos{
	width:500px;
	margin:25px auto 50px;
}

form.contactenos div{
	clear:both;
	margin-bottom:4px;
}

form.contactenos label{
	width:150px;
	text-align:right;
	padding:5px 10px 0 0;
	display:block;
	float:left;
}

form.contactenos input.text{
	font-size:11px;
	color:#999;
	width:250px;
	height:16px;
	border-top:none;
	border-left:1px solid #d7e0e4;
	border-right:1px solid #d7e0e4;
	border-bottom:1px solid #d7e0e4;
	padding:6px 4px 3px;
	background:url(../images/bg/bg-input.gif) repeat-x 0 0;
}

form.contactenos textarea{
	font-size:11px;
	color:#999;
	width:250px;
	height:100px;
	margin-bottom:4px;
	padding:6px 4px 0px;
	overflow:auto;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #d7e0e4;
	padding:3px 4px;
	background: #FFF url(../images/bg/bg-textarea.gif) repeat-x 0 bottom;
}

table.tablaSeo {
	margin:15px auto 30px;
}

table.tablaSeo td {
	padding:8px 4px;
	border-bottom:1px solid #E8E8E8;
}

table.tablaSeo td.sites a {
	color:#999;
	text-decoration:none;
}

a.botonPresupuesto{
	background: url(../images/bg/botonPresup.gif) no-repeat 0 0;
	text-align:center;
	width:150px;
	padding:4px 0 0 0px;
	height:25px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	float:right;
}

a.small {
	font-size:10px;
}

form div.noview{
	display:none;
}
