@charset "UTF-8";

/*----------------------- NO MOVER---------------- */


.colorModulo{
	background-color:#4A69B1;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

.noNav{
	opacity:.1;
	cursor:default;
	}
	
/* Elementos del header (logotipo, bullets, íconos) */
.header{
	background-color: #BECAE3;
	width: 100%;
	height: 45px;
	overflow: hidden;
	background:url('templateImg/fondoHeader.png');
}

.header td {
	text-align: center;
	vertical-align: middle;
}

.header img.util {
	padding-top: 6px;
}

ul#pageBullets {
	width: 100%;
	height: 45px;
	overflow: hidden;
	list-style-type: none;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 45px;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	cursor: default;
}

#pageBullets li {
	display: inline-block;
	box-shadow: 0px 0px 3px #b5b5b5;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin: 0px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#pageBullets li.currentPage {
	background-color: #0067A8;
	}

#pageBullets li.previousPage {
	background-color: #67B2E7;
	opacity: 0.4;
}

#pageBullets li.nextPage {
	background-color: #ffffff;
}

/* Contenido */

#todo{
 position: absolute;
 top: 0px;
 left: 0px;
 font-family: Helvetica, Arial, sans-serif;
 height: 629px;
 background:url('templateImg/Fondo.png')  no-repeat center center;
}

.content {
 overflow: hidden;
}

.colorModulo{
	background-color:#0066A7;}
.sinColor{
	background-color:#fefefe;
	}
#Todos_Contenido{
	
	position: absolute;
	left: 0px;
	width: 969px;
	top: 49px;
	height: 588px;
	z-index: 0;
	padding-left: 10px;
	
}
/* Pie de página */



a.descargable {
	width: 45px;
	height: 46px;
	float: right;
	background: url('templateImg/btn_NavDescarga.png')  no-repeat center center;
}
a.descargable2 {
	width: 45px;
	height: 46px;
	float: right;
	background: url('templateImg/btn_NavDescarga.png')  no-repeat center center;
}

/* Layer de ayuda */
#botonAyuda, #botonGlosario {
	cursor: pointer;
}

#layer_ayuda {
	z-index: 400;
	position: absolute;
	top: 2px;
	width: 100%;
	height: 100%;
	left: 10px;
	display: none;
}

#layer_ayuda.visible {
	display: block;
}

/* Menú deslizable */

#logoHeader, #logoMenu {
	cursor: pointer;
}

ul#navMenu {
	width: 167px;
	height: 629px;
	position: absolute;
	display: block;
	top: 0px;
	left: -154px;
	z-index: 5;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.csstransitions ul#navMenu {
	transition: left 0.5s ease-in-out 0.1s;
	-webkit-transition: left 0.5s ease-in-out 0.1s;
	-o-transition: left 0.5s ease-in-out 0.1s;
	-ms-transition: left 0.5s ease-in-out 0.1s;
	-moz-transition: left 0.5s ease-in-out 0.1s;
}

ul#navMenu.expanded {
	left: 0px;
}

ul#navMenu li {
	border-bottom: 5px solid #ffffff;
	width: 100%:
}

li#logoMenu {
	height: 629px;
	background: url('templateImg/img_BarraIzq_Logo.png') no-repeat ;
}




/*CheckBox y Radio*/
label {
    display: inline;
}

.regular-checkbox{
    display: none;
}
.regular-checkbox + label {
	background:#ffffff;
    border: 1px solid #666666;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
	cursor:pointer;
}

.regular-checkbox:checked + label {
    border: 1px solid #666666;
    color: #679146;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 30px;
    position: absolute;
    top: -8px;
    left: 0px;
    color:#679146;
}

.input05{
	 border: 1px solid #666666;
	font-size:20px;
    color:#555555;
	 border-radius: 3px;
	 max-width:15px;
}
/* Glosario */
#tituloGlosario {
	font-size: 14pt;
	font-variant: small-caps;
	border-bottom: 4pt solid #333;
	color: #444;
	max-width: 640px;
	margin: 0;
}

ul#glosario {
	list-style-type: disc;
	padding: 3px 15px;
	margin: 0;
}

ul#glosario h3 {
	color: #444;
	font-size: 10pt;
}

ul#glosario p {
	color: #666;
	font-style: italic;
	font-size: 8pt;
}

.glosario {
	text-decoration: none;
	box-shadow: 1px 1px 6px #BECAE3;
	color: inherit;
	border-bottom: 2px dashed #4A69B1;
	display: block;
	position: absolute;
	background-color: rgba(240, 240, 240, 0.4);
	margin: 0;
	padding: 0;
}

.myMask{
    width: 247px;
    height: 100px;
    overflow: auto;
	background-color:#ffffff;
	border:0px;
}
.myFrame{
    width: 247px;
    height: 95px;
	border:0px;
}

#dialog-message{
	height:120px !important;
	z-index:250 !important;
	}

.ui-widget-header {
	border: 0px!important;
	background: #BECAE3 !important;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 4pt solid #333;
	color: #4A69B1 !important;
	margin: 0;
	height:30px;
}

.ui-button-text{
	color:#4A69B1 !important;	
}

span#ui-id-1.ui-dialog-title{
	padding-right: 138px!important;
}

.ui-corner-all{
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	border-top-left-radius: 3px !important;
}

.ui-widget-content {
	border: 0 !important;
	box-shadow: 1px 1px 6px #4A69B1;
	background: #BECAE3 !important; 
	
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #4A69B1;
	font-size:14px;
	background: #ffffff;
	font-weight: bold;
	color: #4A69B1;
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.ui-button{
	cursor:pointer;
}

/*Instrucciones*/
.iconoInstrucciones{
	
	
}
		
	.instrucciones{
	
}
