@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #8958A7;
}
.twoColFixLtHdr #container {
	width: 889px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEFADD;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
} 
.twoColFixLtHdr #header {
	background-color: #89AE9C;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #header img {
	margin-top: 6px;
	margin-left: 6px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../logo2.jpg);
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 30px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 96px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #header table {
	text-align: center;
}
.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

.normal_negrita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.normal_rojo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C00;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #8958A7;
}

.violeta {
	color: #8958A7;
}

.blanco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8497B3;
	text-align: center;
	padding: 4px;
}
.blanco a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8497B3;
	text-align: center;
}
.blanco a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8497B3;
	text-align: center;
}
.blanco a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8497B3;
	text-align: center;
}
.blanco a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #8497B3;
	text-align: center;
}
.blanco_sobre_verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #76A38A;
}
.blanco_sobre_verde a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #89AE9C;
}
.blanco_sobre_verde a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #89AE9C;
}
.blanco_sobre_verde a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #89AE9C;
}
.blanco_sobre_verde a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #89AE9C;
}
#mapa {
	text-align: right;
}
.palatino {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
}
.palatinog {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}.twoColFixLtHdr #container #mainContent #form1 table tr td {
	text-align: right;
}
.twoColFixLtHdr #container #mainContent #form1 table tr #doy {
	text-align: justify;
}
.twoColFixLtHdr #container #mainContent #form1 table tr #celdadoy {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #flor {
	text-align: center;
}
.especial {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #42653A;
	text-align: center;
}
