@charset "utf-8";
/* CSS Document */
input.txtInput, textarea.txtInput{
	background:#fff;
	border:1px solid silver;
	padding:2px 5px;
	color:#24248a;
	font-size:1.1em;
}
textarea{
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.enviar{
	/*background:url(../images/fondoSubmit.gif) repeat-x top left;*/
	border:1px solid #B4C709;
	
	/*height:43px;*/
	/*margin-top:25px;
	width:430px;*/
	
}
.enviar p{
	
	/*background:url(../images/topLeftSubmit.jpg) no-repeat top left;*/
	background:#686868;
}
.enviar p a{
	display:block;
	padding:5px 24px 5px 24px;
	text-align:center;
	color:#B4C709;
	text-decoration:none;
	font-weight:bold;
	/*background:url(../images/topRightSubmit.jpg) no-repeat top right;*/
	
}
.enviar p a:hover{
	text-decoration:underline;
}

.contenedorFormulario fieldset{
	border:0;
	font-size:0.9em;
}
.contenedorFormulario legend{
	padding:10px 10px;
	color:#686868;
	font-weight:bold;
	border-bottom:1px solid #686868;
	display:block;
	margin:0 0 10px 0;
}
/*.contenedorFormulario p{
	font-size:1.1em;
}*/
.contenedorFormulario p label{
	/*float:left;*/
	/*width:120px;*/
	color:#686868;
	display:block;
	width:150px;
	text-size:1.2em;
	margin:5px 0 0 0;
}
.contenedorFormulario br{
	clear:left;
}
