/*@font-face{

	font-family: "Cambridge";

	src: url("29113E_3_0.eot");

	src: local("Cambridge"), url("fonts/billy.eot") format("embedded-opentype"),

		 url("fonts/29113E_3_0.woff") format("woff"),

         url("fonts/29113E_3_0.ttf") format("truetype"),

         url("fonts/29113E_3_0.svg") format("svg");

}

@font-face{

	font-family: "CambridgeTitulo";

	src: url("RockwellStd-Bold.eot");

	src: local("CambridgeTitulo"), url("fonts/RockwellStd-Bold.eot") format("embedded-opentype"),

		 url("fonts/RockwellStd-Bold.woff") format("woff"),

         url("fonts/RockwellStd-Bold.ttf") format("truetype"),

         url("fonts/RockwellStd-Bold.svg") format("svg");

}
*/
@font-face{
	font-family: "CambridgeTitulo";
	src: url("CooperHewitt-Semibold.eot");
	src: local("CooperHewitt-Semibold"), url("fonts/CooperHewitt-Semibold.eot") format("embedded-opentype"),
		 url("fonts/CooperHewitt-Semibold.woff") format("woff"),
         url("fonts/CooperHewitt-Semibold.ttf") format("truetype"),
         url("fonts/CooperHewitt-Semibold.svg") format("svg");
}
@font-face{
	font-family: "Cambridge";
	src: url("CooperHewitt-Medium.eot");
	src: local("CooperHewitt-Medium"), url("fonts/CooperHewitt-Medium.eot") format("embedded-opentype"),
		 url("fonts/CooperHewitt-Medium.woff") format("woff"),
         url("fonts/CooperHewitt-Medium.ttf") format("truetype"),
         url("fonts/CooperHewitt-Medium.svg") format("svg");
}

*{
	font-family:"Cambridge", Arial, Helvetica, sans-serif;
  
}
body{
	padding:0px;
	margin:0px;
	color:#003663;
	
	font-family:"Cambridge", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background: url(../img/fondoTG.png) #f68d1f repeat top center;
}
.fondo2{
    position: relative;
    height: 100%;
	background: url(../img/fondoTG.png) #f68d1f repeat top center;
}


.azul{
	color:#23ade1;
}

a:hover{
	color:#003663;
	text-decoration:none;
}
a {
	color:#fdecd8;
	text-decoration:none;
}
img{
	border:0px;
}
a:focus {
	outline:0px;
}
form table{
	margin:10px auto;
	/*-moz-border-radius: 15px;
	border-radius:15px;
	border:5px #23ade1 solid;*/
}
form table td{
	text-align:center;
	padding: 10px;
}
.destacaRojo{
	font-size:1.2em;
	color:#fdecd8;
}

#superior{
	position:relative;
	float:left;
	width:100%;
}
#logo{
	position:relative;
	float:left;
	width:990px;
	/*height:80px;*/
	height:auto;
}


/*Migas*/
.blanco a.prev{
	color:#ESF3F4;
	margin-right:10px;
	background-color:#f68d1f;
	padding-right:10px;
	border-right: 1px solid #fdecd8;
	text-transform: uppercase;
	font-size: 0.9em;
	
}

.here{
	color:#003663;
	background-color:#f68d1f;
	text-transform: uppercase;
	font-size: 0.9em;
	
	
}

#central{
	width:990px;
	margin:auto;
	height:auto;
}

#central form{
	position:relative;
	float:left;
	
}

form#formLogin{
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
	
}

form#formLogin input{
    display: block;
    border-width: 0px;
    width: 198px;
    height: 36px;
    padding: 0px 5px;
    margin: 5px auto;
    background-color: #fdecd8;
    clear: both;
    color: #003663;
    font-size: 14px;
}

form#formLogin input[type="submit"]{
    background-color: #003663;
    width: 65px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#imagenHome{
	position:absolute;
	float:right;
	right:209.5px;
	width:auto;
	top:-100px;
}

.ficha{
	position:relative;
	float:left;
	width:970px;
	margin-top:20px;
	background-color:#f68d1f;
	padding:20px 10px;
	border: 1px solid rgba(253, 236, 216, 0.6);
	box-shadow: 0px 0px 2px #959595;
	margin-bottom:10px;
}

#pieCredits{
    position: absolute;
    bottom: 0px;
    width:100%;
    height: 60px;
    background-color: #fdecd8;
    color: #f68d1f;
    line-height: 30px;
    text-align: center;
}

