@charset "UTF-8";
/* CSS Document */
h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

#contact {
	padding-top:130px;
	padding-left:50px;
	width: 470px;
	height: 370px;
}

label {
	float: left; clear: left; width: 55px;
	text-align: right; font-size: 14px; color: #009;
}

input {
	width: 365px; height: 25px; padding: 0px 10px 0px 10px; margin: 0px 0 10px 15px; 
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #999;
	font-family: sans-serif; font-size: 16px; color: #000; /*text-transform: uppercase;*/ 
}

textarea {
	border: 1px solid #999;
	width: 365px; height: 70px; padding:10px; margin: 0px 0 10px 15px;
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #000; /*text-transform: uppercase;*/
	resize:none;
}

input:focus, textarea:focus {
	background: #ccc;
	background: -moz-linear-gradient(top, #ccc 0%, #ccc 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(20%,#ccc)); /* webkit */
}

input[type=submit] {
	background-color:transparent;
	background-image:url(../img/contacto/b-enviar.png);
	background-repeat:no-repeat;
	border:none;
	color:#000;
	font-size:18px;
	width: 179px;
	height: 41px;
	float:right;
	margin-top:-40px;
	cursor: pointer;
}


@media all\9 {
input {
	
	
}

textarea {
	
}
/*
#Telefono{
	margin-top:-10px;
}

#FechaEvento{
	margin-top:-10px;
}


input[type=submit] {
	margin-right:70px;
}

.spam {
	margin-right:-50px;
	margin-top:-50px;
}
	input {
	padding: 0px 10px 0px 10px; margin: 0 0 3px 0;
	height: 24px; 
	}
*/
	
}

}

@media(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
#contact {
	
	
}
}

@media(min-device-width: 768px) and (max-device-width: 1024px){
#contact {
	
	
}
}

@media(min-device-width: 2048px) and (max-device-width: 2048px){
#contact {
	
	
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
#contact {
	
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
#contact {
	
	
}
}
