/* SmartPhone */
@media screen and (min-width: 240px) {
	
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-top: -200px;
	margin-left: -300px;
	background-color: #FFFFFF;
	}
	
.banner_inicio {
	display: block;
	margin: 0 auto;
	}
	
.banner_inicio img {
	display: block;
	margin: 0 auto;
	}


/* Boton del .php */
.regresar {
	font: 20px "Lato", sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	width: 90px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background-color: #111;	
	}
	
.regresar a {
	color: #FFF;
	text-decoration: none;	
	}
	
.regresar a:hover {
	color: #111;
	padding: 12px 12px 12px 12px;
	background-color: #FFF;
	border: 1px solid #111;
	}
/* Fin Boton del .php */


/* Mensaje */	
.mensaje {
	font: 20px "Lato", sans-serif;
	font-size: 15px;
	color: #111;
	text-align: center;
	font-style: italic;
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	}
/* Fin Mensaje */
	
	
#formulario {
	font: 20px "Lato", sans-serif;
	font-size: 15px;
	text-align: justify;
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	}

#formulario h1 {
	font: 20px "Lato", sans-serif;
	font-size: 1.3em;
	color: #111;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

#formulario p {
	font: 400 16px/1.5 "Lato", sans-serif;
	color: #111;
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#formulario label {
	color: #111;
	letter-spacing: 2px;
	display: block;
	font-weight: normal;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	}

#formulario input {
	font-size: 1.5em;
	float: left;
	width: 90%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

#formulario textarea {
	float: left;
	font-size: 12px;
	width: 90%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

#formulario button {
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 100%;
	height: 40px;
	background-color: #111;
	/* background-image: url(img/button.png); */
	background-repeat: no-repeat;
	margin: 0px;
	cursor: pointer;
	border: none;
	}

#formulario button:hover {
	color: #000;
	background-color: #FFF;
	border: 1px solid #111;
	}
	
/* Fin SmartPhone */


	
	


/* Computadores */
@media screen and (min-width: 640px) {
	
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-top: -200px;
	margin-left: -300px;
	background-color: transparent;
	}
	
.banner_inicio {
	display: block;
	margin: 0 auto;
	}
	
.banner_inicio img {
	display: block;
	margin: 0 auto;
	}

	
/* Boton del .php */
.regresar {
	font: 20px "Lato", sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	width: 90px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background-color: #111;	
	}
	
.regresar a {
	color: #FFF;
	text-decoration: none;	
	}
	
.regresar a:hover {
	color: #111;
	padding: 12px 12px 12px 12px;
	background-color: #FFF;
	border: 1px solid #111;
	}
/* Fin Boton del .php */


/* Mensaje */	
.mensaje {
	font: 20px "Lato", sans-serif;
	font-size: 1.2em;
	color: #111;
	text-align: center;
	font-style: italic;
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	}
/* Fin Mensaje */
	
	
#formulario {
	font: 20px "Lato", sans-serif;
	font-size: 18px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	}

#formulario h1 {
	font: 20px "Lato", sans-serif;
	font-size: 20px;
	color: #111;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0;
	}

#formulario p {	
	font: 400 18px/1.8 "Lato", sans-serif;	
	color: #111;
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#formulario label {
	color: #111;
	display: block;
	font-weight: normal;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	}

#formulario input {
	font-size: 1.5em;
	float: left;
	width: 98%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

#formulario textarea {
	float: left;
	font-size: 12px;
	width: 98%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

#formulario button {
	width: 30%;
	height: 40px;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #111;
	/* background-image: url(img/button.png); */
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
	border: none;
	}

#formulario button:hover {
	color: #000;
	background-color: #FFF;
	border: 1px solid #111;
	}
	
	
/* Menu inferior internos */
.menu_inferior_internos {
	width: 700px;
	float: left;
}

.menu_inferior_internos ul {
	list-style: none;
}

.menu_inferior_internos ul li {
	line-height: 45px;
	width: 100%;
	margin-bottom: 10px;
}

.menu_inferior_internos a {
	font: 20px "Lato", sans-serif;
	font-size: 1em;
	color: #111;
	line-height: 40px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	display: block;
	margin: 0;
	background-color: transparent;
}

.adicional {
	font: 20px "Lato", sans-serif;
	font-size: 0.8em;
	color: #111;
	text-decoration: none;
	width: 700px;
	height: 45px;
	margin-left: -40px;
	padding-left: 40px;
	background-color: #97DF35;
}

.menu_inferior_internos a:hover {
	opacity: .7;
}

.menu_inferior_internos img {
	width: 35px;
	height: 35px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu_inferior_internos iframe {
	height: 21px;
	width: 100px;
	margin-top: 12px;
	margin-left: 240px;
}
/* Fin Menu inferior internos */
	
}
/* Fin Computadores */