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

body {
	overflow-y: hidden;
}

iframe {
	border: none;
	margin: 0;
	padding: 0;
}


#contenedorPadre { 
	position:relative; 
	width:100%; 
	height:100%;
	display: table;
}

.frameGrande{
	height: 100%;
	width: 100%;
	display: table-row;
/*	background: #FF0000;*/
}

.frameGrande iframe{
	height: 100%;
	/* min-height: 300px; */
	width: 100%;
}

.frameGrande p{
	display:none;
}

.frameGrande .cerrar{
	display:none;
}

.framePequeno{
	height: 50px;
	width: 100%;
	background: #000000;
	/*display: table-row;*/
	box-shadow: inset 0 0 3px rgba(255, 255, 255, .5);
	text-align: right;
	padding-top: 3px;
}

.framePequeno .cerrar{
	background-color: rgba(255, 255, 255, .2);
	border-radius: 100%;
	height: 45px;
	width:	45px;
	font-size: 2em;
	padding-top: 5px;
	margin: 0 3px;
	color: rgba(255, 255, 255, .4);
	display: inline-block;
	cursor: pointer;
	text-align: center;
	/* margin-bottom: 15px; */
	float: right;
	font-weight: 100;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .8);
}

.framePequeno .cerrar:hover{
	background-color: rgba(255, 255, 255, .6);
	color: rgba(255, 255, 255, .8);
}

.framePequeno iframe{
	height: 45px;
	width: 99px;
}

.framePequeno p{
	font-size: 1em;
	text-align: left;
	color: rgba(255, 255, 255, .6);
	display: inline;
	float: left;
	padding-left: 2em;
	padding-top: 10px;
}

.noScroll{
	overflow: hidden;
}




