/* ********** 
    COLORES

    Azul fondo: 52BEBE
    Azul claro: EDF7F5
    Azul sombras: 449A9A
    Azul divisorias: B5C9C8

    Marron: 540005

    Blanco: FFFFFF

********** */

@font-face{

	font-family: "Cambridge";
	
	src: url("SourceSansPro-Regular.eot");

	src: local("Cambridge"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"),

		 url("fonts/SourceSansPro-Regular.woff") format("woff"),

         url("fonts/SourceSansPro-Regular.ttf") format("truetype"),

         url("fonts/SourceSansPro-Regular.svg") format("svg");

}

@font-face{

	font-family: "CambridgeTitulo";

	src: url("SourceSansPro-Bold.eot");

	src: local("CambridgeTitulo"), url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"),

		 url("fonts/SourceSansPro-Bold.woff") format("woff"),

         url("fonts/SourceSansPro-Bold.ttf") format("truetype"),

         url("fonts/SourceSansPro-Bold.svg") format("svg");

}


@font-face{

	font-family: "Cuerpo";

	src: url("2B10EF_0_0.eot");

	src: local("Cuerpo"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"),

		 url("fonts/SourceSansPro-Regular.woff") format("woff"),

         url("fonts/SourceSansPro-Regular.ttf") format("truetype"),

         url("fonts/SourceSansPro-Regular.svg") format("svg");

}

@font-face{

	font-family: "CuerpoBold";

	src: url("SourceSansPro-Bold.eot");

	src: local("CuerpoBold"), url("fonts/SourceSansPro-Bold.ttf") format("embedded-opentype"),

		 url("fonts/SourceSansPro-Bold.woff") format("woff"),

         url("fonts/SourceSansPro-Bold.ttf") format("truetype")

}
.fuente1{
	font-family:"Cambridge";
	}

*{
	font-family:"Cuerpo", Arial, Helvetica, sans-serif;
}

html{
	width:100%;
	height:100%;
}
body{
	padding:0px;
	margin:0px;
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	font-size:1.0em;
	font-weight:200;	
}

ol{
counter-reset:li;
margin-left:0;
padding-left:0
}
ol li{
position:relative; 
margin:0 0 10px 2em !important;
padding:4px 1.3em !important;
list-style:none;
*list-style: decimal;
}
ol li:before{
content:counter(li);
counter-increment:li;
position:absolute;
top:0px;
left:-25px; /*tamaño de la fuente*/
width:25px;
padding:4px !important;
text-align:right;
font-weight:700;
color:#7ac8c5;
}
li img{
	max-width:35px;
}
a, a:hover {
    text-decoration: none;
}

.bodyPrincipal {
  background-image: linear-gradient(to bottom right, #d81d34, #b20f2a);
   
}
#paginaPrincipal{
	/*width:990px;*/
	height:auto;
	margin: auto;
}
#bloqueCentral{
    width:990px;
    height: auto;
    margin: auto;
}

#cabeceraLogo{
    position: relative;
    float: none;
    width: 890px;
    height: 120px;
    color: #FFFFFF;
    margin: 0px auto;
}

#cabeceraLogo img{
	position:relative;

}
#cabeceraLogo span{
	position:relative;
	float:left;
	padding:20px 10px;
}

/***LOGO SIN CIRCULO*******
.logo{
	position:absolute;
	width:auto;
	height:97px;
	right:0;
}
/*****/
.logo{
	position: absolute;
	width: auto;
	height: 62px;
	right: 0px;
	z-index: 10;
	top: 125px;
}


.logo img{
    height:100%;
    width: auto;
}

.sello{
	position:absolute;
	right:0;
	width: 70px;
	margin-top: 20px;}
	
.sello img{
	width:100%;}
	
	
.logocambridge{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding-top: 20px;
	
}
.logocambridge img{
	width:220px;
	height:auto;
	margin:0 auto;
}
.botonHome{
	margin:0px;
}
.botonHome a{
	text-align:center;
}
.contenedor100{
	position:relative;
	width:100%;
	display:block;}
.fondocab{
	width:100%;
	position:relative;
	
}	

#cuerporesources{
	position: relative;
	width: 890px;
	height: 100%;
	padding: 20px 10px;
	margin: auto;
	border-radius: 30px;
	min-height: 400px;

	margin-bottom:60px;
}
.contienesombra{
	position: relative;
	
	display: block;
	padding: 5px;
	
	height: auto;
	}

#tituloTRB{
	font-family: "CuerpoBold";
	position: relative;
font-size: 2.5em;
line-height: 1.0em;
color: #fff;
margin-bottom: 20px;

margin-top: 20px;
}

