/*------------------------------------------------------------*
**  All
**------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0a9601;
	background-image:url(../images/fondo_chorrera.jpg);
	background-repeat:repeat-x;
}
img{
border:0;
}
a {
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
}

#vinculo a{
	text-decoration: none;
	color:#000000;
}
/*------------------------------------------------------------*
**  All Sections
**------------------------------------------------------------*/

.textTitleAll {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.textAll {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.textAll2 {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}


.textoInput{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}

/*------------------------------------------------------------*
**  Contacto
**------------------------------------------------------------*/

.campos {
	background-color:#FFFFFF;
	color:#000000;
	border-color:#000000;
	font-family:Arial;
	font-size:11px;
	width:200px;
}
.texto{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
.textoError{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}
.botones{
	background-color:#FFFFFF;
	color:#000000;
	border-color:#000000;
	font-family:Arial;
	font-size:11px;
}
.textoConfirmacion{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}