body {
	
}

a {
	color: #0000FF;
	text-decoration: none;
}

.cmbforms{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cmbforms_titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 95px;
	font-weight: bold;
}

.OKcampo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.cuadrot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input[class=url] {
	text-transform: none;
	font-style: italic;
	font-weight: bold;
}

input[class=email] {
	text-transform: none;
	font-weight: bold;
	text-transform: lowercase;
}

input[class=resaltado] {
	text-transform: none;
	font-weight: bold;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
	background-image: none !important;
	background-color: rgb(3, 78, 162) !important;
	padding: 2px 10px !important;
	margin: 0 1px !important;
	color: #fff;
}



.mensaje-error td {
	background-image: url(../../resources/img/errorGrande.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #990000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #990000;
	height: 35px;
	padding-left: 40px;
}

.mensaje-advertencia td {
	background-image: url(../../resources/img/advertenciaGrande.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #CC6600;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CC6600;
	height: 35px;
	padding-left: 40px;
}

div.mensaje-advertencia {
	background-image: url(../../resources/img/infoGrande.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #003366;
	height: 35px;
	padding-left: 40px;
}

.mensaje-informacion td {
	background-image: url(../../resources/img/infoGrande.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #003366;
	height: 35px;
	padding-left: 40px;
}

.mensaje-informacion-pequenio td {
	background-image: url(../../resources/img/infoPequenio.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #003366;
	height: 25px;
	padding-left: 40px;
}

.mensaje-error-pequenio td {
	background-image: url(../../resources/img/errorPequenio.gif);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #990000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #990000;
	height: 25px;
