﻿* 
{
     font-family: 'Varela Round',Arial;
}

.literal {		
	margin-left: 10px;
}

a, a:visited 
{
    color: #A23346;
    text-decoration: none;
}

a:hover
{
    color: #B4B3B3;
}

.barrasuperior a, .barrasuperior a:visited, .menu a, .menu a:visited
{
    color: White;
}

.barrasuperior a:hover, .menu a:hover
{
    color: #B4B3B3;
}

body 
{
   
    background-color: #E3E1E1 !important;
    color: #444444;   
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

#main 
{
    width: 95%; /*920px;*/
    position: relative;
    border: 1px solid #888888;
    box-shadow: 0 0 15px #555555;
    margin: 20px auto; 
    background-color: #E3E1E1;   
}

#header 
{
    line-height: 0;
}

#menu 
{
  background-color: #7F6878;
  padding: 5px;
  color: white;
}

.menu
{
  background-color: #7F6878;
  color: white;
}

#menu a, #menu a:visited 
{
    color: White;
}

#menu a:hover
{
    color: #B4B3B3;
}

#content 
{  
    overflow: hidden;
    /*max-width: 920px;*/
    background-color: #FFFFFF;
    height: 100%;
    min-height: 610px;
}

#footer 
{
    background-image: url("../img/degradado.gif");
    background-position: 0 -20px; 
    border-top: 1px solid #E3E1E1;
    padding: 10px;    
    font-size: 85%;
    text-align: center;
}

#sidebar 
{
    width: 200px;
    float: left;
    height: 100%;
    background-image: url("../img/degradado.gif");
    border-right: 1px solid #E3E1E1;
    background-color: #E3E1E1;
    
}

h1, h2, h3, h4, h5, h6, .barraintegrada
{
    font-family: 'Gafata';
    
}

.boton {
	background-color: #D8575C;
	padding: 10px;
	border-radius: 10px;	
	color: white;
	border: 1px solid #D8575C;
	font-size: 120%;
	box-shadow: 0 0 5px #555555;
}

.botonPeque {
	padding: 3px 8px;
	text-decoration: none;
}

.margenArriba {
	margin-top: 25px;
}

.botonera {	
	margin: 50px 25px 10px 25px;
}

.botonera .boton {
	margin-bottom: 25px;
}

.boton:hover {
	background-color: #9B7B92;
	border: 1px solid #9B7B92;
	box-shadow: none;
}

/* ******************************************* */
/* ****** ELEMENTOS DEL SIDEBAR ************** */
/* ******************************************* */

.ficha 
{
    background-image: url("../img/degradado.gif");
    background-position: 0 -20px; 
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #E3E1E1;
    font-family: 'Gafata', Arial;
    
    text-overflow: ellipsis;
	overflow: hidden;
}

.ficha span 
{
    color: #818185;
    font-size: 90%;
}

.ficha span strong 
{
    color: Black;
}

.aclaracion 
{
    color: #818185;
    font-size: 90%;
    display: block;
    margin-top: 5px;
}
.aclaracion2 
{
    margin-top: -6px;
}
.aclaracion3 
{
    margin-top: -3px;
    font-size: 90%;
    display: block;
    color: #818185;
}
.aclaracion4 {
    color: #818185;
    font-size: 90%;
    display: block;
    margin-top:-3px;
}
.aclaracion5 {
    color: #818185;
    font-size: 90%;
    display: block;
    margin-top:3px;
}
.barrasuperior .aclaracion {
	color: white;
}

.lnkEditarSideber {
	float: right;
color: #D8575C;
text-decoration: none;
font-size: 80%;
padding: 0;
margin: 0;
}

a.lnkEditarSideber:hover
{
	color: #582528;
}

/* ******************************************* */
/* ****** ELEMENTOS DEL CONTENIDO PRINCIPAL ** */
/* ******************************************* */

#barrasuperior, .barrasuperior
{    
    border-bottom: 1px solid #E3E1E1;
    background-color: #9B7B92;
    color: white;
}

#barrasuperior h1, .barrasuperior h1 
{
    margin: 0px;
    padding: 5px 10px 5px 10px;
    font-size: 150%;
}

.barrasuperior2 
{
	background-color: #BCA2B5;
	color: white;
}	

.barrasuperior3
{
	background-color: #ced0db;
	color: white;
	padding: 5px;
	border-left: 5px solid #848589;
	border-top: solid 1px #848589;
	border-bottom: solid 1px #848589;
	color: #848589;
}

.grisClaro {
    background-color:#E6E6E6 !important;
}

.barrasuperior2 h1 
{
    margin: 0px;
    padding: 5px 10px 5px 10px;
    font-size: 130%;
}	

.barraintegrada 
{  
  background-color: #9B7B92;
  color: white;
  padding: 10px 10px 8px 10px;
  border-bottom: none;
  margin-left: -10px;
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
  margin-top: -5px;
}

.barraintegrada2 
{
    background-color: #BCA2B5;
    margin-top: -6px;
} 

#cargando {	
	padding: 5px;
	border-bottom: 1px solid #E3E1E1;
	text-align: center;
}

