@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}


header {
	width: 90%;
	margin-top: 42px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	font-family: 'Waiting for the Sunrise', 'cursive';
	color:#2c345b;
	font-size:22px;
}



nav {
	padding-top: 20px;
	text-transform:uppercase;
	padding-bottom: 20px;
	font-family: 'Economica', 'sans-serif';
	font-weight:700;
	font-size:18px;

}

footer {
	background-color: rgba(251,248,248,1.00);

}


#privacidad {
	padding: 30px;
	font-family: 'Economica', 'sans-serif';
	font-weight:400;
	font-size:14px;
	background-color: rgba(251,248,248,1.00);
	color: #2c345b;
}



li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	
}

a {
	color:#2c345b;
}

.pleca_top {
	width: 100%;
	height: 33px;
	position: fixed;
	margin-left:0;
	background-image: url(../img/bk_top.jpg);
	background-repeat: repeat-x;
	z-index: 1000;
}

#franquicias {
	width: 100%;
	margin-top:-2px;
	padding-top:4%;
	padding-bottom:6%;
	background-color:#2c345b;
}

#tx_franquicias {
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	color: #fff;
	padding-bottom: 1%;
	font-family: 'Economica', 'sans-serif';
	font-size: 24px;
	border-bottom: thin solid rgba(255,255,255,1.00);
}

#sucursales {
	width: 100%;
	margin-top:-2px;
	padding-top:4%;
	padding-bottom:6%;
	background-color:#FFF;
}

#tx_sucursales {
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	color: #000;
	padding-bottom: 1%;
	font-family: 'Economica', 'sans-serif';
	font-size: 20px;

}

#f1 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align:center;
}
#f2 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4%;
	text-align:center;
	clear: none;
}
#f3 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4%;
	text-align:center;
	clear: none;
}

#f4 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4%;
	text-align:center;
	clear: none;
}

#social {
	width: 90%;
	padding-top:4%;
	margin-left:5%;
	margin-right:5%;
}

#social2 {
	width: 50%;
	padding-top:4%;
	margin-left:25%;
	margin-right:25%;
	text-align:center;
}

#productos {
	
	width: 100%;
	padding-top:4%;
	padding-bottom:6%;
	background-color:#ec302f;
}

#contact-us {
	width: 100%;
	margin-top: -1px;
	padding-top: 4%;
	padding-bottom: 6%;
	background-image: url(../img/bk_contacto.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0% 100%;
	background-color:#5abbc9;
}



/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;	
}


.contact-form {
	width: 90%;
	padding-top: 10px;
	margin-left: 8%;
}




.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Waiting for the Sunrise', 'cursive';
    color: #666;
    font-size: 18px;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: #2c345b;
    border: 0;
    font-family: 'Waiting for the Sunrise', 'cursive';
    font-size: 20px;
    color: #fff;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.contact-us form label {
    margin-top: 10px;
    font-size: 20px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }


#partners-slider { height: 140px; }

.partners {
	height: 100%;
	position: relative;
	overflow: hidden;
	/* [disabled]margin-top: -20px; */
	z-index: 100;
	padding: 0 70px 10px 70px; height: 100%;  position: relative; overflow: hidden; margin-top: 60px; z-index: 100;
}
.slider-holder2 { position: relative; overflow: hidden; }
#partners-slider { overflow: hidden; position: relative; }
#partners-slider img { margin: 0px 13px; float: left; height: 138px; }

.slider-arr a.arr-btn { background: url(../img/carrusel/slider-b-arr.png) no-repeat 0 0; width: 30px; height: 30px; display: block; position: absolute; top: 55px;}
.slider-arr a.prev-arr { left: 12px; }
.slider-arr a.prev-arr:hover { background-position: 0 -31px; }
.slider-arr a.next-arr { right: 12px; background-position: right 0; }
.slider-arr a.next-arr:hover { background-position: right -31px; }

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}




/* Tabletas de: 481px a 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {

.gridContainer {
	width: 95%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

header {
	width: 90%;
	margin-top: 55px;
}

#f1 {
	width: 40%;
	margin-left: 5%;
	text-align:center;
}
#f2 {
	width: 40%;
	text-align:center;
	margin-top: 0;
	margin-left: 2%;
	clear: none;
}
#f3 {
	width: 40%;
	margin-left: 5%;
	margin-top: 2%;
	text-align:center;
}

#f4 {
	width: 40%;
	margin-top: 2%;
	margin-left: 2%;
	text-align:center;
	clear: none;
}

#social {
	width: 90%;
	padding-top:4%;
	margin-left:5%;
	margin-right:5%;
}

.contact-form {
	width: 50%;
}


.partners { padding: 0 70px 10px 100px;}
.slider-arr a.prev-arr { left: 25px; }
.slider-arr a.next-arr { right: 25px; background-position: right 0; }


.zeroMargin_tablet {
	margin-left: 0;
}

.hide_tablet {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 90%;
	max-width: 1000px;
	padding-left: 0.1%;
	padding-right: 0.1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.pleca_top {
	width: 100%;
	height: 66px;
	background-image: url(../img/bk_top.jpg);
	background-repeat: repeat-x;
	position: fixed;
}

header {
	margin-top: 78px;
	text-align: right;
	
}


#f1 {
	width: 17%;
	margin-left: 8%;
}

#f2 {
	width: 17%;
	margin-left: 0.05%;
	clear: none;
}

#f3 {
	width: 17%;
	margin-left: 0.05%;
	margin-top:0;
	clear: none;
}

#f4 {
	width: 17%;
	margin-left: 0.05%;
	margin-top:0;
	clear: none;
}

#social {
	width: 78%;
	padding-top:4%;
	margin-left:11%;
	margin-right:11%;
}

.contact-form {
	width: 35%;
}

.partners { padding: 0 40px 10px 80px; }
.slider-arr a.prev-arr { left: 25px; }
.slider-arr a.next-arr { right: 25px; background-position: right 0; }


.zeroMargin_desktop {
	margin-left: 0;
}

.hide_desktop {
	display: none;
}

}


/*___________________________________________________________*/

body {
	background-color: #8dcccd;
	font-family: 'Waiting for the Sunrise', 'cursive';
	
}





