form {
	/*border:1px dotted #CCCCCC;
	padding:10px;
	width:245px;*/
	margin: 10px 0 0 0;
}

fieldset{
	border:none;
	margin:0 0 10px 0;
	padding: 0 20px 0 0;
}

legend {
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	color:#f29400;	
	margin: 0 0 10px 0;
	padding:10px 0 10px 0;
	background: url(../imgPublic/fondoLineas1.gif) bottom repeat-x;
}

label {
	font-size: 11px;
	color:#737373;  
	display:block;
	margin:2px 0 2px 0;
}

.usuLabel{
    font-size: 12px;
}

.usuLabelEx{
    float:left;
    margin: 0 10px 0 0;
}

input {
	font-size: 11px; 
 	border:1px solid #000;
 	margin: 0 0 4px 0;
 	padding: 2px 2px 0 2px;
 	height:17px;
}

select {
	font-size: 11px; 
 	border:1px solid #000;
 	margin: 0;
 	
 	height:20px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
 	border:1px solid #000;
 	margin: 0;
 	padding: 2px 2px 0 2px;
} 
 
input:focus, textarea:focus { 
 	background:#EDEDED; 
}

.campo_corto{
	width:70px;
}

.campo_medio{
	width:140px;
}

.campo_largo{
	width:250px;
}

.area_corta{
	width:70px;
	height: 100px;
}

.area_media{
	width:140px;
	height: 100px;
}

.area_larga{
	width:250px;
	height: 150px;
}

.area_larga_corta{
	width:250px;
	height: 90px;
}

.area_media_larga{
    width:140px;
    height: 200px;
}

.area_ext{
	margin: 12px 0 0 0;
    width:700px;
    height: 300px;
}

.area_ext_corta{
	margin: 12px 0 0 0;
    width:680px;
    height: 180px;
}

.area_ext_corta2{
    margin: 12px 0 0 0;
    width:700px;
    height: 180px;
}

.boton{
	width:65px;
	height:25px;
	padding:0;
	margin:0;
	background:#f29400;
}

.boton_net{
	font-size: 12px;
    width:90px;
    height:30px;
    padding:0;
    margin:0;
    background:#f29400;
}

.boton_net2{
    font-size: 12px;
    width:140px;
    height:30px;
    padding:0;
    margin:0;
    background:#f29400;
}

.boton_net3{
    font-size: 12px;
    width:190px;
    height:30px;
    padding:0;
    margin:0;
    background:#f29400;
}

.check{
	border:0;
}

.tituloCheck{
	margin: 10px 0 0 0;
}