* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	height: 100%;
	text-align:center;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	border: none;
}
img{
	border:none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830304;
	margin: 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
}
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #cccccc;
	text-decoration: none;
}
#wrapper {
	text-align:left;
}
.input {
	font-size: 10px;
	color: #333333;
	margin: 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
.boton {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
.msgOk {
	background-color: #F0FFF3;
	border: thin dotted #060;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	color: #060;
	text-align: left;
	background-image: url(../../images/iconos/loader.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.msgBien {
	background-color: #F0FFF3;
	border: thin dotted #060;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	color: #060;
	text-align: left;
	background-image: url(../../images/iconos/aceptar.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.msgError {
	background-color: #FFFFF0;
	border: thin dashed #CC0000;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	background-image: url(../../images/iconos/alert.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