#pieCredits a{
    color: #f68d1f;
}

.tg{
position:absolute;
float:left;
left:100px;
top:-50px;
width:auto;

}
.nombrecurso{
	position:relative;
	float:right;
	margin-top:20px;
	margin-bottom:10px;
	
	text-align:right;
	width:auto;
	font-family:"CambridgeTitulo", Arial, Helvetica, sans-serif;
	font-size:4.0em;
	color:#FFFFFF;
	text-shadow: 1px 2px 1px #0d5182;
	line-height:0.8em;	
}
.nombrecursop{
	position:relative;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	
	text-align:right;
	width:auto;
	font-family:"CambridgeTitulo", Arial, Helvetica, sans-serif;
	font-size:2.0em;
	color:#FFFFFF;
	text-shadow: 1px 2px 1px #0d5182;
	line-height:0.8em;	
}

.tituloppaltg{
	position:relative;
	float:left;
	margin-top:2px;
	margin-bottom:5px;
	
	
	width:auto;
	font-family:"CambridgeTitulo", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#FFFFFF;
	text-shadow: 1px 2px 4px #4b6373;
	
	line-height:0.8em;	
}

.titulotg{
	position:relative;
	float:left;
	margin-top:150px;
	font-family: "Cambridge";
	color:#ffffff;
	font-size:2.3em;
	text-shadow: 2px 2px 3px #666;
	font-weight:bold;
}

.fichafondo{
	position:relative;
    float: left;
	width:670px;
    height: 300px;
	font-size:1.5em;
	padding:0;
	border-radius:2px;
	color:#FFFFFF;
	background-color: #f68d1f;
    border: 1px solid #fdecd8;
    margin: 150px 160px 20px;
	box-shadow: 0px 0px 2px #959595;
}

.fichasinfondo{
	position:relative;
	float:left;
	width:970px;
	padding:10px;
}
.contmapa{
	position:relative;
	float:left;
	width:586px;
	height:369px;
	margin-left: 140px;
	margin-top:100px;
}
.mapa{
	position:relative;
	float:left;
	width:586px;
	height:369px;
}
.contmapa2{
	position:relative;
	float:left;
	width:229px;
	height:133px;
	margin-left: 140px;
	margin-top:30px;
}
.formulario{
	width:300px;
	margin: auto;
	padding-top:20px;
}
.titulo{
	position:relative;
	float:left;
	z-index:6;
	width:100%;
	height:38px;
    margin: 0px;
    margin-bottom: -30px;
    color: #FFFFFF;
   
   
	
}
.titulo span{
	position: relative;
	float: left;
	min-width: 139px;
	height: 36px;
	padding: 0px 10px;
	font-family: "Cambridge";
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	color: #FFF;
	line-height: 39px;
	background-color: #003663;
}
.titulo span:after{
    position: absolute;
    top: 36px;
    left: 50px;
    content: " ";
    display: block;
    z-index: 100;
    width: 0px;
    height: 0px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 14px solid #003663;
    font-size: 0px;
    line-height: 0px;
    
}
.titulo a{
	position:relative;
	float:left;
	width:auto;
	padding:5px 20px 13px 20px;
	font-family: "Cambridge";
	border-radius: 10px;
	margin:0px 5px 0px 0px;
	color:#c7234e;
	font-size:28px;
	border:solid 3px #F15A22;
	background:#23ADE1;
	text-shadow: 1px 2px 1px #431b1e;
}
.titulo a:hover{
	color:#23ADE1;
	background-color:#c7234e;
	border:solid 3px #23ADE1;
}
.titulo a.activo{
	color:#23ADE1;
	background-color:#c7234e;
	border:solid 3px #23ADE1;
}

.margentop{
	margin-top:50px;
	margin-bottom:25px;
	margin-right:200px;
}
.punteado{
	position:relative;
	float:left;
	width:970px;
	border-bottom:1px solid rgba(253, 236, 216, 0.3);
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}
.punteadoli{
	position:relative;

	width:100%;
	
	height:1px;
	background-color:rgba(253, 236, 216, 0.3);
}

