@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#F7F7F7;
	text-align:center;
	background-image: url(/servicios/img/fnd_diagonal.gif);
}
h1{ display:none}
#general {

	width:780px;
	height:auto;
	margin:0 auto;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#FFFFFF;}

#cabecera{
	display:block;
	width:780px;
	height:110px;
	background: url(/servicios/img/cabecera2.jpg) right top no-repeat;
}

#menu_superior{
	display:block;
	width:780px;
	height:25px;
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#CC0066;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	border-bottom:2px solid #E60073;
}

#menu_superior li{
	display:block;
	float:left;
	margin-left:30px;
	margin-right:10px
}
#menu_superior li a{
	display:block;
	margin-top:4px;
	color:#FFFFFF;
	text-decoration:none
}

#cuerpo{
	display:block;
	height:398px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
	margin-top:15px;}

#cuerpo div.ingenieria, #cuerpo div.asesoria, #cuerpo div.comunicacion{
	display:block;
	float:left;
	width:240px;
	height:400px;
	margin-left:15px;
	padding:0px;
	background-color:#F7F7F7;
	text-align:left;
}
div.ingenieria{
	background:url(../img/portada_flor.jpg) left bottom no-repeat
}
div.asesoria{
	background: url(../img/portada_agujas.jpg) left bottom no-repeat
}
div.comunicacion{
	background: url(../img/portada_cristales.jpg) left bottom no-repeat
}
#cuerpo div h2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif !important;
	font-size:14px;
	text-transform:uppercase;
	margin:15px 30px;
	padding:0px;
}
#cuerpo div ul{
	display:block;
	list-style:none;
	margin:0px 30px;
	padding:0px;
	text-align:left;

}
#cuerpo div ul li{
	display:block;
	padding-left:15px;
	height:25px;
	background:url(../img/flecha-azul.gif) left  center no-repeat;
}
.clientes{
	display: block;
	clear:both;
	width: 775px
}


.clientes img{
	display:block;
	float:left;
	margin-left:35px;
	margin-bottom:30px;
	padding:2px;
	border:1px solid #CCCCCC
}

.clientes span{
	display:none
}

.clientes p{
	display:block;
	margin:20px 30px;
	text-align:left
}

#pie{
display:block;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
height:40px;
margin-top:15px;
text-align:center;}

#pie a{ color: #333; text-decoration:none; border-bottom: 1px dashed #333}
