*{
margin:0;
padding:0;
}

body {
	text-align: center;
	margin-top:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


a:link, a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	color: #BF0000;
	text-decoration: underline;
}

#servicios {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #4A4A4A;
	margin:1em;
}

#costos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .1em;
}

#costos p{
	margin:.5em;
}

.left{
float:left;
}
.right{
float:right;
}
.centrar{
margin-left:auto;
margin-right:auto;
}
.telefonos {
	font-size: 2.5em;
	font-weight: bold;
	color: #CC0000;

}
.small{
font-size:.8em;
}