/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
#web {
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	width:760px;
	margin: 0 auto 0 auto;
}

#inputItem {
	display:inline;
	height:60px;
}
#inputItem label {
/*	position:absolute;
	z-index:20;*/
	font-size:100%;
/*	width:1px;
	overflow:visible;*/
	

}
.msg{
		position:absolute;
		z-index:20;
		font-size:90%;
		width:200px;
		overflow:visible;
		color:#FF0000;

}
.on {
	background-color:#FFFFFF;
	color:#333333;
	border:solid 1px #333333;
	

}

.null {
	background-color:#FFFFFF;
	color:#333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	

}
.error{
	background-color:#FFE6E6;
	color:#333333;
	border:solid 1px #CC3300;
}


FIELDSET{
	width:730px;
	border: solid 1px #999999;
	margin-bottom:30px;

}
LEGEND {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: #f0008c;

}



/**
formulario 
***/


select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
#nombre , #apellido , #direccion ,#domicilio , #barrio , #ciudad , #telefono , #email{
	width:240px;
}