@charset "UTF-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


#wrapper {
	text-decoration: none;
	background-position: center;
	height: 100%;
	width: 787px;
}

#header {
	text-decoration: none;
	height: 97px;
	width: 787px;
	float: left;
}
.white {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	height: 41px;
	width: 787px;
	float: left;
	text-decoration: none;
}

#footer {
	height: 20px;
	width: 787px;
	float: left;
}

#columna {
	width:128px;
	float: left;
}
#content {
	text-align: left;
	width: 510px;
	float: left;
	background-color: #FFFFFF;
}
.tit_blanco {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	font-size: 12px;
}
.tit_blancoBold {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.tit_verdeOscBold {
	color: #006f3b;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.destacado_verdeOsc {
	color: #006f3b;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.lineapunteada {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006f3b;
}

a:link {
	text-decoration: none;
	color: #006f3b;
	font-weight: bold;
	font-size: 11px;
}

a:visited {
	text-decoration: none;
	color: #006f3b;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #006f3b;
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #006f3b;
	font-size: 10px;
}
.tit_blancoBoldBigger {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
; text-align: justify
}
.formField {
	color: #006f3b;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: thin dotted #308B60;
}
.tixt_blanco {
	font-size: 10px;
	color: #FFFFFF;
	clip: rect(auto,auto,auto,auto);
}

