/**
  * Estilos
  * Braulio Soncco <soncco@gmail.com>
  * http://www.buayacorp.com/
  * (Atribución 2.0) http://creativecommons.org/licenses/by/2.0/
***/

body {
	font: 80%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

h1 {
	font: 170%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1c628f;
	border-bottom: 1px solid #79c15c;
}

h3 {
	font: 120%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ef6c03;
}

form {
	font-size: 90%;
}

fieldset {
	border: 1px solid #DDD;
	padding: 6px;
	margin: 10px 0;
}

legend {
	font: 150%/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #496eb7;
}

input, textarea, select {
	font-size: 80%;
	border: 1px solid #999;
}

textarea {
	font-size:  100%;
}

a {
	color: #628b21;
}

a:hover {
	color: #c97436;
}

ul {
	margin-left: 0;
	padding-left: 5px;
}

ul li {
	list-style-type: square;
	font-size: 80%;
	margin-left: 5px;
	padding-left: 0;
}

#more {
	font-size: 110%;
	font-weight: bold;
}

.f {
	float: left;
	padding: 3px 8px 3px 0;
	margin: 0;
}

.dc {
	clear: both;
	border-bottom: 1px solid #FFF;
}

.acenter {
	text-align: center !important;
}

.destination {
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
}

.button {
	font-size: 100%;
}