* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif, Helvetica, Verdana;
	font-weight: normal;
	font-style: normal;
}
h1 {
	color: #fff;
	margin: 0.25em auto;
	text-align: center;
}
h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
}
h3 {
	font-size: 20px;
}
p {
	text-align: justify;
	font-size: .9em;
}
/* Por debajo de 1500px */
@media screen and (max-width: 1950px) {
div#aislantes {
margin-top: 80px;
}
div#refractarios {
margin-top: 10px;
}
div#crisoles {
margin-top: 50px;
}
}
@media screen and (max-width: 750px) {
div#nuevo{
	width:50%;
	float: left;
	padding-right: 12px;
	background-image:url(http://www.prefinsa.com.mx/landing/img/nuevo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:60px;
	margin:5px 15px 0px 0px;
}
div#nuevo p {
	width:80%;
	height: 26px;
	font-size: 20px;
	color: #000;
	text-align: center;
	padding-top:65px;
	float:left;
	height:60px;
	margin-left:25px;
}
}




/* Por debajo de 700px */
@media screen and (max-width: 700px) {
h1 {
font-size: 22px;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: .8em
}
p {
font-size: 11px
}
img.logo {
height: 110px;
width: 110px;
}
img#boton {
height: 31px;
width: 106px
}
div#aislantes {
margin-top: 80px;
}
div#refractarios {
margin-top: 10px;
}
div#crisoles {
margin-top: 50px;
}
div#nuevo{
	width:50%;
	float: left;
	padding-right: 12px;
	background-image:url(http://www.prefinsa.com.mx/landing/img/nuevo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:60px;
	margin:15px 15px 15px 35px;
}
div#nuevo p {
	width:100%;
	height: 26px;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top:65px;
	float:left;
	height:60px;
	margin-left:18px;
}
}
	
/* Por debajo de 400px */
@media screen and (max-width: 400px) {
h1 {
font-size: 20px;
}
h2 {
font-size: .9em;
}
h3 {
font-size: .7em;
}
p {
font-size: 8px;
}
img.logo {
height: 80px;
width: 80px;
}
img#boton {
height: 24px;
width: 79px
}
div#aislantes {
margin-top: 0px;
}
div#refractarios {
margin-top: 0px;
}
div#crisoles {
margin-top: 0px;
}
div#nuevo{
	width:80%;
	float: left;
	padding-right: 12px;
	background-image:url(http://www.prefinsa.com.mx/landing/img/nuevo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:60px;
	margin:15px 15px 65px 15px;
}
div#nuevo p {
	width:100%;
	height: 26px;
	font-size: 20px;
	color: #000;
	text-align: center;
	padding-top:65px;
	float:left;
	height:60px;
	margin-left:20px;
}
}
h2.slogan {
	color: #b22f02;
	font-weight: 600;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #b22f02;
	color:  #fff;
}
header, nav, footer, #emailform {
	border-radius: 0.5em;
	margin: 0.5em auto;
	max-width: 960px;
	padding: 0.25em;
	text-align: center;
}
/*----HEADER----*/
header {
	margin: 0 auto;
	max-width: 960px;
	padding: 0.1em;
	border-radius: 0em;
}
section#logo, #empresa {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.2em 0.2em;
	max-width: 960px;
	min-width: 100px;
	padding: .1em;
	text-align: center;
	vertical-align: top;
	width: 10%;
}
#empresa {
	width: 85%;
}
/*----BANNER----*/
section#contenedor-banner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../img/pattern002.png);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
}
section#banner {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}
/*----BOTONES----*/
section#contenedor-botones {
	width: 100%;
	height: 100%;
	max-width: 960px;
	margin: 5px auto;
	padding: 0;
}
section#botones {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0 auto;
	max-width: 960px;
	min-width: 120px;
	min-height: 25px;
	padding: 0em;
	text-align: center;
	vertical-align: top;
	width: 49%;
}
img#boton {
	border: 3px solid #fff;
	border-radius: 0.8em;
}
/*----CONTENEDOR----*/
section#contenedor {
	margin: 0.7em auto;
	max-width: 960px;
	min-width: 280px;
	padding: 0;
	background: #f5af70;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
