@font-face{
		font-family: "electric";
	src: url("../fonts/fuente.eot");
	src: url("../fonts/fuente.eot#iefix") format("embedded-opentype"),
	     url("../fonts/fuente.woff") format("woff"),
	     url("../fonts/fuente.ttf") format("truetype"),
	     url("../fonts/fuente.svg#kimberley") format("svg");

}

@font-face{
		font-family: "texto";
	src: url("../fonts/texto.eot");
	src: url("../fonts/texto.eot#iefix") format("embedded-opentype"),
	     url("../fonts/texto.woff") format("woff"),
	     url("../fonts/texto.ttf") format("truetype"),
	     url("../fonts/texto.svg#kimberley") format("svg");

}
body {
    font-family: "Open Sans","Helvetica Neue",sans-serif;
    background: url('../img/fondo-mecanomatic.jpg')no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: "texto";
    color:white;
}


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:94%;
		padding:3%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab";
    font-weight: 600;
    letter-spacing: 1px;
}

span {
    color: #0094E0;
    font-size: 1.6em;
}

label {
    font-size: 20px;
    color: black;
}



.form-control {
    font-size: 20px;
    border: 1px solid #7a511a;
    color: #7a511a !important;
}

.btn-default{
    font-size: 20px;
    border: 1px solid #7a511a;
}


.caja-texto {
    background: url(../img/fondo-imagen-1.png) no-repeat;
    border: 0px solid black;    
    padding:10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    min-height: 287px;
    max-width: 300px;
    border-radius:40px 0px 40px 0px;
 
}

.caja-texto-1{
    background: url(../img/fondo-cuadro-2.png) no-repeat;
    border: 0px solid black;    
    padding:10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6em;
    min-height:1000px;
    max-width: 1000px;
    border-radius:0px 30px 0px 30px; 
}






.titulo {
    background: #000;    
    padding: 10px 10px 10px 50px ;
    font-size:25px;
    color: white;
    text-align: center;
    -webkit-box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    height: 20px;
    
    
    
}

.titulo-1 {
    background: rgba(73,155,234,1);
background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 96%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(33%, rgba(73,155,234,1)), color-stop(96%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 96%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 96%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 96%, rgba(32,124,229,1) 100%);
background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 96%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );  
    padding: 10px 10px;
    font-size:50px;
    color: white;
    text-align: center;
    -webkit-box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.25);
    box-shadow: 4px 6px 60px 3px rgba(0,0,0,0.25);
    margin-bottom: 20px;
    height: 100px;
    
    
    
}


p {
    font-size: 0.8em;
    line-height: 1.6;
    color: white;
    text-align: justify;
}

hr {border: 0; height: 2px; 
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    width:80%;
    

   
    
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.6);
-webkit-box-shadow: 7px 7px 5px 0px rgba(231, 174, 24, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(231, 174, 24, 0.75);
box-shadow:         7px 7px 5px 0px rgba(231, 174, 24, 0.75);
}

.box2 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(112,51,5,1);
    background: -moz-linear-gradient(left, rgba(112,51,5,1) 0%, rgba(201,170,123,1) 17%, rgba(201,170,123,1) 83%, rgba(112,51,5,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,51,5,1)), color-stop(17%, rgba(201,170,123,1)), color-stop(83%, rgba(201,170,123,1)), color-stop(100%, rgba(112,51,5,1)));
    background: -webkit-linear-gradient(left, rgba(112,51,5,1) 0%, rgba(201,170,123,1) 17%, rgba(201,170,123,1) 83%, rgba(112,51,5,1) 100%);
background: -o-linear-gradient(left, rgba(112,51,5,1) 0%, rgba(201,170,123,1) 17%, rgba(201,170,123,1) 83%, rgba(112,51,5,1) 100%);
background: -ms-linear-gradient(left, rgba(112,51,5,1) 0%, rgba(201,170,123,1) 17%, rgba(201,170,123,1) 83%, rgba(112,51,5,1) 100%);
background: linear-gradient(to right, rgba(112,51,5,1) 0%, rgba(201,170,123,1) 17%, rgba(201,170,123,1) 83%, rgba(112,51,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#703305', endColorstr='#703305', GradientType=1 );

		width: 400px;
		height: 170px;
}

.box2 p{
			text-align: center;
			color: white;
			margin:40px 0 0 30px;

/*			padding: 15px 15px;*/
			width: 300px;
			height: 200px;
}
.box_menu {
	  margin-bottom: 20px;
		margin: auto;
    background-image: url('../img/tamales1.jpg');
    background-repeat: no-repeat;
		color: #fff;	
/*		padding: 205px 55px;*/
		width: 700px;
		height: 202px;
	
}
.box_menu p{
	font-size: 1.1em;
	color: #fff;
	margin: 5px 15px;
}
.box_menu1 p{
	font-size: 1.1em;
	color: #fff;
	margin: 5px 15px;
}
.box_menu2 p{
	font-size: 1.1em;
	color: #fff;
	margin: 5px 15px;
}
.box_menu1 {
	  margin-bottom: 20px;
		margin: auto;
    background-image: url('../img/tamales2.jpg');
    background-repeat: no-repeat;
		color: #fff;	
/*		padding: 205px 55px;*/
		width: 700px;
		height: 202px;
	
}
.box_menu2 {
	  margin-bottom: 20px;
		margin: auto;
    background-image: url('../img/tamales3.jpg');
    background-repeat: no-repeat;
		color: #fff;	
/*		padding: 205px 55px;*/
		width: 700px;
		height: 202px;
	
}
.intro-text {
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'texto';
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
            background: #063D89;
}

footer p{
   color:#eae3de;
   margin: 0;
   font-size: 1.2em;
   text-align: left justify ;
   
}
footer h3{
    font-family: "Josefin Slab" !important;
    font-size: 20px;
	color: #fff;
}
footer a{
	color: #fff;
}

footer a:hover{
	color: #edc690;
}
footer a hover{
	color: #7c3c3c;
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
				
    }

    .navbar-header {
			display: none;
			
			
    }

    .navbar {
        min-height: 0;
			
    }

    .navbar-default {
      border: none;
      background: #063d89;
      margin: 10px auto;
      height: 60px;
    }

    .navbar-nav>li>a {
       line-height: normal;
			padding-bottom: 19px;
			
}

	.nav>li>a {
		padding: 15px;
		text-align:center;
		margin: 0 35px;
		text-align: center;
	}
	
    .navbar-nav {
        display: table;
        float: none;			
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.0em;
				
    }
}
.navbar-default .navbar-nav>li>a {
	color: #f4ca9a;
	font-weight: bold;
    background:#063d89;
}
.navbar-default .navbar-nav>li>a:hover {
	color: black;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #703305;
    background-color: #f5ce9f;
}
@media screen and (min-width:1110px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


#forma {
    padding: 20px;
}

