@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/fondo6.png);
/*	background-repeat: repeat-x;  */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #83837f;
	text-decoration: none;
}
a:visited {
	color: #83837f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #83837f;
	text-decoration: none;
}
A.c1:link    {text-decoration: none; font-weight: normal; color: #ffffff}
A.c1:visited {text-decoration: none; font-weight: normal; color: #ffffff}
A.c1:active  {text-decoration: none; font-weight: normal; color: #ffffff}
A.c1:hover   {text-decoration: underline; font-weight: normal; color: #00c3fe}
A.c2:link    {text-decoration: none; font-weight: normal; color: #83837f}
A.c2:visited {text-decoration: none; font-weight: normal; color: #83837f}
A.c2:active  {text-decoration: none; font-weight: normal; color: #83837f}
A.c2:hover   {text-decoration: underline; font-weight: normal; color: #000000}
A.c3:link    {font-weight: normal; color: #ffffff}
A.c3:visited {font-weight: normal; color: #ffffff}
A.c3:active  {font-weight: normal; color: #ffffff}
A.c3:hover   {text-decoration: underline; font-weight: normal; color: #c4fc03}

.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #83837f;
}
.texto3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.texto4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ee7c17;
}
.texto5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ee7c17;
}
.texto6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.texto7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ee7c17;
}
/*               */
.texto21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.texto31 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.success {
	background-color: #a9ef98;
	border: 1px dotted #3abb1c;
	color: #3abb1c;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 100%;
}
.failure {
	background-color:#ffebe8;
	border: 1px dotted #800000;
	color: #800000;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 100%;
}