.namethetest{
	position:relative;
	float:left;
	width:970px;
	font-weight:bold;
	padding-top:30px;
	
	padding-bottom: 10px;
	margin-top: 10px;
	text-align:left;
}
.punteadosin{
	position:relative;
	float:left;
	width:970px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.name{
	font-size:18px;
	font-weight:bold;
}
.cajagenerate{
	position:relative;
	float:left;
	width:auto;
	
	padding-bottom: 10px;
	margin-top: 50px;
}
.punteadoTop{
	position:relative;
	float:left;
	width:970px;
	border-top: 1px solid rgba(253, 236, 216, 0.3);
	padding-top: 10px;
	margin-top: 10px;
}
ul.punto {
	position:relative;
	float:left;
	width:890px;
}
ul.punto li{
	position:relative;
	float:left;
	display:block;
	width:880px;
	background:url(../img/punto.png) no-repeat;
	margin:0px;
	padding:0px 0px 10px 20px;
}
ul.punto li img{
	margin-left:5px;
}
.columna410{
	position:relative;
	float:left;
	width:410px;
}
.columna900{
	position:relative;
	float:left;
	width:900px;
}
.columna370{
	position:relative;
	float:left;
	width:370px;
	margin-right:20px;
}
.columna270{
	position:relative;
	float:left;
	width:270px;
	text-align:center;
}
.columna250{
	position:relative;
	float:left;
	width:250px;
	text-align:center;
}
.columna270_2{
	position:relative;
	float:left;
	width:270px;
}
.columna470_2{
	position:relative;
	float:left;
	width:470px;
}
.columna155{
	position:relative;
	float:left;
	width:190px;
	text-align:center;
}
.columna190{
	position:relative;
	float:left;
	width:190px;
}
.columna100{
	position:relative;
	float: right;
	width: 80px;
	text-align:center;
}
.generatorp {
	width:173px;
	margin:auto;
}
.generatorp a{
	position:relative;
	float:left;
	width:153px;
	height:33px;
	background:url(../img/generatep.jpg) no-repeat;
	padding-top:10px;
	font-weight:bold;
}
.generatorp a:hover{
	color:#F11B26;
}
.generatorp2{
	position:relative;
	float:left;
	width:173px;
	margin-right:5px;
}
.generatorp2 a{
	position:relative;
	float:left;
	width:153px;
	height:33px;
	background:url(../img/generatep.jpg) no-repeat;
	padding:10px;
	font-weight:bold;
}
.generatorp2 a:hover{
	color:#F11B26;
}

.generatorp_peq {
	width:115px;
	margin:auto;
}
.generatorp_peq a{
	position:relative;
	float:left;
	width:75px;
	height:33px;
	background:url(../img/botonmascorto.png) no-repeat;
	padding-top:10px;
	text-transform:uppercase;
    color: #f68d1f;
}

.generatorp_peq a[href^="examenes.php?del="]{
    color: #003663;
}

.generatorp_peq a:hover,
.generatorp_peq a:hover[href^="examenes.php?del="]{
	color:#003663;
}

.margen2{
	width:90%;
	margin:auto;
	text-align:center;
}
.margen3{
	width:812px;
	margin:auto;
	text-align:center;
}
.margen2 div{
	position:relative;
	float:left;
	width:auto;
	margin:10px;
}
.margen{
	width:580px;
	margin:auto;
}
.margen div{
	position:relative;
	float:left;
	width:auto;
	margin:10px 50px;
    text-align: center;
}
.bot_test a{
	position:relative;
	float:left;
	width:auto;
	height:36px;
    background-color: #fdecd8;
    color: #f68d1f;
	font-family:"Cambridge";
	text-transform:uppercase;
    line-height: 39px;
	padding:0 10px;
}
.bot_test a:hover{
	color:#003663;
}

div[class^="columna"] .bot_test a{
    background-color: #f68d1f;
    color: #fdecd8;
    border: 1px solid #fdecd8;
}
div[class^="columna"] .bot_test a:hover{
    color: #003663;
}

.paddingTest{
	position:relative;
	float:left;
	padding-top:10px;
	padding-right: 10px;
}
.botonG a{
	position:relative;
	float:left;
	width:226px;
	height:69px;
	background:url(../img/botonG.gif) no-repeat;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
}
.botonG a:hover{
	color:#F11B26;
}
.botonG2 a{
	position:relative;
	float:left;
	width:226px;
	height:69px;
	background:url(../img/botonG.gif) no-repeat;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
	color:#F11B26;
	margin-left:380px;
}
.botonG2 a:hover{
	color:#000000;
}
.botonrojo a{
	position: relative;
    float: left;
    width: 122px;
    height: 36px;
    
	border: 1px solid #fdecd8;
	padding:0 3px ;
    text-align: center;
    margin-right: 10px;
    line-height: 39px;
    color: #fdecd8;
	text-transform:uppercase;
}
.botonrojo a:hover{
	background-color: #fdecd8;
	border: 1px solid #fdecd8;
    color:#f68d1f;
}
.botonrojoActivo{
	position:relative;
	float:left;
	width:122px;
	height:36px;
	background-color: #fdecd8;
	border: 1px solid #fdecd8;
	padding:0 3px;
	
	text-align:center;
	margin-right:10px;
    line-height: 39px;
    color:#f68d1f;
	text-transform:uppercase;
}
.capaEdita{
	position:relative;
	float:left;
	width:930px;
	background: url(../img/despliegafondo.jpg) repeat-y left bottom;
	padding: 5px 20px;
}

.capaEditanueva{
	position:relative;
	float:left;
	width:920px;
	padding: 5px 20px;
	margin:10px 0;
    border: 1px solid #fdecd8;
	border-radius: 15px;
	box-shadow:0px 0px 2px #959595;
	background:#f69228;
}
.textoPunto{
	position:relative;
	float:left;
	width:700px;
}
.textoPuntoAnswer{
	position:relative;
	float:left;
	width:700px;
	margin-bottom:30px;
	margin-top:20px;
}
.textoPuntoAnswer ul{
	width:600px;
}
.textoPuntoAnswer ul li{
	width:600px;
}
.botonesPunto{
	position:relative;
	float:right;
	width:150px;
}
#cerrar{
	position: relative;
    float: right;
    width: 300px;
    height: 150px;
    background-image: url(../img/logoInt.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 96%;
    text-align: right;
}
#nube{
    position:relative;
        float:right;
        width:42px;
        height:26px;
        margin-top:5px;
}
#vent_guardar{
    position: fixed;
    display: none;
    float:none;
    z-index: 4;
    top: 10%;
    left: 40%;
    width: 490px;
    height: auto;
    margin:0px;
    padding: 5px;
}
.izda{
	position:relative;
	float:left;
}
.dcha{
	position:relative;
	float:right;
}
.centrarTexto{
	text-align:center;
}
#contpie{
	position:relative;
	float:left;
	width:100%;
	height:50px;
	background: #fdecd8;
    color:#f68d1f;
}
#pie{
	width:990px;
	height:50px;
	margin:auto;
}
.blanco a{
	color:#ESF3F4;
}
.negrita{
	font-weight:bold;
}
.rojo{
	color:#F11B26;
}
.gris{
	color:#003663;

}

.tipopregunta {
	width:600px;
	height:25px;
	margin-left:0px;
	margin-bottom:0px;
	color:#000000;
	background-color:#dddddd;
}

.respuesta {
	width:800px;
	margin-left:0px;
	margin-bottom:10px;
	color:#000000;
	background-color:#bbbbbb;
}
.capaEditasinfondo{
	position:relative;
	float:left;
	width:930px;
	padding: 5px 20px;	
	margin-top: 20px;
}
.inputEdita {
	width:600px;
	margin-left:0px;
	margin-bottom:10px;
	color:#000000;
	background-color:#E6E6E6;
}
.textoInputEdita{
	padding-top:5px;
	font-weight:bold;
	color:#000000;
}
.pinchoMapa{
	position:absolute;
	width:30px;
	height:64px;
	z-index:5;
}
#capaTexto{
	position:absolute;
	top:0px;
	left:0px;
	line-height:1.0em;
	text-transform:uppercase;
	font-size:0.9em;
	

	background-color:#003663;
	height:36px;
	padding:6px 6px 3px 6px;
	color:#fdecd8;
	z-index:5;
}
.divrollover{
	position:relative;
	float:left;
	width:auto;
	height:auto;
}
.centrartexto{
	text-align:center;
}
.repaudio{
	position:relative;
	float:left;
	width:auto;
	padding-left:25px;
	margin-top:10px;
}


.mensaje{
        position:absolute;
        color:#F00;
        background:rgba(255, 255, 255, 0.9);
        width:300px;
        border:1px solid #F00;
        padding:25px;
        bottom:80px;
        font-size:15px;
        text-align:center;
        border-radius:3px;
        z-index:100;
        }
.mensajecerrar{
        position:absolute;
        width:35px;
        height:auto;
        top:-15px;
        right:20px;
        z-index:100;
        }
.mensaje a {
        color:#F00;
        text-decoration: underline;
}
