html {
	background: url("grf/fondo.gif") repeat-x rgb(255, 255, 255); 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
}

body {
	background: url("grf/fondo.gif") repeat-x rgb(255, 255, 255); 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
}

a {
	text-decoration: none;
}

h1 {
	color: rgb(86, 86, 86); 
	text-transform: uppercase; 
	font-family: Arial; 
	font-size: 20px; 
	font-weight: lighter; 
	margin-bottom: 15px;
}

#contenedor {
	margin: 0px auto; 
	width: 980px; 
	position: relative;
}

#botonera {
	height: 60px; 
	text-align: left; 
	font-family: Arial; 
	position: relative;
}

#logobg {
	left: -15px; 
	top: 0px; 
	width: 363px; 
	height: 184px; 
	visibility: visible; 
	position: absolute; 
	z-index: 90;
}

.logo_cabecera {
	height: 280px; 
	text-align: left; 
	overflow-y: hidden;
	background: url("grf/_cabecera.jpg"); 
}

#titulo_web{
	margin-top: 130px;
	margin-left: 30px;
	color: rgb(255, 255, 255); 
	font-family: "Trebuchet MS"; 
	font-size: 45px;
	line-height: 40px;
}

.titulo_resaltado{
	font-weight: bold;
	font-size: 50px;
}

.bloque_presentacion_texto {
	margin: 0px 20px; 
	margin-bottom: 40px; 
	width: 440px; 
	text-align: justify;
	font-family: "Trebuchet MS"; 
	font-size: 14px;
	line-height: 29px;

}

.foto_trabajo_galeria_borde {
	border: 1px solid rgb(225, 225, 225); 
	margin-top: 20px; 
	margin-right: 35px; 
	margin-bottom: 0px; 
	float: left;
	position: relative;
	left: 20px;
}

.foto_trabajo_galeria {
	border: 6px solid rgb(255, 255, 255); 
	width: 436px; 
	* width: 448px;  
	height: 282px; 
	overflow: hidden;

}

.cuerpo{
	text-align: left; 
	color: rgb(106, 107, 104); 
	line-height: 31px; 
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: lighter; 
	margin-top: 20px;
}


.icono{
	width: 270px;
	height: 200px;
	text-align: center;
	float: left;
	margin-bottom: 50px;
	position: relative;
	left: 25px;
}

.icono_titulo{
	font-family: "Trebuchet MS"; 
	font-size: 18px;
	font-style: italic;
	color: #016fa2;
	margin-top: 15px;
}

.icono_texto{
	font-family: "Trebuchet MS"; 
	font-size: 14px;
	color: #414141;
	margin-top: 15px;
	text-align: justify;
}

#lupa {
	font-family: "Arial"; 
	font-size: 11px;
	color: #a2cbe8;
	text-align: right;
	position: relative; 
	left: -70px;
	left: 0px!IMPORTANT;	
}

#foto_lupa {
	position: relative; 
	top: -20px;
	margin-right:10px;
}



#marco_pie {
	border: 1px solid rgb(236, 236, 236);
	padding-top: 35px; 
	font-family: Arial; 
	margin-top: 30px; 
	border-top-color: rgb(165, 165, 165); 
	border-top-width: 1px; 
	border-top-style: solid; 
	background-color: rgb(236, 236, 236);
}
#pie {
	margin: 0px auto; 
	width: 980px; 
	text-align: left; 
	position: relative;
	left: 20px;
	font-family: "Trebuchet MS"; 
	font-size: 18px;
	color: #757373;
}
.titulo_pie {
	font-family: "Trebuchet MS"; 
	font-size: 24px; 
	font-weight: bold;
	color: #000000;
	margin-bottom: 7px;
}
#lopd{
	font-size: 9px; 
	font-weight: slim;	
	text-align: justify;
}

input, textarea {
	border: 0px;
	width: 345px;
	margin: 0 0 7 0px;
	padding: 5px;
	font-family: "Trebuchet MS"; 
	font-size: 18px; 
	font-weight: slim;
	font-style: italic;
	color: black;
}
textarea {
	width: 695px;
}



.boton{
	border: 1px solid #8db7e0;
	padding: 5px;
	background-color: #125fa9;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-style: normal;	
	width: 120px;
}


#alerta_error{
	color: red;
	font-size: 20px;
	visibility: hidden; 

}

