/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a{text-decoration: none; color:#0b84d1;}

.cuerpo{
	width:1024px;
	height: 768px;
	margin:0px auto;
	position: relative;
	
}
.subCuerpo{
	
	width:1024px;
	height: 768px;
	margin:0px auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 100;
	-webkit-perspective: 2000px; /* Chrome, Safari, Opera  */
    perspective: 2000px;
}


@keyframes example {
    0%   {transform: rotate3d(1, 0, 0, 90deg); }
    25%  {transform: rotate3d(0.66, 0, 0, 90deg); }
    50%  {transform: rotate3d(0.33, 0, 0, 90deg); }
    100% {transform: rotate3d(0, 0, 0, 90deg); }
}

.pantalla{
	display: none;
	opacity:0;
	overflow: hidden;
	position:absolute;
	bottom:138px;
	width:882px;
	left:50%;
	margin-left:-441px;
	height: 512px;
	background:#fff;
	transform-origin: 0% 100% ;
	-webkit-transform-origin: 0% 100% ;
	-ms-transform-origin: 0% 100% ;
	transform: rotate3d(1, 0, 0, 90deg);
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
	-moz-transform: rotate3d(1, 0, 0, 90deg);
	-o-transform: rotate3d(1, 0, 0, 90deg);
	-ms-transform: rotate3d(1, 0, 0, 90deg);
	
    background:url(../images/pantalla.png) no-repeat top center;
}

.pantalla img{
	max-width: 100%;
}
.cajaPantalla{
	padding: 20px 40px;
	text-align:center;
	font-size: 18px;

}

#contenidoPantalla{overflow: auto;
    height: 416px;}

#contenidoPantalla audio{margin: 160px auto;
    width: 450px;}

.pantalla h2{display: block;
    padding: 5px;
    text-align: center;
    background: #408BC1;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;}

.pantalla h3{text-align: center;
    color: #408BC1;
    margin-bottom: 10px;
    text-shadow: 1px 2px #D8D9DA;}	

.botonera{
width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: 54px;
}
.boton{  
	cursor: pointer;
}

.listaVideos{text-align: left; font-size: 16px; line-height: 30px;}
.listaVideos li{border-bottom: 1px dotted #ddd;}
.listaVideos li a{display: block; background:url(../images/vineta.png) no-repeat 10px center ; padding: 5px 5px 5px 45px;}
.listaVideos li a.doc{display: block; background:url(../images/vineta2.png) no-repeat 10px center ; padding: 5px 5px 5px 45px;}
.listaVideos li a:hover{background-color:#733700; color:#fff; border-radius: 5px;}

.retroceder{background:url(../images/retro.png)no-repeat top left; width:47px; height:42px;    position: absolute;
    right: 125px;
    top: 10px;}
.continuar{background:url(../images/avanzar.png)no-repeat top left; width:47px; height: 42px; position: absolute;
    right: 25px;
    top: 10px;}
.inicio{background:url(../images/ic_home2.png)no-repeat top left; width:71px; height: 66px; top: 18px;
    right: 69px;
    position: absolute;}

.personaje{position:relative; display: block;
    float: left;}
.bocadillo{position: absolute;
    right: -157px;
    bottom: 18px;
    z-index: -1; }