.panelError {	
	text-align: center;
	background-color: #ff5e5e;
	padding: 5px;
	margin-bottom: 1px;
}

.panelError .mensajePrincipal {
	font-size: 130%;	
	color: white;	
}

.panelCorrecto {	
	text-align: center;
	background-color: #5eff5f;
	padding: 5px;
	margin-bottom: 1px;
	border-radius: 10px;    
	border: 1px solid green;
}

.panelCorrecto .mensajePrincipal {
	font-size: 130%;	
	color: black;	
}

.pregunta 
{
    padding: 10px;
    border-left: 5px solid #9B7B92;
    border-bottom: 1px solid #E3E1E1;

}

.preguntaAlt
{
    background-color: #FCE8FC;
}

.pregunta h3 
{
    font-size: 130%;
    margin: 0px;
    display: inline-block;
}

.pregunta span label , .pregunta .textoPrincipal, .pregunta table label
{
    font-size: 120%;
    display: inline-block;
    /*border-right: 1px solid #9B7B92;    */
    padding-right: 8px;
}

.pregunta .etiqueta
{
    font-size: 90%;
    display: inline-block;
    color: darkgray;
}

.aviso {
	background-color: #ffe75e;
	border: 1px solid #ff6715;
	border-radius: 10px;
	padding: 10px;
}
.aviso h3 {
        text-align:center;    
    }
.pregunta select, .pregunta input[type="text"], .pregunta input[type="password"], .pregunta textarea,
.fichaCurso select, .fichaCurso input[type="text"], .fichaCurso input[type="password"], .fichaCurso textarea,.selectSuelto
{
    font-size: 120%;
    border-radius: 10px;
    border: 1px solid #9B7B92;
    background-color: #E3E1E1;
    margin-left: 10px;
    width: 450px;
    padding: 5px;
    color: #444444;
}

.fichaCurso select, .fichaCurso input[type="text"], .fichaCurso input[type="password"], .fichaCurso textarea {
      font-size: 100%;
}

.pregunta select:focus, .pregunta input[type="text"]:focus, .pregunta input[type="password"]:focus,.selectSuelto:focus
{
    border-color: rgba(229, 134, 102, 0.8);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(155, 123, 146, 0.6);
    outline: 0 none;
    background-color: #efeded;
}

.pregunta option:hover
{
    background-color: #9B7B92;
}

.pregunta ul {
	margin: 0;
}

.pregunta:hover {	
 	background-color: #E6E6E6;
}

.tabla.pregunta:hover 
{   
    border-left: solid 5px #A50E1F;
    border-right: solid 1px #A50E1F;
    border-top: solid 1px #A50E1F;
    border-bottom: solid 1px #A50E1F;
    padding-top: 9px;
    padding-right: 9px;
}

.preguntaAlt:hover 
{
    background-color: #DBDBDB;
}

.tabla.pregunta:hover h3 {
	color: #47060c;
}

#secretaria .pregunta select, #secretaria .pregunta input[type="text"],#secretaria .pregunta input[type="password"],#secretaria .pregunta textarea, #secretaria .pregunta span label,.selectSuelto
{
    font-size: 100%;
}

#secretaria .pregunta h3 
{
    font-size: 120%;
    font-weight: normal;
	font-family: Lato;
}

#secretaria .barrasuperior h1 , #secretaria .barrasuperior2 h1 
{
  margin: 0px;
  padding: 5px;
  font-size: 110%;
}

#secretaria .pregunta 
{
    padding: 5px 5px 5px 5px;
    min-height: 27px;
}

.invisible {
	display: none;
}

.derecha 
{    
    text-align: right;
}
  

.pregunta select.a200, .pregunta input[type="text"].a200 
{
    width: 200px;
}

.conSeparacion {
	margin-left: 10px;
	display: inline;
}

.separador {
	margin: 10px;
	clear: both;	
	display: block;
}