.tres-columnas {
	position:relative;
	float:left;
	width: 280px;
	margin:5px;
}
#contRecursosTRB .boton a, a:hover, p{
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;

}
#contRecursosTRB .botonint a, a:hover, p{
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;

}
#contRecursosTRB .botoninta a, a:hover, p{
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	
}
#contRecursosTRB .boton a p{
	margin-top:12px;
}
#contRecursosTRB .boton a{
	position: relative;
	float: left;
	font-family: "Cuerpo", Arial, Helvetica, sans-serif;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	width: 160px;
	height: 32px;
	margin: 10px;
	padding: 15px 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	line-height: 1.0em;

	border-radius: 10px;
	border: 2px solid rgb(255, 255, 255);
	cursor: pointer;
	
}
#contRecursosTRB .boton a:hover{
	background: #fff;
	color: #D81D34;
	
	
}

#contRecursosTRB .botonint a{
	position: relative;
	float: left;
	width: 220px;
	padding: 6px 10px;
	text-align: center;
	margin-bottom: 3px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.0em;
	
	border-radius: 10px;
	font-weight: 400;
	border: 2px solid #fff;
}
#contRecursosTRB .botonint a:hover{
	background: #fff;
	color: #D81D34;
}
#contRecursosTRB .botoninta a{
	position:relative;
	float:left;
	width:220px;
	padding:6px 10px;
	font-size: 1.2em;
	line-height: 1.0em;
	text-align:center;
	margin-bottom:3px;
	text-align:center;
	
	border-radius: 10px;
	font-weight: 500;
	border: 2px solid #fff;
	background: #fff;
	color: #D81D34;
}

#contRecursosTRB .botonak a{
	position:relative;
	float:right;
	width:auto;
	padding:6px 10px;
	text-align:center;
	margin:10px 10px 3px;
	text-align:center;
	color: #008ece;
	background-color: #e6f4f5;
	font-size: 1.2em;
	line-height: 1.0em;
	box-shadow: -2px 2px 3px rgb(0, 126, 180);
	border-radius: 30px;
	font-weight: 700;
}
#contRecursosTRB .botonak a:hover{
	color:#80c5ea;
}


#contRecursosTRB .mp{
	width:100%;
	height:50px;
	text-align:right;
	margin-top:-20px;
}
#contenedorPDF{
	position: relative;
	float: right;
	height: 300px;
	overflow: auto;
	overflow-x: auto;
	overflow-x: hidden;
	font-size: 1.0em;
	
	
	border: 2px solid rgba(255, 255, 255,.8);
	border-radius: 10px;
}

.listsin, .listsin2 {
	width: 90%;
	padding:10px 2px;
}
.listcon, .listcon2, .listcon3 {
	width: 590px;
	padding:10px 2px;
	
}
#contenedorPDF ul{
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}

#contenedorPDF.listsin2 ul{
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2; 
}

#contenedorPDF.listsin3 ul{
	columns: 3; 
	-webkit-columns: 3; 
	-moz-columns: 3; 
}

#contenedorPDF.listsin li{
	position:relative;
	float:left;
	width:90%;
	height:25px;
	margin:12px;
	color:#fff;
	list-style:none;
}

#contenedorPDF.listcon2 ul{
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2; 
}
#contenedorPDF.listcon3 ul{
	columns: 3; 
	-webkit-columns: 3; 
	-moz-columns: 3; 
}
#contenedorPDF li{
	position:relative;
	float:left;
	width:90%;
	height:25px;
	margin:12px;
	color:#fff;
	list-style:none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid; 
}
#contenedorPDF li a{
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	position:relative;
	float:left;
	padding-top:4px;
	color:#fff;
}
#contenedorPDF li img{
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:-10px;
	width: 26px;
}	

li.pdfTRB{
	background:url(../img/icoPDF.png) left bottom no-repeat;
	padding-left:30px;
}
li.auTRB{
	background:url(../img/icoAudio.png) left bottom no-repeat;
	padding-left:30px;
	background-size: 26px;
}
li.viTRB{
	background:url(../img/icoVideo.png) left bottom no-repeat;
	padding-left:30px;
}
li.ppTRB{
	background:url(../img/icoPPT.png) left bottom no-repeat;
	padding-left:30px;
}
li.xlsTRB{
	background:url(../img/icoXLS.png) left bottom no-repeat;
	padding-left:30px;
}
li.zipTRB{
	background:url(../img/icoZIP.png) left bottom no-repeat;
	padding-left:30px;
}
li.docTRB{
	background:url(../img/icoWORD.png) left bottom no-repeat;
	padding-left:30px;
}
.off{
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity=50); 
}

.botonT{
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	height:50px;
}
.botonT img{
	position: relative;
	float: left;
	height:50px;
	border: none;
	width: 40px;
	height: 40px;
	
	border-radius:10px;
	margin:2px;
	
	border: 2px solid #fff;
	
	
}
#letrero2{
	position:absolute;
	width: auto;
	height:auto;
	padding:5px 10px;
	color:#fff;
	background-color:#1d2b17;
	display:none;
	text-align:center;
	margin-top: 15px;
}

.diccionario{
	position: absolute;
	display:table;
	width: 630px;
	height: auto;
	z-index:4;
	color:#fff;
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	
	
}
.textoDiccionario{
	position: relative;
	float:left;
	width: 570px;
	height:auto;
	padding:10px 20px;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}
#ayudaImg2{
	box-shadow: 0px 0px 10px #146032;
	border-radius: 20px;
	background: linear-gradient(to right, #7bae1f 0%, #649e32 100%) #649e32;
	}
	
#divCerrar{
	position:absolute;
	top:0px;
	right:-10px;
}

#divCerrar img{
	width: 45px;

	height: 45px;
	
	background: #007eb4;
	
	border-radius: 40px;
	
	margin: 2px;
	
	box-shadow: -1px 1px 1px #256219;
	}
.barra{
	position:relative;
	float:left;
	width:100%;
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	height:21px;
	color:fff;
	text-align:center;
	padding:7px 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
}

.barra span{
		width:auto;
		padding:2px 6px;
		max-width:90%;
		font-family: "Cuerpo",'Source Sans Pro', sans-serif;
}
#barraFondo{
	position:relative;
	float:left;
	width:300px;
	height:10px;
	margin-top:10px;
	background-color: #eae8e3;

}
#barraCarga{
	position:relative;
	float:left;
	width:0px;
	height:10px;
	background-color:#146032;
}
#barrapinchar{
	background-color: #146032 !important;
	border: solid 2px #146032 !important;}

#playAudio{
	position:relative;
	float:left;
	background: url(../img/audioplay.png) no-repeat scroll 0% 0% / contain #007eb4;
	border:none;
	width:auto;
	width:45px;
	height:45px;
	cursor: pointer;
	margin-right:8px;
	font-weight:700;
	border-radius: 40px;
	box-shadow: -1px 1px 1px #256219;
}
#pauseAudio{
	position:relative;
	float:left;
	background: url(../img/audiopause.png) no-repeat scroll 0% 0% / contain #007eb4;
	border:none;
	width:45px;
	height:45px;
	cursor: pointer;
	margin-right:8px;
	border-radius: 40px;
	box-shadow: -1px 1px 1px #256219;
}
#stopAudio{
	position:relative;
	float:left;
	background: url(../img/audiostop.png) no-repeat scroll 0% 0% / contain #007eb4;
	border:none;
	width:30px;
	height:30px;
	cursor: pointer;
	margin-top:6px;
	margin-right:3px;
	border-radius: 40px;
	box-shadow: -1px 1px 1px #256219;
}
#subtit{
	position:relative;
	float:left;
	border:none;
	width:45px;
	height:45px;
	cursor: pointer;
	margin-right:8px;
}
#ampliar{
	position:relative;
	float:left;
	cursor: pointer;
	margin-right:8px;
}
#ampliar img{	
	border:none;
	width:45px;
	height:45px;
}
#controlesvideo{
	position:relative;
	float:left;
	width:96%;
	height:54px;
	padding: 10px 2% 0px 2%;
}
#controlesvideo div.botonesVideo{
	position:relative;
	float:left;
	width:auto;
	height:54px;
	cursor:pointer;
	text-align:left;
}
.botonesVideo img{
	border:none;
	width:45px;
	height:45px;
	background:#007eb4;
	border-radius: 40px;
	margin: 2px;
	box-shadow: -1px 1px 1px #256219;
}
#conTiempo{
	position:relative;
	float:left;
	width:auto;
	height:30px;
	margin:8px 10px;
}
#Tiempos{
	position:relative;
	float:left;
	width:90px;
	height:30px;
	text-align:center;
	padding-top:3px;
	margin-left:30px;
}
#contVolumen{
	position:relative;
	float:left;
}
#volumeslider{
	position:relative;
	float:left;
	width:100px;
	margin:13px 10px;
}
#subtitulos2{
	position:relative;
	float:left;
	width:90%;
	height:70px;
	padding:5px 5%;
	background-color: #eae8e3;
	text-align:left;
	color:#000;
}
#pieGral{
	position:fixed;
	width:100%;
	height:50px;
	padding-top:10px;
  	background-color: #fff;
 	bottom:0px;
}
#creditos{
	position: absolute;
	z-index: 100;
	top: 60px;
	left:25px
	display: none;
	width: 940px;
	height: auto;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
}
.cierre{
	position:relative;
	float:left;
	width:100%;
	height:35px;
}
.cierre span {
    position: relative;
	float:right;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
    right: 0px;
	cursor: pointer;
}
#textocreditos{
	position:relative;
	float:left;
	width: 94%;
	height:500px;
	padding: 0px 3%;
	overflow:auto;
	overflow-x: hidden;
	min-height:500px;
}
#textocreditos a, a:hover{
	color:#000;

}
#enlaces, #enlaces p {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: inherit;
}
#enlaces p spam{
    padding: 2px 10px;
    color:#D81D34;
}

#enlaces a {
    color: inherit;
	font-weight:normal;
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
}

#enlaces a:hover {
    color: inherit;
	font-weight:normal;
	font-family: "Cuerpo",'Source Sans Pro', sans-serif;
	color: #428a9b;
}