
#contenedor{
	width: 965px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#col_left{
	width: 276px;
	float: left;
	padding-bottom: 20px;
}
	#col_left h1{
		background-image:url(../imagenes/logo.jpg);
		background-position: top left ;
		background-repeat: no-repeat;	
		margin-left: 40px;
		width: 177px;
		height: 128px;	
		margin-bottom: 53px;
	}
	#col_left h1 a{

		width: 177px;
		height: 128px;
		display: block;
		text-indent: -900em;
	}
	
	#col_left h2{
		color: #B01C2E;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 180%;
		font-weight: bold;
		margin-bottom: 29px;
	}
	
	#col_left p{
		margin-bottom: 10px;
		font-size: 80%;
	}
	
	#col_left h3{
		margin-top: 27px;
		color: #B01C2E;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 150%;
		margin-bottom: 15px;
	}
	
	#col_left .sin_margen{
		margin-top: 35px !important;
	}
	#col_left .cuadro_negro{
		background-image:url(../imagenes/negro_izqda.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 261px;
		height: 52px;
		padding-left: 17px;
		padding-top: 9px;
		color: #FFFFFF;
		font-size: 80%;
		font-weight: bold;
	}
	#col_left .cuadro_negro span{
		display: block;
		margin-top: 5px;
	}
	#col_left #map_canvas{
		margin-top: 20px;
		width: 256px;
		height: 250px;
	}

	#col_left form{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	#col_left form label{
		font-size: 80%;
		display: block;
	}
	#col_left form input,#col_left form textarea{
		border: 1px solid #999999;
		margin-top: 5px;
		margin-bottom: 10px;
		width: 250px;		
	}
	#col_left form textarea{
		height: 200px;
	}
	#col_left form button{
		border: 1px solid #999999;
	}
	
#contenido{
	float: left;
	width: 645px;
	margin-left: 44px;
}
	#contenido #presupuesto{
		background-image: url(../imagenes/presupuesto.jpg);
		background-position: 381px 0;
		background-repeat:no-repeat;		
		width: 689px;
		height: 157px;
		text-indent: -9000px;
	}
	#contenido #trabajos{
		background-image: url(../imagenes/trasbajos.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		width: 645px;
		height: 458px;
		text-indent: -9000px;
	}
	#contenido h3{	
		margin-top: 14px;
		color: #B01C2E;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 150%;
		margin-bottom: 13px;
		margin-left: 21px;
	}
	#contenido #negro_dcha{
		background-image:url(../imagenes/negro_dcha.jpg);
		background-position: top left;
		width: 621px;
		height: 264px;
	}
	#contenido #negro_dcha strong{
		font-weight: bold;
	}
	#contenido #negro_dcha #bloque1, #contenido #negro_dcha #bloque2{
		color: #FFFFFF;
		font-size: 80%;
		float: left;		
		width: 220px;	
		margin-top: 10px;
		line-height: 15px;
	}
	#contenido #negro_dcha #bloque1{
		margin-left: 23px;				
	}
	#contenido #negro_dcha #bloque2{
		margin-left: 90px;		
	}
	#contenido ul#pie{
		margin-top: 123px;
		font-size: 75%;
		margin-bottom: 15px;
	}
	#contenido ul#pie li{
		display: inline;
	}
	#contenido ul#pie li img{
		vertical-align: middle;
	}
	
.error{
	color:#900 !important;
	font-size: 80%;
}
.ok{
	color:#360 !important;
	font-size: 80%;
}