.validaError {
	background-color: red;
	display: block;
	color: white !important;
	padding: 4px;
	font-size: 110%;
	border-radius: 5px;
}

.validaErrorResumen {
	margin: 20px;
	color: black !important;
}

.casilla {	
	border: 1px solid gray;
	padding: 4px;
	border-radius: 10px;
}
.a50 
{
    width: 50px !important;    
}
.a60 
{
    width: 60px !important;    
}  
.a70 
{
    width: 70px !important;    
} 
.a80 
{
    width: 80px !important;    
} 
.a85
{
    width: 85px !important;    
} 
.a90 
{
    width: 90px !important;    
}
.a93 
{
    width: 93px !important;    
}
.a100 
{
    width: 100px !important;    
} 
.a103
{
    width: 103px !important;    
} 

.a110 
{
    width: 110px !important;    
} 

.a120 
{
    width: 120px !important;    
} 
.a122
{
    width: 122px !important;    
} 

.a130 
{
    width: 130px !important;    
} 
.a140 
{
    width: 140px !important;    
} 
.a150 
{
    width: 150px !important;    
} 
.a152 
{
    width: 152px !important;    
}
.a160 
{
    width: 160px !important;    
} 
.a180
{   
    width: 180px !important;    
}
.a190
{   
    width: 190px !important;    
}
.a192
{   
    width: 192px !important;    
}

.a200 {
	width: 200px !important;   
}
.a204 {
	width: 204px !important;   
}
.a206 {
	width: 206px !important;   
}
.a210 {
	width: 210px !important;   
}
.a240 {
	width: 240px !important;   
}
.a250 {
	width: 250px !important;   
}
.a270 {
	width: 270px !important;   
}
.a300 {
    width: 300px !important;  
}
.a310 {
    width: 310px !important;  
}
.a320 {
    width: 320px !important;  
}
.a347 {
    width: 347px !important;  
}
.a369 {
    width: 369px !important;  
}
.a396 {
    width: 396px !important;  
}
.a400
{   
    width: 400px !important;    
}

.a450
{   
    width: 450px !important;    
}
.a480
{   
    width: 480px !important;    
}
.a500
{   
    width: 500px !important;    
}
.a530
{   
    width: 530px !important;    
}
.a550
{   
    width: 550px !important;    
}
.a570
{   
    width: 570px !important;    
}
.a590
{   
    width: 590px !important;    
}
.a610
{   
    width: 610px !important;    
}

.a650
{   
    width: 650px !important;    
}
.a700
{   
    width: 700px !important;    
}
.a765
{   
    width: 765px !important;    
}
.a800
{   
    width: 800px !important;    
}
.a900
{   
    width: 900px !important;    
}
.a1000
{   
    width: 1000px !important;    
}
.a1200
{   
    width: 1200px !important;    
}


.soloImpresion {
	display: none;
}

#resumenPre {
	font-size: 11px !important;
}
#resumenPre .pregunta {
	padding: 3px;
}
#resumenPre .barrasuperior2 h1 {
		padding: 3px;
}

.destacado 
{
    background-color: Red;
    font-size: 110%;
    color: White;
  padding: 2px 5px;
  border-radius: 5px;
}

.nomuestrapreins .preins 
{
    display: none;
}

.negrita {
	font-weight: bold;
}

.acciones {
	display: none;
}

.pregunta:hover .acciones {
	display: block;
}
.acciones a {
	border-right: solid 1px #818185;
	padding-right: 3px;
}

@media print {
	.aclaracion {
		display: none;
	}
		
	h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',Arial !important;
	}
	
	.barrasuperior {
		border-bottom: 1px solid #E3E1E1;
	}
	
	.barrasuperior2 {
		border-bottom: 1px solid #E3E1E1;	
		border-top: 1px solid #E3E1E1;	
		border-left: 5px solid #E3E1E1;
	}
	
	#header {
		display: none;
	}
	
	.soloImpresion {
		display: block;
	}
	
	#main {
		box-shadow: none;
		border: 1px solid #E3E1E1;
	}
	
	#content {		
	    border-top: 1px solid #E3E1E1;
	}
	
	#footer {
		border-top: 1px solid #E3E1E1;
	}
}

.tablaF2 
{
	background-color: #ebd8e4;
}
.tablaF2 a
{
	color:#9B7B92;
}	
.tablaF2 a:hover
{

	color:#7F6878;
}		
.tablaF1 a
{
	color:#9B7B92;
}	
.tablaF1 a:hover
{
	color:#7F6878;
}
.tablaCab 
{
	background-color: #BCA2B5;
	color: white;
}	

