@CHARSET "UTF-8";

form {
	/*background:#F5FBFE none repeat scroll 0 0;*/
	/*border:1px solid #1D97C5;*/
	margin:0 auto;
	padding:10px;
	/*width:470px;*/
}

fieldset {
	border:1px solid #1D97C5;
	background:#F5FBFE none repeat scroll 0 0;
	padding-bottom: 20px;
	
}

legend {
	border:1px solid #1D97C5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#1D97C5;
	margin-bottom:5px;
	padding:5px;
	width:254px;
	background-color:#FFFFFF;
}

label {
	clear:left;
	color:#1D97C5;
	display:block;
	float:left;
	margin-top:12px;
	padding-right:10px;
	text-align:right;
	width:140px;
	font-size: 12px;
}

/*
input {
	border:1px solid #FFFFFF;
	margin-top:10px;
	padding-left:10px;
	font-size: 11px;
	color:#1D97C5;
}


input:focus {
	border:1px solid #1D97C5;
	margin-top:10px;
	padding-left:10px;
	font-size: 11px;
	color:#1D97C5;
}
*/

input,textarea {
	border:1px solid #1D97C5;
	margin-top:10px;
	padding-left:10px;
	font-size: 11px;
	color:#1D97C5;
}

input#submit {
	padding: 5px;
	border:1px solid #1D97C5;
}

ul.errors {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

ul.errors li {
	color:red;
	margin-left: 150px;
}

div .texto {
	color:#4A8CB1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}

div .texto a {
	color:#20A6D9;
}

div .texto a:hover {
	text-decoration: underline;
}

span.titulo_contacto {
	border-bottom:1px solid #7DB9F7;
	color:#7DB9F7;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:normal;
	margin-bottom:4px;
}

span.obligatorios {
	color: red;
}

div#confirmacion_envio_mail {
	text-align: center;
	width: 550px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	border:1px solid #1D97C5;
	color:#4A8CB1;
	/*background:#F5FBFE none repeat scroll 0 0;*/
	margin: auto;
	padding: 40px;
}

div#confirmacion_envio_mail a.volver {
	padding: 10px;
	background:#F5FBFE;
	color:#000000;
	font-size:15px;
	text-decoration: none;	
}

div#confirmacion_envio_mail a.volver:hover {
	text-decoration: underline;
}
