@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%;
}

div.feature {
    position: relative;
}
 
div.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	width: 100%;
	height:450px;
	background-image:url(../images/fondo.jpg);
	background-size: cover;
	background-repeat:no-repeat;
}
#LayoutDiv1 {
	clear: both;
	width: 309px;
	height: 388px;
	background-image: url(../images/ingles-m.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
}
#logo-us {
	height: 43px;
	width:43px;
	position:absolute;
	background-image: url(../images/logo-us.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:242px;
	margin-left:60px;
}
#logo-ven {
	height: 43px;
	width:43px;
	position:absolute;
	background-image: url(../images/logo-venezuela.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:242px;
	margin-left:123px;
}
#logo-pe {
	height: 43px;
	width:43px;
	position:absolute;
	background-image: url(../images/logo-peru.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:242px;
	margin-left:191px;
}
#logo-pa {
	height: 43px;
	width:43px;
	position:absolute;
	background-image: url(../images/logo-panama.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:242px;
	margin-left:248px;
}

#LayoutDiv2 {
	clear: both;
	width: 100%;
	height: 35px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
}
#LayoutDivCenter {
	clear: both;
	width: 309px;
	height: 35px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
}
#logo-marcas {
	height: 35px;
	width:309px;
	float: left;
	background-image: url(../images/logo-marcas.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#logo-miro {
	height: 70px;
	width:60px;
	position:absolute;
}
#logo-king {
	height: 70px;
	width:55px;
	position:absolute;
	margin-left:60px;
}
#logo-miau {
	height: 70px;
	width:50px;
	position:absolute;
	margin-left:115px;
}
#logo-paiva {
	height: 70px;
	width:30px;
	position:absolute;
	margin-left:165px;
}
#logo-celorrio {
	height: 70px;
	width:50px;
	position:absolute;
	margin-left:205px;
}
#logo-elpilar {
	height: 70px;
	width:50px;
	position:absolute;
	margin-left:255px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	height:800px;
}
#LayoutDiv1 {
	clear: both;
	width: 541px;
	height:590px;
	background-image: url(../images/ingles-t.png);
	background-size: cover;
	background-repeat: no-repeat;	
	margin-left: auto;
    margin-right: auto;
}
#logo-us {
	height: 60px;
	width:60px;
	position:absolute;
	background-image: url(../images/logo-us.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:380px;
	margin-left:100px;
}
#logo-ven {
	height: 60px;
	width:60px;
	position:absolute;
	background-image: url(../images/logo-venezuela.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:380px;
	margin-left:188px;
}
#logo-pe {
	height: 60px;
	width:60px;
	position:absolute;
	background-image: url(../images/logo-peru.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:380px;
	margin-left:276px;
}
#logo-pa {
	height: 60px;
	width:60px;
	position:absolute;
	background-image: url(../images/logo-panama.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:380px;
	margin-left:364px;
}
#LayoutDiv2 {
	clear: both;
	width: 100%;
	height: 68px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
}
#LayoutDivCenter {
	clear: both;
	width: 600px;
	height: 68px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
}
#logo-marcas {
	height: 68px;
	width:600px;
	float: left;
	background-image: url(../images/logo-marcas.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#logo-miro {
	height: 70px;
	width:120px;
	position:absolute;
}
#logo-king {
	height: 70px;
	width:110px;
	position:absolute;
	margin-left:120px;
}
#logo-miau {
	height: 70px;
	width:90px;
	position:absolute;
	margin-left:230px;
}
#logo-paiva {
	height: 70px;
	width:60px;
	position:absolute;
	margin-left:320px;
}
#logo-celorrio {
	height: 70px;
	width:100px;
	position:absolute;
	margin-left:390px;
}
#logo-elpilar {
	height: 70px;
	width:100px;
	position:absolute;
	margin-left:490px;
}
}

/* 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: 100%;
	height:1080px;
}
#LayoutDiv1 {
	clear: both;
	width: 901px;
	height:944px;
	background-image: url(../images/ingles.png);
	background-size: cover;
	background-repeat: no-repeat;	
	margin-left: auto;
    margin-right: auto;
}
#campo {
	width:450px;
	height:30px;
	margin-top:565px;
	margin-left:170px;
	position:absolute;
}
input.tama {
	width:350px;
	height:30px;	
	display: block;
	float:left;
}
input.tama2 {
	width:51px;
	height:30px;	
	display: block;
	float:left;
}
#logo-us {
	height: 114px;
	width:114px;
	position:absolute;
	background-image: url(../images/logo-us.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:600px;
	margin-left:105px;
}
#logo-ven {
	height: 114px;
	width:114px;
	position:absolute;
	background-image: url(../images/logo-venezuela.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:600px;
	margin-left:285px;
}
#logo-pa {
	height: 114px;
	width:114px;
	position:absolute;
	background-image: url(../images/logo-panama.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:600px;
	margin-left:475px;
}
#logo-pe {
	height: 114px;
	width:114px;
	position:absolute;
	background-image: url(../images/logo-peru.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:600px;
	margin-left:655px;
}
#LayoutDiv2 {
	clear: both;
	width: 100%;
	height: 86px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
#LayoutDivCenter {
	clear: both;
	width: 759px;
	height: 86px;
	background-color:#FFF;
	margin-left: auto;
    margin-right: auto;
}
#logo-marcas {
	height: 86px;
	width:759px;
	float: left;
	background-image: url(../images/logo-marcas.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#logo-miro {
	height: 70px;
	width:140px;
	position:absolute;
}
#logo-king {
	height: 70px;
	width:145px;
	position:absolute;
	margin-left:140px;
}
#logo-miau {
	height: 70px;
	width:125px;
	position:absolute;
	margin-left:285px;
}
#logo-paiva {
	height: 70px;
	width:80px;
	position:absolute;
	margin-left:410px;
}
#logo-celorrio {
	height: 70px;
	width:130px;
	position:absolute;
	margin-left:490px;
}
#logo-elpilar {
	height: 70px;
	width:140px;
	position:absolute;
	margin-left:620px;
}
}