@charset "utf-8";
/* CSS Document */

/*--- Cuerpo ----------------------------------------*/
@media only screen and (max-width: 1270px) {
	#izq, .mas { width: 695px; }
    .ancho { width: 334px; }
    .colRight { width: 180px; }
}
@media only screen and (min-width: 1270px) {
	#izq, .mas { width: 974px; }
    .ancho { width: 470px; }
    .colRight { width: 210px; }
}
.top,.middle {
    position:relative;
    clear:both;
}
.top {
    min-height:200px;
    font-size:12px;
    margin-bottom: 25px;
    cursor:pointer;
}
#izq { float:left; }
#izq div div div { cursor:pointer;margin-top:-18px; }
#izq img { margin-right:20px;margin-bottom: 10px;float:left; }
.ancho { float:left; }
.colRight {
    float:right;
    padding-left:20px;
    border-left: 1px solid black;
}
.mas {
    position:absolute;
    bottom:0;
    text-align:center;
}
.colRight iframe {
    width:220px;
}
