@CHARSET "ISO-8859-1";
body{
	font-family:"Trebuchet MS";
	background-image:url(../images/fondo_body.png);
	background-repeat:repeat-x;
}

#cabecera {
	width:750px;
	height:180px;
	margin-top:12px;
	background-image:url(../images/cabecera.png);
	background-repeat:no-repeat;
		/*background-color:red;*/
}

#menu {
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:0.95em;
	width:750px;
	padding-top:125px;
}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	color:#000000;
}

#contenido{
	text-align:left;
	width:750px;
	background-image:url('../images/Bg_logo.png');
	background-repeat:no-repeat;
	background-position: 150px 35px;
}

#contenido h2{

	width: 450px;
	font-size:1.1em;
	color:#f17c00;
	text-align:left;
	margin:0px;
	border-bottom:solid #c0c0c0 1px;
}
.texto {
	margin-right:35px;
	color:#808080;
	font-size:0.8em;
	text-align:justify;
	float:left;
	width:500px;
}
.imatges {
	margin-bottom:19px;
	margin-top:-23px;
}


#pie {
	height:180px;
	background-image:url('../images/fondo_pie.png');
	background-repeat:repeat-x;
	clear:both;
		/*background-color:blue;*/
}
.menu_pie {
	padding-top:75px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:0.8em;
}

.menu_pie a{
	color:#808080;
	text-decoration:none;
}
.contact {
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:0.7em;
	margin-top:35px;	
}

/*/////////////////////////////// Trabajos Relaizados /////////////////////////////////////////////*/
 
.fotos_galeria{
	padding:10px;
}

/*/////////////////////////////// Contacto /////////////////////////////////////////////*/

.conEmail {
	color:#727272;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:0.8em;
}

.conForm {
	color:#727272;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:0.8em;
}

.from_response {
	color:#727272;
	height:200px;
	margin-top:100px;
	font-size:1.1em;
}

/*/////////////////////////////// Localización /////////////////////////////////////////////*/