.tablaCab a
{
	color: white;
}	

.oculto {
		display: none;
	}

/* FICHA CURSO - Antonio */
.fichaCurso {
    width:100%;
    border-collapse:collapse;
}

.fichaCurso tbody tr td{
    padding:5px;
    }
.subBordeGris {
    border-bottom: 1px solid #E3E1E1;
    
}
.fichaCurso tbody tr:hover {
   background-color:#E1E1E1;
   transition: all linear 0.4s;
}
.fichaCurso tbody tr {
    transition: all linear 0.3s;
}
.fichaCurso tbody tr td h3{
    display:inline;
    font-family: Lato !important;
    font-weight:normal;
    }

.fichaCurso tbody tr td .etiqueta {
    font-family: 'Varela Round',Arial !important;
    color:darkgray;
}


.barraIntegradaTabla {
    background-color: #9B7B92;
    color: white;
    padding: 10px 10px 8px 10px !important;
    margin-left:0px;
    margin-top:0px;
    font-weight: bold;
    font-size: 110%;
    font-family: 'Gafata';
    }
.margenTB {
    margin-top:5px;
    margin-bottom:10px;
}
.margenTBL {
    margin-top:5px;
    margin-bottom:10px;
    margin-left:10px;
}

.enlinea {
    display:inline;
}
.separarL10 {
margin-left:10px;
}
.activo {
    border-radius: 3px;
    color: black !important;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-image:url('../img/triang.png'),-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,0,0,0) 76%, rgba(255,0,0,0) 100%);
    background-image:url('../img/triang.png'),-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(74%, rgba(255,255,255,1)), color-stop(76%, rgba(255,0,0,0)), color-stop(100%, rgba(255,0,0,0)));
    background-image:url('../img/triang.png'),-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,0,0,0) 76%, rgba(255,0,0,0) 100%);
    background-image:url('../img/triang.png'),-o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,0,0,0) 76%, rgba(255,0,0,0) 100%);
    background-image:url('../img/triang.png'),-ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,0,0,0) 76%, rgba(255,0,0,0) 100%);
    background-image:url('../img/triang.png'),linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 74%, rgba(255,0,0,0) 76%, rgba(255,0,0,0) 100%);

}
.divBtnEditar {
    margin-left: 96px;
    bottom:0;
    position:absolute;
}
.OpCanBor {
    bottom:0;
    position:absolute;
}

.divBtnEditar a {
    color:#ecef3e !important;
    font-size: 70%;   
    }
.fichaCurso tr td:first-child {
    padding-bottom:0px !important;
    position:relative;
}
.btnEditar {
    width: 100%;
    
}

.btnGuardar {

    font-size: 70%;
    width:50%;
    
 }
.divBtnGuardar a {
    color:#ecef3e !important;
    }
.btnDeshacer {
    font-size: 70%;
}
.btnDeshacer a {

    color:#ecef3e !important;
}
.divBtnGuardar {
    float:left;
    margin-left: 15px;
}
.divBtnDeshacer {

    width:50%;
    float:left;
}
.divBtnDeshacer a {
    color:#ecef3e !important;
    }

.ocupaTodo {
    font-weight: bold;
    font-size: 110%;
    font-family: 'Gafata';
}
.enLineaYBloque {
display:inline-block;
}
.OpCanBor {
    width: 162px;
    margin-left: -8px;
}
.barraIntegradaTabla p {
    background-color: #9B7B92;
    color: white;
    /*padding: 10px 10px 8px 10px !important;*/ 
    /* Modificado por Diego (2015-10-13): Para que se vea bien la ficha de curso*/
    padding: 0 5px !important;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 100%;
    font-family: 'Gafata';
}
.Gafata {
    font-family:'Gafata' !important;
}
.textoDerecha {
    text-align:right;
}
.negrita {
    font-weight:bolder;
}
.negrita:hover {
    font-weight:bolder;
    color:#000;
}
.fechaLimitePreinscripcionSobrepasada {
    background-color: #ffe75e;
}
.AlaDerecha {
    float:right;
    margin-top:-14px;
}
.listaTags {
    display:table-cell;
}
.listaTags ul li {
    font-weight:bold;
    color: #818185;
    font-size: 90%;
    margin-top: 5px;
    list-style-type:none;
}
.noComProxEv {
background-color:#FFE8DC;
}