@import url('https://fonts.googleapis.com/css?family=Mandali|Montserrat+Alternates');
/*font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Mandali', sans-serif;*/

@import url(banner.css);
@import url(selector.css);
@import url(intro.css);

html, body {
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Mandali', sans-serif;
	position: relative;
}

.contenedor {
	width: 99%;
	margin: auto;
}

.menu {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	background: #fff;
}

.menu li {
	border-bottom: 1px solid rgba(255,255,255,.3);	
}

.menu li a {
	color: #000;
	text-decoration: none;
	line-height: 4;
	display: block;
	padding-left: .4em;
	font-size: 1.1em;
}

.menu li a:hover {
	color: steelblue;
}

.menu_bar span {
	float: right;
	font-size: 22px;

}

/* PIE DE PAGINA */
footer {
	background: #fff;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

.sociales {
	width: 100%;
	font-size: 28px;
	text-align: center;
}

.sociales a {
	margin: 0px 10px;
	color: #fff;
	text-decoration: none;
}

#derechos {
	margin-top: 0px;
	display: flex;
	flex: auto;
}
#derechos .copy {
	font-size: 12px;
	color: #fff;
	flex: auto;
	padding-left: 20px;
}
#derechos img {
	margin-left: 10px;
	max-height: 32px;
}
#intro {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 11px 0;
	padding-top: 18px;
}
#intro .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
} 





/*#intro .contenedor #contact form ol li #campo input {
	font-size: 10px;
	color: #666;
	border: 1px solid #0064b2;
	padding: 5px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
	width: 150px;
}*/

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	.contenedor {
		width: 100%;
	}

	header nav {
		display: block;
	}

	header .contenedor .menu_bar {
		display: none;
	}

	.menu {
		display: flex;
	}

	.menu li {
		flex: auto;
		text-align: center;
		border-bottom: 0;
	}
	.menu li a {
		padding-left: 0;
		line-height: 10;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {
	.contenedor {
		width: 1120px;
	}

	.menu li a {
		padding-left: 0;
		line-height: 10;
	}

}
/************* ESTA ES LA PARTE DEL CONTACTO ****************************/
@media (min-width: 480px) {
#intro .contenedor #contact {
	width: 40%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #fff;*/
}
#intro .contenedor h1{
	font-size: 18px;
	color: #2f3b53;
	clear:both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}
#intro .contenedor p{
	font-size: 12px;
	color: #2f3b53;
	width: 280px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
	padding:5px;
}
#intro .contenedor #contact form {
	width: 70%;
	margin: 0px;
	padding-top: 18px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #b1bfc6;
	margin-bottom:10px;
}

#intro .contenedor #contact form ol {
	list-style-type: none;
	margin-left: 0px;
}
#intro .contenedor #contact form ol li {
	list-style-type: none;
}
#intro .contenedor #contact form ol li #label {
	font-size: 10px;
	color: #414141;
	width: 150px;
	text-align: left;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#intro .contenedor #contact form ol li #campo {
	font-size: 10px;
	color: #414141;
	width: 150px;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#intro .contenedor #contact form ol li #campo input[type=text] {
	font-size: 10px;
	color: #666;
	width: 100px;
	border: 1px solid #0064b2;
	padding: 5px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
#intro .contenedor #contact form ol li #campo input[type=text]:focus {
	border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
#intro .contenedor #contact #campo textarea {
	font-size: 10px;
	color: #666;
	width: 100px;
	border: 1px solid #5f574f;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 3px;
	-webkit-border-radius: 3px; border-radius: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
#intro .contenedor #contact #campo textarea:focus {
	border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
#intro .contenedor #contact form #mas {
	width: 150px;
	height: 50px;
	margin-top: 1px;
	margin-left: 5px;
}
#intro .contenedor #contact #myform ol li #pmas {
	font-size: 10px;
	color: #414141;
	list-style-type: none;
}
#intro .contenedor #contact #final {
	font-size: 11px;
	color: #414141;
}

#intro .contenedor #contact form #mandar {
	margin-top: 10px;
	border: 1px solid #1C5180;
	padding: 8px;
	margin-left: 190px;
	color: #FFF;
	background-color: #0064b2;
	float: left;
	font-weight: bold;
	-webkit-border-radius: 3px; border-radius: 3px;
}
/**/
input#btnsubmit2{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#cc0088; /*the colour of the button*/
border:1px solid #919090; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:0.8em;
margin-left:50px;
margin-bottom:20px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#btnsubmit2:hover, input#btnsubmit2:focus{
background-color :#b1005b; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}
/**/
}

@media (min-width: 1024px) {
#opciones .contenedor {
	width: 101%;
	/*background-color: #34b5d0;*/
}
#intro .contenedor h1{
	font-size: 28px;
	color: #2f3b53;
	clear:both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}
#intro .contenedor p{
	font-size: 14px;
	color: #2f3b53;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
#intro .contenedor #contact {
	width: 700px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #34b5d0;*/
}
#intro .contenedor #contact form {
	width: 730px;
	margin: 0px;
	padding-top: 18px;
	background-color: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #b1bfc6;
	margin-bottom:10px;
}

#intro .contenedor #contact form ol {
	list-style-type: none;
	margin-left: 0px;
	list-style-type: none;
}
#intro .contenedor #contact form ol li {
	list-style-type: none;
}
#intro .contenedor #contact form ol li #label {
	font-size: 14px;
	color: #414141;
	width: 320px;
	text-align: left;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#intro .contenedor #contact form ol li #campo {
	font-size: 14px;
	color: #414141;
	width: 320px;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#intro .contenedor #contact form ol li #campo input[type=text] {
	font-size: 14px;
	color: #666;
	width: 350px;
	border: 1px solid #0064b2;
	padding: 5px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
#intro .contenedor #contact form ol li #campo input:focus {
	border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
#intro .contenedor #contact #campo textarea {
	font-size: 14px;
	color: #666;
	width: 350px;
	border: 1px solid #5f574f;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 3px;
	-webkit-border-radius: 3px; border-radius: 3px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
#intro .contenedor #contact #campo textarea:focus {
	border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
#intro .contenedor #contact form #mas {
	width: 320px;
	height: 50px;
	margin-top: 1px;
	margin-left: 5px;
}
#intro .contenedor #contact #myform ol li #pmas {
	font-size: 13px;
	color: #414141;
}

#intro .contenedor #contact form #mandar {
	margin-top: 10px;
	border: 1px solid #1C5180;
	padding: 8px;
	margin-left: 190px;
	color: #FFF;
	background-color: #0064b2;
	float: left;
	font-weight: bold;
	-webkit-border-radius: 3px; border-radius: 3px;
}
#intro .contenedor #contact #final {
	font-size: 15px;
	color: #414141;
}
/**/
input#btnsubmit2{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#cc0088; /*the colour of the button*/
border:1px solid #919090; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1em;
margin-left:50px;
margin-bottom:20px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#btnsubmit2:hover, input#btnsubmit2:focus{
background-color :#b1005b; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
/**/
}