* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 a, h2 a, h3 a {
	text-decoration: blink;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	background-image: url(images/cbfon.gif);
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;

}

h3 {
	font-size: 14px;
}

p, ul, ol {

}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {

}

a:hover {

}

.texto_ciudad {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 29px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}


.mio {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}

.mio2 {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}

.mio_com:hover {
	background-image: url(images/cbfon.gif);
}
.mio_sin:hover {
	background-image: url();
}
.cap {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
.cap:hover {
	background-image: url(images/cbfon.gif);
	text-decoration: underline;
	color: #000000;

}
.cap:link {
	background-image: url(images/cbfon.gif);
	text-decoration: underline;
	color: #00FF33;
	background-color: #FFCC66;
}
.boton {
	font-family: "Arial Rounded MT Bold", Arial, "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.boton:hover {
}
.anhos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
	color: #00FF33;
	clear: both;
}

.boton_ap {
    background-color: #d7d4d4;
    font-size: 17px;
    height: 60px;
    margin: 40px 0 10px 50px;
    width: 180px;
    /*para Firefox*/
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
/* para Opera */
border-radius: 15px 15px 15px 15px;
}