*{
	font-family: sans-serif;
	font-size: 13px;
	color: #798e94;
}
body{
	
	position: relative;
    width: 100%;
	background-image: url(img/background.jpg);
	background-color: #000000;
}

.texto{
	color: #DDD;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}

.texto2{
	color: #DDD;
	font-family: Verdana;
	font-size: 9px;
	font-style: italic;
	text-align: justify;
}

.texto3{
	color: #DDD;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
}


.contacto{
	xborder: 1px solid #CED5D7;
	xborder-radius: 6px;
	xpadding: 45px 45px 20px;
	margin-top: 5px;
	margin-left: 25px;
	xbackground-color: #ffffff;
	xbox-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contacto label{
	xdisplay: block; 
	xfont-weight: bold;
}
.contacto div{
	margin-bottom: 15px;
}

}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='text'].invalido, .contacto textarea.invalido{
	box-shadow:0 0 0 3px #FFC9C9;
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 1px #EEF5F7;
	padding: 3px 18px;
	border-radius: 5px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0px 0px 0px white;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #F57E20 0%, #F57E20 100%);
	background: -webkit-linear-gradient(top, #F57E20 0%,#F57E20 100%); 
}
.contacto input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.error{
    background-color: #BC1010;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 0px;
    padding: 6px 12px;
    position: absolute;
}
.error:before{
    border-color: transparent #BC1010 transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}
.result_fail{
    background: none repeat scroll 0 0 #BC1010;
    border-radius: 20px 20px 20px 20px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
.result_ok{
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 15px 15px 15px 15px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}