/* CSS Document */


<!--
body {
	
	background: url('images/front.jpg') no-repeat fixed right bottom; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
}
	
.texto	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.2em;
}
.texto2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E72041;
	text-align: center;
}		

.error2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CE0000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	letter-spacing: 1px;
	width: 100%;
	background-color: #FFF7F2;
	padding: 9px;

}
.exito2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	letter-spacing: 1px;
	width: 100%;
	padding: 8px;
	background-color: #F4FBF5;
}
.textito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.error {
	width: 80%;
/*	background: #FFF7F2 url('images/error.png') 15px left center fixed no-repeat; */
	background: #FFF7F2; 
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	color: #CC0000;	
	margin: 0 auto;
	padding: 5px 20px 5px 45px;
}

.exito {
	width: 80%;
/*	background: #F4FBF5 url('images/information.png') 15px left center fixed no-repeat; */
	background: #F4FBF5;
	border-top: 2px solid #006600;
	border-bottom: 2px solid #006600;
	color: #006600;
	margin: 0 auto;
	padding: 5px 20px 5px 45px;
}

.information {
	width:80%;
	background: #FFF6BF url('images/icon_info.gif') 15px center no-repeat;
	border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324;
	margin: 0 auto;
	padding: 5px 20px 5px 45px;
}

-->

