@charset "utf-8";
/*---Inicio programacion fuentes---*/
@font-face {
    font-family: 'OpenSansReg';
    src: url('../fonts/opensans_regular-webfont.eot');
    src: url('../fonts/opensans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_regular-webfont.woff') format('woff'),
         url('../fonts/opensans_regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans_regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans_bold-webfont.eot');
    src: url('../fonts/opensans_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_bold-webfont.woff') format('woff'),
         url('../fonts/opensans_bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans_bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*---Final programacion fuentes---*/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color:#666;
}
body, p{
	font-family:'OpenSansReg';
}
h1, h2, h3, h4{
	color:#666;
}
/*----- LABEL SELECT -----*/
label.custom-select {
	margin: 20px;
    position: relative;
    display: inline-block;
}
.custom-select select {
	display: inline-block;
	border: 2px solid #bbb;
	padding: 4px 3px 3px 5px;
	margin: 0;
	font: inherit;
	outline:none; /* remove focus ring from Webkit */
	line-height: 1.2;
	background: #f8f8f8;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.custom-select select {
		padding-right:30px;    
	}
}

/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
	-webkit-box-shadow: 0 0 3px 1px #c00;
	-moz-box-shadow: 0 0 3px 1px #c00;
	box-shadow: 0 0 3px 1px #c00;
}

/* Select arrow styling */
.custom-select:after {
	content: "▼";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 60%;
	line-height: 30px;
	padding: 0 7px;
	background: #bbb;
	color: white;	
	pointer-events:none;	
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.no-pointer-events .custom-select:after {
	content: none;
}
/*----- LABEL SELECT END -----*/
.foot {
	list-style:none;
	font-size:12px!important;
}
hr {
	height:1px;
}
.info {
	padding: 10px;
	float: left;
	position: relative;
}
.glosario {
	padding: 20px;
	overflow-x:hidden;
}
.glosario h1{
	color:#FFF;
	background-color:#902582;
	border-radius: 10px;
	padding: 10px;
}
.glosariotxt {
	font-size: 12pt;
	font-weight:bold;
	color: #333;
	overflow: hidden;
	vertical-align: middle;
}
.glosariocont {
	font-size: 12pt;
	font-weight: lighter;
	color: #666;
	overflow: hidden;
	vertical-align: middle;
}
#divnoticia {
	font-size: 9pt;
	color: #FFF;
	overflow: hidden;
	vertical-align: middle;
}
#divemerge {
	margin: 10px;
}
#divlista {
	margin: 0px;
	padding: 0px;
}
#divcontacto {
	font-family: 'OpenSansReg';
	color: #000;
	padding: 10px;
}
#titular {
	font-family: 'OpenSansBold';
	font-size: 13pt;
	font-variant: normal;
	color: #666;
}
#coninfo {
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

#divcontacto ul li {
	list-style-type:none;
}
#divcontacto table tr td {
	height: 70px;
}

#divcontacto ul{
	margin:0;  
	padding:0;  
}
#listaordenada {
	color: #000;
	padding-left: 20px;
}
#listaordenada ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#divlista ul {
	list-style-type: none;
	padding-left:5px;
	margin:0px;
}
.ley {
	display: block;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}
.ley h3{
	color:#FFF;
}
.columna1 {
	margin:auto;
	float: left;
	padding: 10px;
	width: 350px;
	display: inline-block;
	text-align:left;
}
.columna2 {
	margin:auto;
	float: left;
	padding: 10px;
	width: 550px;
	display: inline-block;
	text-align:left;
}
blockquote {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
    color: #333;
    font-style: italic;
    padding: 20px 0px 0px 30px;    
} 
blockquote:before {
	content: " ";  
    color: #fff;  
    background: url(../images/quote/quote_open.png);  
    float: left;  
    position: relative;  
    top: 30px;  
    border-radius: 40px;  
    display: block;  
    height: 40px;  
    width: 40px;
	left:-5px;
	top:-5px;
}
blockquote:after {
	content: " ";  
    color: #fff;  
    background: url(../images/quote/quote_close.png); 
    position: relative;
	float:right; 
    bottom: 40px;  
    border-radius: 25px;
    display: block;  
    height: 40px;  
    width: 40px;  
}
.definiciones3 {
	font-size: 16px;
	padding: 0 10px 0 10px;
}
.texto1 {
	width: 310px;
	margin: 0 10 0 10;
	position:relative;
	float:left;
	padding: 20px;
	border-radius:10px;
}
.texto2 {
	margin: 0 10 0 10;
	position:relative;
	float:left;
	padding: 20px;
	border-radius:10px;
}
.definiciones3 .titulo{
	font-family:'OpenSansBold';
	text-align:center;
	font-size: 30px;
	font-weight:bolder;
	margin:10px;
	padding-top:20px;
	color:#666;
}
.flotante{
	position:relative;
	float:left;
	margin: 20px;
}
.defmod3{
	width:700px;
	position:relative;
	float:left;
	margin: 15px;
}
.numeral_magenta1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo1/accion1.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_magenta2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo1/accion2.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_magenta3 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo1/accion3.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_magenta4 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo1/accion4.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_verde1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo2/accion1.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_verde2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo2/accion2.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_verde3 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo2/accion3.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_rojo1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo3/accion1.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_rojo2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo3/accion2.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_naranja1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo4/accion1.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_naranja2 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo4/accion2.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_naranja3 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo4/accion3.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
.numeral_naranja4 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	background-image: url(../images/modulo4/accion4.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
/*----- RADIO BUTTONS -----*/
input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:25px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image: url(../images/radio_button.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.botonreset a{
	text-align:center;
	font-family: 'OpenSansBold';
	font-size:16px;
	background-color: #666;
	border-radius:5px;
	border:none;
	color:#FFF;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 10px auto;
	display:inline-block;
}
.botonreset a:hover {
	background-color: #333;
}
.listado {
	font-family:'OpenSansBold';
}