/*FORMULARIO DE CONTACTO UNIVERSAL, KARONTE S.I
***********************************************/

fieldset {
	margin-bottom:5px;
	float:left;
	width:465px;
	border:none 0 white;
}

fieldset h4 {
	float:left;
	font-size:10px;
	margin:0;
	color:#ff6600;
	/*width:300px;
	padding-left:175px;*/
}

fieldset label {
	float:left;
	margin:0 5px 0 0;
	padding:5px;
	width:126px;
	font-weight:bold;
}

.comentarios 
{
    float:left;
	margin:0 5px 0 0;
	padding:5px;
	width:360px;
	font-weight:bold;
    }
    
.small 
{
    float:left;
	margin:0 5px 0 0;
	padding:5px;
	width:50px;
	font-weight:bold;
    }

fieldset div.campo{
	float:left;
	margin:0 5px 0 10px;
	padding:0;
	width:auto;
	height:25px;
}

fieldset div.campo input, div.campo p{
	border:1px solid #CCC;
	padding:3px;
	width:275px;
	float:left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
	height: 18px;
}

fieldset div.campo textarea {
    width:415px;
    height: 40px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
	border:1px solid #CCC;
	padding:3px;
}

fieldset div.campo span.checkbox input {
    width:20px;
    float:left;
}
fieldset div.campo span.checkbox label {
    width:15px;
    float:left;
}


div.campo p{
	border:0px;
	padding:3px;
	width:283px;
}

div.catcha {
	border:0px;
	position:relative;
	left:18%;
}

div.enviar{
	border:0px;
	padding:0px;
	width:478px;
	text-align:center;
}

.fecha
{
    width:auto;
    float:none;
    }
    
.dni
{
    width:60px;
    float:left;
    margin-left:10px;
    }
 
 .letra
{
    width:34px;
    float:left;
    padding-left:80px;
    }
   
.campoLetra
{
    width:15px;
    float:left;
    }