@charset "UTF-8";



@font-face {
    font-family: 'pt-sans-narrow';
    src: url('PTN57F.eot');
    src: url('PTN57F.eot?#iefix') format('embedded-opentype'),
         url('PTN57F.woff') format('woff'),
         url('PTN57F.ttf') format('truetype'),
         url('ptn57f.svg#TeXGyreHerosCnBold') format('svg');
    font-weight: normal;
    font-style: normal;
}





body {
	font-family: pt-sans-narrow;
	font-size: 100%;
	background-image: url(../imagenes/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

.menu {
	height: 100%;
	width: 15%;
	margin-left: 3%;
	background-image: url(../imagenes/gris50.png);
	position: relative;
	float: left;
	clear: both;
	min-width:150px;
}




.foot {
	height: 30px;
	width: 100%;
	background-image: url(../imagenes/gris50.png);
	position: absolute;
	visibility: visible;
	float: right;

	bottom:8px;
	clear: none;
	margin-bottom:7px;
}

.contiene {
	
	height: 100%;
	width: 100%;
	position: absolute;
	
	left: -15px;
	top: -2px;
}

.con_izq {
	/**background-color:#339;**/
	
	width: 80%;
	height: 92%;
	float: left;
	text-align: center;
	vertical-align: middle;
	position: relative;

}

.con_img{
	
	
	/**background-color: #339;**/
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 20px;
}

.con_izq img{
	
	margin-top: auto;
	margin-bottom: auto;
	max-height: 80%;
	max-width: 80%;
	width: auto;
	height: auto;
	
}

.acf{
	height: 5%;
	width: 10%;
	position: absolute;
	float: right;
	margin-top:-65px;
	right:5%;
}

.play{
	padding-top: 3px;
	color: #FFF;
	height: 35px;
	width: 80px;
	position: absolute;
	float: left;
	left: 25%;
	font-size: 8px;
	vertical-align: middle;
	cursor: pointer;
}

.textplay{
	padding-top: 13px;
	color: #FFF;
	height: 35px;
	width: 280px;
	position: absolute;
	float: left;
	left: 25%;
	font-size: 8px;
	margin-left:40px;
	vertical-align: middle;
}

.flecha_izq{
	padding-top: 0px;
	color: #FFF;
	height: 25px;
	width: 80px;
	position: absolute;
	float: left;
	left: 25%;
	font-size: 8px;
	vertical-align: middle;
	margin-left:320px;
	cursor: pointer;
}
.flecha_der{
	padding-top: 0px;
	color: #FFF;
	height: 25px;
	width: 80px;
	position: absolute;
	float: left;
	left: 25%;
	font-size: 8px;
	vertical-align: middle;
	margin-left:395px;
	cursor: pointer;
}

#padre {

	display: table;
	height:100%;
	width:100%;
}

#padre_buy {

	display: table;
	height:50%;
	width:50%;
}

#hijo {
	/**background-color:#F60;**/
	display: table-cell;
	vertical-align: middle;
}


.logo{
	text-align: center;
}

.botones{
	text-align: center;
	

}
#botones ul, #botones ul li{
	padding: 2% 5%;
	list-style: none;
	font-size: 12pt;
}




#botones ul li a{
    padding:2% 5%;
	
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
}

#botones a.active{
 color:#fc881e;
 font-size: 15pt; 
}

#botones a.activer{
 color:#fc881e;
 font-size: 12pt; 
}

#botones a.titulos{
 font-size: 15pt; 
}



#botones ul li a:hover{
    padding:2% 5%;
    color:#000;
	
    display:inline-block;
    text-decoration:none;
}

/**** SECOND LEVEL MENU ****/

#botones ul li ul{
    margin-left:0%;

	text-align:right;
	
}

#botones ul li ul.activer{
 color:#fc881e;
 font-size: 12pt; 
}


#botones ul li:hover ul{

    display:block;

}
/**
#botones ul li ul li{
    background-color:#cae25a;
}
#botones ul li:hover ul li:hover{
    background-color:#b1b536;
}
#menuwrapper ul li ul li a{
    color:#454444;
    display:inline-block;
    width:120px;
}
**/

.izq{
	cursor: pointer;
}

.izq img{
	cursor: pointer;
	box-shadow: 0px 0px 0px #944;
	text-decoration: none;
	
}

.der{
	cursor: pointer;
	
}

#padre img {
	
	
	top:50%;
	left:50%;
	transform: translate(-50%, -50%)!important;
   -webkit-transform: translate(-50%, -50%)!important;
	position: absolute;
}

#flechas{
  position: absolute;
  width: 100%;
  height: 20px;
  top: 50%;
}

.fle-izq{
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../imagenes/izq.png) no-repeat center;
  cursor: pointer;
  /* margin-top: -20px; */
}

.fle-der{
  position: absolute;
  right:0;
  top: 0;
  width: 40px;
  height: 40px;
   background: url(../imagenes/der.png) no-repeat center;
   cursor: pointer;
  /* margin-top: -20px; */

}

.fle-izq:hover{
opacity:0.6;
}

.fle-der:hover{
opacity:0.6;
}