/*----PRINCIPAL----*/
section#principal, #texto {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.4em 0.4em;
	max-width: 960px;
	min-width: 280px;
	padding: .5em;
	text-align: center;
	vertical-align: top;
	width: 46%;
}
#texto {
	background-color: #ffd800;
	border: 1px solid #b22f02;
	color: #000;
	width: 46%;
}
/*----FORMA DE CONTACTO----*/
#emailform {
	background: none;
}
section#correo {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.3em 0.3em;
	max-width: 960px;
	min-width: 300px;
	padding: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;
}
article {
	background: #011e30;
	border-radius: 0.5em;
	min-height: 140px;
	padding: 0.25em;
}
nav {
	background: #fff;
	max-width: 100%;
	border-radius: 0em;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	border: 1px solid #000;
}
/*-----Slider-----*/
#slider {
	width:100%;
	height:100%;
	/*IE bugfix*/
    padding:0;
	margin:0;
}
#slider li {
	list-style:none;
}
img#slider_img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#page {
	width: 100%;
	height: 100%;
	border: 1px solid #f00;
}
/*-----botones-----*/
section#principal1, #texto1 {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.3em 0.3em;
	max-width: 960px;
	min-width: 300px;
	padding: 1em;
	text-align: center;
	vertical-align: top;
	width: 40%;
}
#texto1 {
	background: url(../img/bg-negro.png);
	width: 50%;
}
ul {
	padding-left: 5em;
	font-size: 15px;
	list-style-type: circle;
	text-align: left;
}
/*-----correo-----*/
			

section#titulo {
	display: inline-block;
	margin: 0.1em 0.1em;
	max-width: 960px;
	min-width: 250px;
	padding: 0.1em;
	text-align: center;
	vertical-align: top;
	width: 80%;
	color: #000;
	font-size: 1.5em;
}
p#title {
	text-align: center;
}
p#subtitle {
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}
.forma {
	border: 3px solid #fff;
	background-color: #7bae28;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	min-width: 250px;/*   float: left;
    width: 700px;
    margin: 0 auto;
    */
}
section#registro {
	margin: 0.1em auto;
	max-width: 960px;
	padding: 0;
}
section#etiqueta, #campo {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.1em 0.1em;
	max-width: 960px;
	min-width: 30px;
	max-height: 300px;
	padding: .1em;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
#campo {
	width: 60%;
	text-align: left;
}
section#etiqueta1, #campo1 {
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.1em 0.1em;
	max-width: 960px;
	min-width: 30px;
	max-height: 300px;
	padding: .1em;
	text-align: center;
	vertical-align: top;
	width: 30%;
}
#campo1 {
	width: 90%;
	text-align: left;
}
textarea {
	width: 95%;
	min-width: 170px;
}
section#entrada {
	display: inline-block;
	margin: 0.1em 0.1em;
	max-width: 960px;
	min-width: 250px;
	padding: 0.1em;
	text-align: center;
	vertical-align: top;
	width: 40%;
	color: #000;
	font-size: 1.5em;
}
input {
	width: 95%;
	min-width: 170px;
}
#texto1 {
	background: url(../img/bg-negro.png);
	width: 50%;
}
.fila {
	width: 390px;
	margin: 0 auto;
}
.etiqueta {
	width: 90px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: right;
}
.control {
	float: right;
	width: 285px;
	padding-left: 10px;
	text-align: left;
}
.comentario {
	text-align: center;
	margin: 0 auto;
	margin-left: 10px;
}
.boton {
	clear: both;
	float: left;
	width: 150px;
	margin-left: 8px;
}
.credito {
	display: inline-block;
	float: right;
	padding: 5px;
}
.credito p {
	float: left;
	padding-right: 12px;
}
#nuevo{
	width:100%;
	float: left;
	padding-right: 12px;
	background-image:url(http://www.prefinsa.com.mx/landing/img/nuevo.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	margin:15px 15px 5px 15px;
}
#nuevo p {
	width:80%;
	height: 26px;
	font-size: 32px;
	color: #000;
	text-align: center;
	padding-top:5px;
	float:left;
	height:60px;
	margin-left:100px;
}
