@charset "utf-8";

#mail-index {
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: auto;
	max-width: 400px;
}

#mensaje{
	font-family: 'robotolight', sans-serif;
	width:356px;
	text-align:center;
	height: auto;
	font-weight:100;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #FDFEA5;
	padding: 20px;
	border: dashed 1px #E9AB46;
	margin: 10px 0px 10px 0px;
}
form {
	font-family: 'robotomedium', sans-serif;
	width: 408px;
	font-size: 1em;
	color: #FFF;
	margin:40px 0;
	padding:40px 0;
	text-align: left;
}

legend {
	padding:0px;
	font-size:34px;
	font-weight:200;
	margin: 0px 0px 20px 0px;
	color: #fff !important;
	background-color:  transparent;
	display: block;
	line-height:110%
}
fieldset {
	padding:10px;
}
form legend, form label {
	color:#fff !important;	
	width: auto;
	
	
}

table {
	font-size: 12px;
	color: #CCC;
}

th , tr, td{
	background-color: #666;
	padding: 4px;
	color: #FFF;
	font-size: 11px;
}	


fieldset p {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 5px 0px;
}
input,textarea{
	font-family: 'Roboto', sans-serif;
	border:1px solid #AFAFAF;
	padding:6px;
	width:95%;
	font-size:15px;
	letter-spacing: 0.03em;
	color: #000;
	font-weight:100;
	background-color:#fff;
		-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}



form label.error, label.error {
	font-family: 'Roboto', sans-serif;
	color: #FDFEA5 !important;
	font-size: 16px!important;
	line-height: 14px;
	letter-spacing: 0.03em !important;
	margin: 2px 20px 10px 0px!important;
	padding: 6px 0px 5px 0px;
	display: block;
	height: auto;
	width: auto;
	font-weight:100 !important;
}

div.error { display: none; }
.xdoscol {
	float: left;
	width: 30%;
}



input:focus,textarea:focus { border: 1px dotted  #213480; }
input.error,textarea.error { border: 1px dotted red; }

form .submit {
	background-color: #FDFEA5;
	font-family:"robotobold";
	font-size:120%;
	color: #000;
	width:150px;
	height:50px;
	padding: 10px;
	font-weight:400;
	margin: 10px 20px 10px 10px;
	float: right;
	cursor:pointer;
	-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:none !important;
}

form .submit:hover {
	background-color: #000;
	font-family:"robotobold";
	font-size:120%;
	color: #fff;
	width:150px;
	height:50px;
	padding: 10px;
	font-weight:400;
	margin: 10px 20px 10px 10px;
	float: right;
	cursor:pointer;
	-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:none !important;
}

form .reset {
	color: #666;
	width:100px;
	padding: 5px;
	margin: 0px;
	float: left;
	background-color: #ECE9D8;
	margin-top: 10px;
}


#footer-form {
	width: 408px;
	height: auto;
	overflow: hidden;
	top: 0px;
	right: 0px;
	float: right;
	clear: both;
	margin: 10px 55px 0px 0px;
}

#footer-form div {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 408px;
}
#form-container {
	height: auto;
	width: 408px;
	margin: 0px;
	padding: 0px;
}

#contiene-mensaje   {
	height: auto;
	width: 190px;
	text-align: center !important;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
#frmContact {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 408px;
}
#frmContact fieldset p label {
	margin-bottom: 5px;
	font-size:18px;
	display: block;
	color:#000;
	
}
