@charset "utf-8";
/* CSS Document */


body {
	background-color: #15130e;

}
.logos img{
	width:90%;
	vertical-align: middle;
}
.logo1 img {max-width:416px;}
.logo2 img {max-width:682px;}
.linea{
background-color: #15130e;
     background-image: url("/images/linea.png");
     background-position: right top;
     background-repeat: repeat-x;height:20px;margin-right:10px}
	 .bandera {
	background-image: url(/images/bandera2.png);
	background-repeat: repeat-y;
	background-position: right top;	  
}
.bandera {
     background: rgba(0, 0, 0, 0) url("/images/bandera2.png") repeat-y scroll right top;
     float: right;
     height: 100%;
     position: absolute;
     right: 140px;
     top: 0px;
     z-index: 1;
}
.bandera-resp {
     background: rgba(0, 0, 0, 0) url("/images/bandera2.png") no-repeat center top;
	 width:55px;
	 height:50px;
	 display:none;
	 margin-top:10px;
}
/******resposnive********/
@media (max-width: 1000px) {
.bandera{display:none;}
.bandera-resp{display:block;}


}