body {
	background-image:url(../imagenes/body.jpg);
	margin:0;
}

#web{
	width:900px;
	margin:7px auto 0 auto;
}

#menu{
	height:45px;
	text-align:right;
}

#banner{
	height:180px;
	width:700px;
	float:left;
}

#espacio{
	height:60px;
	width:200px;
	float:right;
}

#contenedor{
	min-height:100px;
	width:700px;
	float:left;
}

#menuderecha{
	height:400px;
	width:200px;
	float:right;
	background-image:url(../imagenes/menuderecha.png);
}

#contacto{
	height:70px;
	width:200px;
	float:left;
	background-image:url(../imagenes/cuadropequeño.png);
}

#presupuesto{
	height:330px;
	width:200px;
	float:left;
	background-image:url(../imagenes/presupuesto.png);
}

#noticia{
        margin:7px auto 0 auto;
	height:430px;
	width:500px;
	float:right;
	background-image:url(../imagenes/noticias.png);
}

#copyright{
	height:70px;
	width:200px;
	float:right;
	background-image:url(../imagenes/cuadropequeño.png);
}

.titulo{
	color:#CC3300;
	font-family:Tahoma, Arial, Verdana;	
	font-size:90%;
	line-height:1.35em;	
	text-align:left;
	margin:10px 15px auto 20px;
}

.texto{
	font-family:Tahoma, Arial, Verdana;
	font-size:80%;
	line-height:1.35em;	
	text-align:justify;
	margin:10px 15px auto 15px;
}

.textopequeño{
	font-family:Tahoma, Arial, Verdana;
	font-size:70%;
	line-height:1.35em;	
	text-align:left;
	margin:auto 15px auto 15px;
}

a{
	font-family:Tahoma, Arial, Verdana;
	color:#CC3300;
	text-decoration:none;
	font-size:90%;
}

a:hover{
	font-family:Tahoma, Arial, Verdana;
	color:#CC3300;
	text-decoration:underline;
	font-size:90%;
}

a:visited{
	font-family:Tahoma, Arial, Verdana;
	color:#CC3300;
	font-size:90%;
}

a:link{
	font-family:Tahoma, Arial, Verdana;
	color:#CC3300;	
	font-size:90%;
}


