@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#0f392a;}
a:link {
	color: #4e8677;
	text-decoration: none;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
a:visited {
	text-decoration: none;
	color: #4e8677;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
a:hover {
	text-decoration: underline;
	color: #4e8677;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
a:active {
	text-decoration: none;
	color: #4e8677;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
.sdro {text-align:center; font: 9px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF;}
.title{font-family:Verdana, Geneva, sans-serif; font-size:16px; text-align:justify; color:#102923}
.contenido{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#102923; text-align:justify;}
.direccion{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#102923; text-align:justify;}
.bottomlinks a:link {
	color: #FFF;
	text-decoration: none;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
.bottomlinks a:visited {
	text-decoration: none;
	color: #0F392A;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #FFF;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
.bottomlinks a:active {
	text-decoration: none;
	color: #468476;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif #FFF;
}
.floatleft{float:left; padding-right:5px;}
.floatright{float:right; padding-left:5px;}
.centrado{text-align:center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#102923;}

/* Form */
form {
	width:200px; padding:0px;
	}

form label	{ font-size:12px; }
.buttonclear{font:"Trebuchet MS", Arial, Helvetica, sans-serif 10px; thin; color:#000000; background:#000; width:51px; height:26px; }
.buttonenviar{font:"Trebuchet MS", Arial, Helvetica, sans-serif 10px; width:51px; height:26px; background:url(../images/enviar.gif) no-repeat; }

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #04273c;
	color:#000000;
	width:180px; /* 5 pixles smaller than form width !important */
	height:20px;
	margin-bottom:2px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:5px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }
