@charset "utf-8";
/* CSS Document */
#formulario{
	width:99.7%;
	background-color:#fff;
	border:1px solid;
	float:left;
}
.titu_gene{
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding:0.5%;
	float:left;
}
.titu_formu{
	width:99%;
	*width:99%;
	background-color:#999;
	font-weight:bold;
	padding:0.5%;
	margin-top:5px;
	float:left;
}
.label-txt{
    margin: 5px 10px;
    float: left;
}
.etiqueta{
    margin: 5px 5px;
    font-weight: bold;
    float: left;
}
.txt_formu{
    margin: 0 5px;
    float: left;
}
.radio_formu{
    margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	*margin: 0px 5px;
	line-height:1.5em;
    float: left;
}
.radio_formu2{
    margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	*margin: 0px 5px;
	line-height:1.5em;
	*line-height:1.7em;
    float: left;
}
.tbl_formu{
	width:99%;
	*width:99%;
	font-weight:bold;
	padding:0.5%;
	font-size:12px;
	float:left;
}
.tbl_formu table{
	font-size:12px;
}
#una_linea{
	width:100%;
	float:left;
}
.botones{
	width:100%;
	margin-top:5px;
	border-top:1px solid;
	float:left;
}
.boton{
	width:150px;
	height:30px;
	margin:5px;
	font-weight:bold;
	float:center;
}
.boton2{
	height:30px;
	margin:5px;
	padding:5px 15px;
	font-weight:bold;
}

/* Css de las imagenes del menu principal */
.img_menu{
	width:150px;
	height:150px;
	margin:15px;
	float:left;
}
.img_menu img{
	width:150px;
	height:150px;
	border:solid 1px #000;
	border-radius:15px;
	moz-border-radius:15px;
	webkit-border-radius:15px;
}
