@charset "iso-8859-1";
/*Estilos para la validacion del formulario de solicitud de información */
.tooltip {
	display:none;
	background:transparent url(../imagenes/formularios/fondo_tip.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;	
}
input{
	border:1px solid #bbbdc2;
	width:313px;
	height:18px;
}
.radiobutton input{
	border:1px solid transparent;
}
.checkbutton input{
	border:1px solid transparent;
}
select{
	border:1px solid #bbbdc2;
	width:313px;
	height:20px;
}
.select-2{
	width:200px;
}
.select-3{
	width:120px;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../imagenes/formularios/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.requerido{
	color:#F00;	
	width:9px;
	height:20px;
	position:absolute;
	margin-top:-20px;
	/*padding-left:2px;*/
}
.requeridoselect{
	color:#F00;	
	width:9px;
	height:20px;
	position:absolute;
	margin-top:-20px;
}
.requeridocheckbox{
	color:#F00;	
	width:9px;
	height:20px;
	position:absolute;
	margin-top:-20px;
}
.requeridoradio{
	color:#F00;	
	width:9px;
	height:20px;
	position:absolute;
	margin-top:-20px;
}
.radio {
	/*background: url(../imagenes/formularios/radio.gif) no-repeat;*/
	border:1px solid transparent;
}
.select {
	position: absolute;
	width: 313px; /* With the padding included, the width is 202 pixels: the actual width of the image. */
	height: 20px;
	padding: 2px 24px 0 2px;
	background: url(../imagenes/formularios/select.gif) no-repeat;
	overflow: hidden;
}
.select2 {
	position: absolute;
	width: 200px; /* With the padding included, the width is 202 pixels: the actual width of the image. */
	height: 20px;
	padding: 2px 24px 0 2px;
	background: url(../imagenes/formularios/select2.gif) no-repeat;
	overflow: hidden;
}
.select3 {
	position: absolute;
	width: 120px; /* With the padding included, the width is 202 pixels: the actual width of the image. */
	height: 20px;
	padding: 2px 24px 0 2px;
	background: url(../imagenes/formularios/select3.gif) no-repeat;
	overflow: hidden;
}
/*Fin de los estilos para la validacion del formulario de solicitud de información */
#form_informacion .infook{
	padding-top:20px;
	padding-bottom:20px;
}
.boton{float:right;}
.boton div{height:22px; float:left; cursor:pointer; /*cursor:hand;*/}
.boton .contenido, .boton .contenid{background-image:url(/imagenes/boton-fondo.gif) !important; background-repeat:repeat-x !important; padding-top:3px !important; padding-left:7px !important; padding-right:7px !important; width:auto !important; }
.boton .inicio{width:3px; background-image:url(/imagenes/boton-inicio.gif) !important;}
.boton .fin{width:3px; background-image:url(/imagenes/boton-fin.gif) !important;}
.derecha{float:right;}
.izquierda{float:left;}
