@charset "utf-8";
/* CSS Document */

body{
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/fondo%20web.jpg);
}
*{
margin:5;
padding:0;
	}
	
	
#contenedor{
	width:827px;
	height:599px;
	margin:0 auto;
	background:#333;
}

	#cabecera{
	width:827px;
	height:77px;
	background:#FFF;
	text-align:left;

}

	#cabecera p{
	text-align:right;
	font-size:18px;
	margin: -45px;
	margin-right:20px;
	color:#71B830
	
}	
	
	#foto{
	width:827px;
	height:277px;
	
	
}
	#empresaindex{
	width:276x;
	height:245px;
	background:#F49E75;
	float:left;
}
	#empresaindex p{
	padding:12px;
	font-size:12px;
	width:250px;
	text-align:justify;
}

	#empresa{
	width:276x;
	height:245px;
	background:#F49E75;
	float:left;
}
	#empresa p{
	padding:12px;
	font-size:12px;
	width:500px;
	text-align:justify;
}
	#empresa a{
	text-decoration:none;
	
}
	#empresa a:hover{
	text-decoration:underline;
	color: #960;
	}
	
	#servicios{
	width:278px;
	height:245px;
	background:#FBE077;
	float:left;
}
	#servicios p{
	padding:12px;
	font-size:12px;
	width:245px;
	text-align:justify;
	text-decoration:none;
}
	#servicios a{
	text-decoration:none;
	
}
	#servicios a:hover{
	text-decoration:underline;
	color: #960;}
	
	#contacto{
	width:273px;
	height:245px;
	background:#C7FCA3;
	float:left;
}

	#contacto p{
	
	padding-top:28px;
	font-size:15px;
	width:245px;
	text-align:center;
}
	#pie{
	clear:both;
	text-align:center;
	font-size:12px
	
}
	#pie a{
	text-decoration:none;
	color:#960;}
	
	#pie a:hover{
	text-decoration:underline;
	color: #960;}
