form {
    float: left !important;
	margin: 0px 0 20px 0;
}

fieldset {
	background: #FEFFF7;
	border: none;
	padding: 5px;
	margin: 0;
}	
	
fieldset br{
	display:none;
}

form legend{
	display:none;
}

.linea_form {
    width: 100%;
    float: left;
    clear: both;
}

.sublinea_form {
    width:48%;
    float: left;
    margin-right: 2%;
}


.obligatorio{
	color:#DE6133;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	position:absolute;
	right: 8px;
	top: 3px;
}

* html .obligatorio{
	right: 10px;
}

label{
	display:block;
	margin: 0px 0px 0px 55px;
	color:#313273;
	width: 150px;
}

input, textarea{
	color:#E47616;
	/*background-color:#FFF7EF;*/
	background-color:#FFFFFF;
	border:solid 1px #C5C4C3;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:13px;
	padding:0px 0px 0px 4px;
	margin: 0px 0px 2px 53px;
	width: 240px;
}

* html label input{
	margin: 0px 0px 0px 0px;
}

.anchoTextarea{
	width: 320px;
	height:73px;
}

* html .anchoTextarea{
	width: 325px;
}

.anchoLabel{
	width: 80px;
	float:left;
	position:relative;
}
/*
p{
	margin: 0px;
}
*/
#textoObligatorio{	
	color:#E1663A !important;
	font-size:90%;
	text-align:center !important;
	padding: 15px 0px 8px 0px !important;
}

#pie_botones{
	width: 100%;
	margin: 10px 0px !important;
	line-height: 33px !important;
}

* html #pie_botones {
	padding: 10px 0px !important;
}


.boton 
{
    width: 100px;
    color: #FFFFFF;
    background: #000000;
	height: 17px;
	padding-bottom: 3px;
	cursor: pointer;
}
    
.icono {
    line-height: 29px !important;
    padding-left: 25px !important;
    margin: 0 25px 10px 0 !important;
}

.telefono 
{
    background: #FFFFFF url(../imagenes/telefono.gif) no-repeat !important;
}

.fax 
{
    background: #FFFFFF url(../imagenes/fax.gif) no-repeat !important;
}

.emergencias 
{
    background: #FFFFFF url(../imagenes/emergencias.gif) no-repeat !important;
}