/* 
    Document   : estiloTablet
    Created on : 18/11/2013, 01:32:06 PM
    Author     : armando.joaquin
    Description:
        Purpose of the stylesheet follows.
*/

*{
    margin : 0;
    padding : 0;
}


body{
    margin-top: 50px;
}
body, #imgTablet{
    position: absolute;
    top: 0;
    left: 0;
    width : 100%;
}
body #imgTablet img, .tablet, .tabletOpaca, #imgTablet div{
    width: 1000px;
    height: 650px;
    margin: 0 auto;
}
.tablet{
    background : url('../img/fondo.png') no-repeat center;
}
.tabletOpaca{
    background : url('../img/fondoOpaco.png') no-repeat center;
}
#imgTablet div{
    position: relative;
}
.inicio, .fichero{
    position: relative;
    width : 800px;
    height : 500px;
    float : left;
    margin : 75px 100px;
}
.inicio .titulo{
    width : 372px;
    height : 80px;
    float : left;
    clear : both;
    background : url('../img/fondoTituloNaranja.png') no-repeat center;
}
.inicio .texto{
    width : 60%;
    height : 417px;
    float : left;
    clear : none;
}
.inicio .texto p{
    font-family: 'Myriad Pro', 'PT Sans', 'PT Sans Narrows', 'Tahoma', 'Geneva';
    font-size : 19px;
    color : #fcfcfc;
    line-height : 50px; 
}
.inicio .texto ul{
    list-style : none;
}
.inicio .texto ul li{
    float: left;
    width: 146px;
    height: 114px;
    margin: 10px 10px 10px 0;
    cursor: pointer;
	display : table;
}
.inicio .texto ul #c4{
	margin-left : 65px;
}

.inicio .texto ul li p{
    margin : 0 auto;
    width: 130px;
    height: 40px;
    font : 17px 'Myriad Pro', 'PT Sans', 'PT Sans Narrow', 'Tahoma', 'Geneva';
    font-weight : normal;
    text-align: center;
    color : #fff;
	display : table-cell;
	vertical-align : middle;
	padding : 0 5px;
	padding-top : 10px;
}
.inicio .texto ul li:hover p{
    color : #444;
}
.inicio .personajes{
    width : 38%;
    height : 417px;
    float : right;
}

/** pantalla Fichero (lista de fichas)*/
#fichero{
    display: none;
}
.principal{
    width: 100%;
    height: 94%;
}
#imagenIntro{
    position: relative;
    margin-top: 47px;
    width: 176px;
    height: 480px;
    float: right;
}
#btnAtras{
    position: absolute;
    width: 56px;
    height: 56px;
    background : url('../img/btnAtras.png') no-repeat center;
}
#btnAtras:hover{
    background : url('../img/btnAtrasHover.png') no-repeat center;
    cursor: pointer;
}
#textoIntroduccion{
    position: absolute;
    width: 500px;
    height: 50px;
    margin: 220px 90px;
    font: 35px 'Myriad Pro', 'PT Sans', 'PT Sans Narrow', 'Tahoma', 'Geneva';
    font-weight: bold;
    color: #fcfcfc;
    text-shadow: 1px 1px 4px #333;
    display: none;
}

#listaFichas{
    position: absolute;
    width: 108.5%;
    height: 6%;
    margin: 29.5px -10px;
}
#listaFichas ul{
    padding: 0;
    margin: 0;
    list-style : none;
}
#listaFichas ul li{
    width: 40px;
    height: 27px;
    float: left;
    margin: 0 1px 0 0;
    padding: 0 0;
    background: url('../img/btnFicha.png') no-repeat center top;
}
#listaFichas ul li:hover{
    background: url('../img/btnFichaHover2.png') no-repeat center top;
}
#listaFichas ul .liActivo{
	background: url('../img/btnFichaHover.png') no-repeat center top;
}
#listaFichas ul li:first-child{
    margin-left: 0;
}
#listaFichas ul li:last-child{
    margin-right: 0;
}
#listaFichas ul li p{
    font: 19px 'Calibri', 'PT Sans Narrow', 'Tahoma', 'Geneva';
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    width: 40px;
    line-height: 0;
    text-align: center;
}
#listaFichas ul li p a{
    margin: 0;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.wrap{
    position: absolute;
    margin-top: -20px;
}
.wrap #fichaActiva{
    position: absolute;
    top: 0;
    width: 820px;
    height: 520px;
    background: url('../img/fichaActivaFondo.png') no-repeat;
    margin: 0 -6px;
    display: none;
    z-index: 200;
}

#fichaActiva .logoLogica{
    position: absolute;
    margin-top: 370px;
    width: 50px;
    height: 30px;
    background: url('../img/logoLogicaAzul.png') no-repeat center;
}

#fichaActiva .top{
    position: relative;
    width: 95%;
    height: 45px;
    margin: 25px auto 10px auto;
}
#fichaActiva .top .numeroFicha{
	position : relative;
    float : left;
    width : 42px;
    height : 42px;
    padding : 0;
    margin : 0;
	background-image : url('../img/fondoNumFicha.png');
	background-position : center center;
	background-repeat : no-repeat;
}
#fichaActiva .top .numeroFicha p{
	position:relative;
    text-align : center;
    font: 29px 'Calibri', 'PT Sans Narrow', 'Tahoma', 'Geneva';
    font-weight: bold;
    color: #707070;
	z-index : 100;
}
#fichaActiva .top .imprimir, .cerrar{
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
#fichaActiva .top .cerrar{
    margin-right: 30px;
}

#fichaActiva #ficha{
    width: 90%;
    float: left;
    margin-left: 30px;
    height: 360px;
    overflow: auto;
}
#fichaActiva #ficha #texto{
    float: left;
    width: 62%;
    min-height: 360px;
    font-family: 'Calibri', 'PT Sans Narrow', 'Trebuchet MS';
    line-height : 18px;
	font-size : 14px;
}
#fichaActiva #ficha #texto b{
    color: #707070;
    font-size: 17px;
    line-height : 25px;
}
#fichaActiva #ficha #texto div b{
    color : #333;
    font-size : 15px;
    line-height : 18px;
}
#fichaActiva #ficha #texto div{
}
#texto ul{
    list-style-type:circle;
}
#fichaActiva #ficha #texto ul, #fichaActiva #ficha #texto ol{
    list-style-type:circle;
    float: left;
    clear : both;
    width : 90%;
    margin-left : 20px;
}
#fichaActiva #ficha #texto ol{
    list-style-type:upper-roman;
}
#texto div div{
    margin : 0;
    padding : 0;
}
#fichaActiva #ficha #texto ul li, #fichaActiva #ficha #texto ol li{
    float: left;
    width : 100%;
    clear: both;
    margin-bottom: 5px;
}
#fichaActiva #ficha #imgFicha{
    max-width: 33%;
    padding : 10px 0;
    float: right;
    border: 5px solid #c4c4c4;
    background-color: #f8f8f8;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-align : center;
}

#fichaActiva #ficha #imgFicha img{
    width: 90%;
	min-width: 90%;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/*** FOOTER PIE PAGINA TABLET ***/
.footer{
    position: absolute;
    width: 1000px;
    height: 35px;
    margin-top: 605px;
    text-align: center;
}
.footer img{
    width: 53px;
    height: 32px;
    margin: 0 20px;
}


.txtTexto{
    float : none;
    width : 440px;
    margin-bottom : 20px;
}
.txtTexto ul{
    margin-bottom : 10px;
}