.texto {  
		font-family: Arial;
	font-size: 11px;
	color: #38616e;
}
.enlace {  
		font-family: Arial;
	font-size: 11px;
	color: #38616e;
	text-decoration: underline;
}

.textoNegrita { 
		font-family: Arial;
	font-size: 11px;
	color: #38616e;
	font-weight: bold
}
.naranja { 
		font-family: Arial;
	font-size: 11px;
	color: #38616e; 
	font-weight: bold 
}
.azul { 
		font-family: Arial;
	font-size: 11px;
	color: #38616e;
	font-weight: bold 
}

p {
	font-family: Arial;
	font-size: 11px;
	color: #38616e;
}

.cabecera{ 
	padding-top:180px; 
} 

#home { 
	background-image: url(img/cabecera_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#propInt { 
	background-image: url(img/cabecera_propInt.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#propImagen { 
	background-image: url(img/cabecera_propImagen.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#marcas { 
	background-image: url(img/cabecera_marcas.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#internet { 
	background-image: url(img/cabecera_internet.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#otros { 
	background-image: url(img/cabecera_otros.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#contacto { 
	background-image: url(img/cabecera_contacto.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#25anos { 
	background-image: url(img/cabecera_25.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#dominios { 
	background-image: url(img/cabecera_dominios.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#pie { 
	background-image: url(img/fondo_pie.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#td_padding { 
	padding:  10px 0 0 20px;
}
