/* SmartPhone */
@media screen and (min-width: 240px) {

/* Boton del .php */	
.regresar {
	width: 100%;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding: 5px;
	background-color: #97DF35;
	border: none;
	cursor: pointer;
	}
	
.regresar p {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1em;
	color: #32520C;
	line-height: 0px;
	text-decoration: none;
	display: inline;
	position: absolute;
	background-color: #FFFFFF;
	}
	
.regresar a {
	text-decoration: none;
	}
	
.regresar:hover {
	background-color: #BAE97A;
	}
	
.regresar img {
	margin-right: 5px;
	}
/* Fin Boton del .php */


/* Mensaje */	
.mensaje {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.9em;
	color: #32520C;
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	}
/* Fin Mensaje */


/* Banner imagen pagina adicional */
.banner {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.banner img {
	width: 100%;
	height: auto;
	border: none;
}
/* Fin Banner imagen pagina adicional */
	
	
#formulario {
	font-family: 'Maven Pro', sans-serif;
	font-size:0.9em;
	width: 100%;
	margin-top: 20px;
	background-color: transparent;
	}

#formulario h1 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.3em;
	color: #32520C;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

#formulario p {
	font-size: 0.8em;
	color: #32520C;
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#formulario label {
	color: #32520C;
	display: block;
	font-weight: bold;
	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 {
	width: 30%;
	height: 40px;
	text-align: center;
	line-height: 31px;
	color: #32520C;
	font-size: 11px;
	font-weight: bold;
	background-color: #97DF35;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
	border: none;
	}

#formulario button:hover {
	background-color: #72C403;
	}
	
	
/* Menu inferior internos */
.menu_inferior_internos {
	width: 100%;
	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-family: 'Maven Pro', sans-serif;
	font-size: 1em;
	color: #223509;
	text-decoration: none;
	font-style: normal;
	height: 45px;
	display: block;
	text-align: left;
	margin-left: -40px;
	line-height: 40px;
	background-color: #97DF35;
}

.adicional {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	color: #223509;
	text-decoration: none;
	width: 100%;
	height: 45px;
	margin-left: -40px;
	padding-left: 40px;
	background-color: #97DF35;
}

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

.menu_inferior_internos img {
	width: 30px;
	height: 35px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 38%;
	clear: left;
	float: left;
	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: 30%;
}
/* Fin Menu inferior internos */
	
	
}
/* Fin SmartPhone */



@media screen and (max-width: 480px) {
	
	
}



/* Computadores */
@media screen and (min-width: 640px) {

	
/* Boton del .php */	
.regresar{
	width: 700px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding: 5px;
	background-color: #97DF35;
	border: none;
	cursor: pointer;
	}
	
.regresar p{
	font-family: 'Maven Pro', sans-serif;
	font-size: 1em;
	color: #32520C;
	line-height: 0px;
	text-decoration: none;
	display: inline;
	position: absolute;
	background-color: #FFFFFF;
	}
	
.regresar a{
	text-decoration: none;
	}
	
.regresar:hover{
	background-color: #BAE97A;
	}
	
.regresar img{
	margin-right: 5px;
	}
/* Fin Boton del .php */


/* Mensaje */	
.mensaje{
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.2em;
	color: #32520C;
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	}
/* Fin Mensaje */


/* Banner imagen pagina adicional */
.banner{
	width: 700px;
	height: auto;
}

.banner img{
	margin-bottom: 0px;
	border: none;
}
/* Fin Banner imagen pagina adicional */
	
	
#formulario {
	font-family: 'Maven Pro', sans-serif;
	font-size:15px;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	}

#formulario h1 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px;
	color: #32520C;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0;
	}

#formulario p {
	font-size: 15px;
	color: #32520C;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#formulario label {
	color: #32520C;
	display: block;
	font-weight: bold;
	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: #32520C;
	font-size: 11px;
	font-weight: bold;
	background-color: #97DF35;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	margin: 10px;
	cursor: pointer;
	border: none;
	}

#formulario button:hover {
	background-color: #72C403;
	}
	
	
/* 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-family: 'Maven Pro', sans-serif;
	font-size: 1em;
	color: #223509;
	line-height: 40px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	background-color: #97DF35;
	display: block;
	margin: 0;
	background-color: transparent;
}

.adicional {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	color: #223509;
	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 */