ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
	border:0;
}
body {
	margin:0;
	padding:0;
	text-align:center;	
	background: white;
	background-repeat:no-repeat;
	background-size:cover;
	
	}
/*HEADER*/
.logo {
	width:auto;
	height:70px;
	text-align:left;
	padding-right:15px;
	opacity: 1;
	filter: alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	
}

.logo:hover {
	opacity: 0.4;
	filter: alpha(opacity=4);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
	
header h4,nav#desk{
	margin-top:5px;
	display:inline-block; 
    max-width:100%; 
    vertical-align: middle;
} 

ul.menu {
    list-style: none;
	text-align:center;
	display:block;
}

ul.menu li, .logo {
	color:white;
	display: inline-block;
	max-width:100%;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow: 1px 0px 5px rgba(64, 67, 69, 1);
}

.myButton:hover {
	color: rgba(255,255,255,.4);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

a {
	text-decoration: none;
}


header {
	display:inline-block;
	text-align:center;
	width: 100%;
	height: 80px;
	font-size:14px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: rgba(0,23,136,.7);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */
    animation: myfirst 1s;
	
}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes myfirst {
    	from {background:rgba(255,255,255,0.7) ;}
    	to {background: rgba(0,23,136,0.7);}
	}

	/* Standard syntax */
	@keyframes myfirst {
    	from {background: rgba(255,255,255,0.7);}
    	to {background:rgba(0,23,136,0.7);}
	}

/*FIN HEADER*/

section{
	width:80%; 
	max-width: 800px; 
	margin: 0 auto 0 auto;
	height:auto;
	background-image:url(img/noisy-texture-100x100-o3-d14-c-ffffff-t0.png);
	background-repeat:repeat;
	margin-top:10px;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

h1 {
	background:url(../img/banner.png);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.9);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	text-shadow: 1px 0px 5px rgba(64, 67, 69, 1);
	color: rgba(255,255,255,1);
	font-size:20px;
	padding:8px;
}


div#formulario {
	margin-top:5px;
	display:inline-block; 
    max-width:100%;
	background-image:url(img/noisy-texture-100x100-o3-d14-c-ffffff-t0.png);
	background-repeat:repeat;
}

h2#indicaciones{
	text-align:left;
	margin-top: 10px;
	margin-bottom: 20px;
}

form#orden {
	text-align:left;
	margin-left:25%;
	margin-top: 10px;
	margin-bottom: 20px;
}


/*FORMULARIO*/

.textfieldRequiredMsg, .textareaRequiredMsg, .textfieldInvalidFormatMsg{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

#nombre2, #nombre_empresa2, #fono2, #email2, #mensaje2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-shadow: 1px 0px 5px rgba(64, 67, 69, 1);
	color: #fff;
	font-weight: bold;
	margin-top:10px;
	text-align:left;
}

#nombre, #nombre_empresa, #fono, #email {
	border-collapse: collapse;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background-color: #999;
	backgorund-opacity: 50%;
	border-radius: 6px;
	font-size: small;
	padding-left: 5px;
	margin-bottom: 5px;
	width:222px;
	height:25px;
	padding-top: 3px;
}


#mensaje {
	border-collapse: collapse;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background-color: #999;
	backgorund-opacity: 50%;
	border-radius: 6px;
	height: 122px;
	width: 222px;
	font-size: small;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
}

.boton {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size:13px;
	background-color: #999;
	border-radius:4px;
	margin-right:20px;
	width:65px;
	height:25px;
	cursor:pointer;
	-webkit-box-shadow: -9px 7px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -9px 7px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -9px 7px 9px 0px rgba(50, 50, 50, 0.75);
}


h2{
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	color: #999;
	font-size:20px;
	padding:8px;
	
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999;
}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


div.info{
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	vertical-align:top;
	display: inline-block;
}

div#masinfo {
	text-align:center;
	margin-top:20px;
	
}

iframe#mapa {
    width:90%;
	height:450px;
	margin-bottom: 20px;
	z-index:2;
}

/*VOLVER ARRIBA*/
.back-to-top {
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    font-size: 14px;
    padding: 1em;
    display: none;
	moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
}

.back-to-top:hover {    
    color: rgba(255,255,255,.4);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}

a.back-to-top {
	color:#333;
	font-weight: bold;		
}

#banner{
	background:url(../img/banner.png);
	-webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.9);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:center;
	text-shadow: 1px 0px 5px rgba(64, 67, 69, 1);
	color: rgba(255,255,255,1);
	font-size:20px;
	padding:8px;
	margin-top:385px;
	bottom:0;
	
}


/*FOOTER*/
#footer{
	bottom:0;
	width:100%;
	height:60px;
	text-align:center;
	margin:0;
	display:inline-block;
	font-size:14px;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: rgba(0,23,136,.9);
	-webkit-box-shadow: 0px -2px 10px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px -2px 10px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px -2px 10px 0px rgba(50, 50, 50, 0.9);}

h5{
	padding-top:6px;
	padding-bottom:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: rgb(255,255,255);
	text-align:center;
}
.a2{
	text-decoration: none;
	color:rgb(255,255,255);
	  /* Firefox */
    -moz-transition: all 1s ease 0.2s;
    /* Chrome / Safari */
    -webkit-transition: all 1s ease 0.2s;
    /* Opera */
    -o-transition: all 1s ease 0.2s;
    /* Default */
    transition: all 1s ease 0.2s;	
}

.a2:hover{
	color: rgba(102,102,102,0.4);
}


footer {
	display:block;
	position:absolute;
	top:1460px;
	bottom:0;	
	left:35%;
}

div#gracias {
	margin-top:50px;
	margin-bottom: 50px;
}