/*Estilos para Menu*/
/*Autor: Francisco Naranjo. Fecha 2011*/

/*reseteo*/


/******/
/*BODY*/
/******/
fieldset {
	border: 1px solid #C8C8C8;
	margin: 10px 0;
	padding: 0 10px 10px;
}
form div {
	margin: 10px 0;
}
label.label-top {
	display: block;
	color: #006;
}
.contacto {
	float:right;
	width:400px;
	margin:30px 10px 20px 10px;
	padding:2px;
	background-color:#FDF9E6;
	border-radius: 2px;
}
fieldset {
	border: 1px #04659F;
	margin: 10px;
	padding: 0 10px 10px;
	border-radius: 3px;
}
legend {
	/* [disabled]background: none repeat scroll 0 0 #006;
*/
	padding: 5px;
	color: #0B2542;
	text-shadow: 2px 2px 3px #005E75;
}
form div {
	margin: 10px 0;
	color: #0C3;
}
textarea {
	padding: 1px 0 1px 5px;
}

input[type="text"]{
	padding: 1px 0 1px 5px;
}
button{
	line-height: 100%;
	padding: 2px 4px 2px 1px;
}

textarea, input[type="text"]{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #C8C8C8;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover {
	border-width:2px;
	border-color: #7BB5DD;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border-color: #04659F;
	outline: 1px solid #04659F;
	border-radius: 2px;
}
