* {
	padding:0;
	margin:0;	
	}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
	background-color: #e8e8df;
	background-attachment: fixed;
	background-image: url(cubos.png);
	background-repeat: no-repeat;
	background-position: center top;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

.container {
	position: relative;
	min-height: 100%;
	width: 980px;
	margin: 0 auto; 
	padding: 0;
	overflow: auto;
	background-color: #20ACB8;
}


.cont {
	padding: 0px;
	width: 980px;
	float: left;
	padding-bottom: 40px;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* INICIA HEADER */
#uno {
	background-color: #c6dad8;
	position:relative;
	width: 980px;
	height: 100px;
/*	border:#09F 1px solid;  */
	}
#contencabezado {
	position: relative;
	margin: auto; 
	width: 920px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
	
#volver {
	position: absolute;
	width: 250px;
	height: 25px;	
	right: 0px;
	top: 75px;
	text-align: right;
	}	

a.vuelvo:link {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
a.vuelvo:visited {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}			

a.vuelvo:hover {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #838282;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#FFF;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
a.vuelvo:active {
	font: 11px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
/* -- */
a.vuelvo2:link {
	font: 9px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
a.vuelvo2:visited {
	font: 9px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}			

a.vuelvo2:hover {
	font: 9px Verdana, Geneva, sans-serif;	
	color: #838282;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 10px;
	background-color:#FFF;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}		
	
a.vuelvo2:active {
	font: 9px Verdana, Geneva, sans-serif;	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 10px;
	background-color:#20ACB8;
	border: 1px solid #20ACB8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}	
	
	
	

/* TERMINA HEADER */


/* INICIA NAVEGACIÓN UNO */
#dos {	
	position:relative;
	width: 980px;
	height:50px;
	background-color:#404040;	
	z-index:200;
}
#smoothmenu1 {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-color:#404040;
	}
/* TERMINA NAVEGACIÓN UNO */



/* INICIA CONTENEDOR UNO */
#tres {
	position: relative;
	width: 980px;
	background-color: #FFF;
}


#letrastitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	width: 940px;
	height: 80px;	
	font-weight: bold;
	text-align: right;
	background-image: url(fondoletras.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;	
	display: table;		
}

#letrastitulo_fili {
    display: table-cell;
    vertical-align: middle;
}



.subtitulo_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color:#20acb8;
	padding-left: 30px;
	margin: 5px 0 40px 0;	
/*	background-color:#CFF; */

}

.subtitulo_big2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#20acb8;
	margin: 5px 0 20px 0;	
}


/* cont_2 */
#cont_2 {	
	width: 960px;
	margin: 0 auto;
/*	background-color:#FFF;		 */
}
/* submenu */
#cont2_sub1 {
	width: 250px;	
	float:left;		
	top:0;
	margin-left:10px;
/*	background-color: #FF0;	*/

/*	border: 1px solid #20ACB8;  */
	}
	
.cabetitulo {
	background-color: #20ACB8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom:0px;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
}	
	
	
	
a.submenu:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:#999 1px solid;
	padding: 3px 2px;
	margin-bottom:5px;
	}
	
a.submenu:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:#999 1px solid;
	padding: 3px 2px;
	margin-bottom:5px;
	}	

a.submenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #20acb8 1px solid;
	margin-bottom:5px;	
	background-color: #20acb8;
	}	

a.submenu:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:#999 1px solid;
	padding: 3px 2px;
	margin-bottom:5px;
	}	



#cuerpotexto {
/*	width: 670px;	*/
	width: 650px;
	margin-left: 285px;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom:120px;
	background-color: #FFF;
}

/* fin cont_2 */

.txt_reglamentos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838282;
	font-weight:bold;	
}

#marqui {
	width: 404px;
	height: 224px;
	float:left;
	top: 0; 
	left: 0;
	padding: 0px;
}

#contacto {
	/*float:right;*/
	width: 255px;
	height: 225px; 
	padding: 0px;	
	margin-left:410px;
}

.tit_ubi0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #20ACB8;
	font-weight:bold;
}
.txt_ubi0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838282;
	margin-bottom: 10px;
	line-height: 16px;
}

#mision {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #838282;
	text-align:justify;
	padding: 15px 10px;
	margin-top:15px;	
	margin-bottom:15px;
	border:#20ACB8 solid 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
}


#dos_col {
	background-color: #FFF;
	background-image: url(fondo_lin.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:15px;
	}

#col1 {
	width: 290px;
	height: 400px;
	float:left;	
	margin-left: 15px;
	padding: 0px;
}

#col2 {
	/*float:right;*/
	width: 330px;
	height: 400px; 
	padding: 0px;	
	margin-left:335px;
}


.titulo_uno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #696969;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 30px;
	line-height: 1.3em;
	text-align: justify;	
}
.titulo_uno_ver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #20acb8;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 30px;
	line-height: 1.3em;
	text-align: justify;	
}
.titulo_uno_dos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #696969;
	padding-top: 5px;
	padding-left: 0;	
}

.titulo_dos_original {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #20acb8;	
	font-weight: bold;	
	padding-top: 0px;
	padding-left:0;
	line-height: 1.1em;	
	margin-bottom:20px;
}


.titulo_dos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #20acb8;	
	font-weight: bold;	
}

.titulo_dos_linea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #696969;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0;
	line-height: 1.1em;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #20acb8;
}

.titulo_dos_linea_centrado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0;
	margin-top:40px;	
	margin-bottom:10px;
	text-align:center;
}

.titulo_tres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 0;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.texto_documentos {
	margin: 0 0 60px 0;
}


.texto {
	margin-left: 0px;
	margin-bottom: 60px;
}


.texto_0 {
	margin-left: 20px;
	margin-bottom: 60px;
}



.texto_1 {
	margin-left: 60px;
	margin-bottom: 60px;
}

.texto_1 h3 {
	font-size:14px;
	color:#333;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #20ACB8;
}

.texto_1 p {
	margin-bottom:0.5em;	
}


/* chico */

a.entextochico:link {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;
	font-weight:bold;		
	}
	
a.entextochico:visited {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;
	font-weight:bold;		
	}
	
a.entextochico:hover {
	color:#000;	
	text-decoration: none;
	font-size:10px;
	font-weight:bold;		
	}		
			
a.entextochico:active {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;
	font-weight:bold;		
	}

/* fin chico */


/* chico light*/

a.entextochicosb:link {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;	
	}
	
a.entextochicosb:visited {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;		
	}
	
a.entextochicosb:hover {
	color:#000;	
	text-decoration: none;
	font-size:10px;	
	}		
			
a.entextochicosb:active {
	color:#1a91cf;	
	text-decoration: none;
	font-size:10px;	
	}

/* fin chico */






a.entexto:link {
	color:#1a91cf;	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;		
	}
	
a.entexto:visited {
	color:#1a91cf;	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;		
	}
	
a.entexto:hover {
	color:#000;	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;		
	}		
			
a.entexto:active {
	color:#1a91cf;	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;		
	}
	
/* Grande */	

a.entextogrande:link {
	color:#1a91cf;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;		
	}
	
a.entextogrande:visited {
	color:#1a91cf;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;		
	}
	
a.entextogrande:hover {
	color:#000;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;		
	}		
			
a.entextogrande:active {
	color:#1a91cf;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;		
	}
		
/* Fin grande */	



/* ligadoc */	

a.ligadoc:link {
	color: #1a91cf;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	}
	
a.ligadoc:visited {
	color:#1a91cf;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	display:block;	
	margin-bottom: 20px;			
	}
	
a.ligadoc:hover {
	color:#000;	
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	display:block;	
	margin-bottom: 20px;		
	}		
			
a.ligadoc:active {
	color:#1a91cf;	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display:block;
	margin-bottom: 20px;		
	}
		
/* Fin ligadoc */	



	
.spaceright {
	padding: 0 30px 0 0;
	}	
	
	
.texto_1 ol {
	margin-left: 40px;
	}	
	
.final {
	color:#000;
	font-weight:bold;
	}	


.texto_1 table {	
	width: 800px;
	margin-left:0;
	border-collapse:collapse;
	border:#000 0px solid; 
	margin-bottom:20px;
}

.texto_1 table td {	
		border:0px solid #000;
		border-collapse:collapse;
		padding:5px;
		font-size: 12px;
		color: #696969;
}

.texto_1 table td.gd {
	border: 0px solid #000;
	width: 280px;
	border-collapse: collapse;
	padding: 5px;
	font-size: 12px;
	color: #696969;
	font-weight: bold;
	text-align:right;
}


.textojust0{
	text-align:justify;
	margin-bottom:60px;
	}

.textojust{
	text-align:justify;
	margin-bottom:400px;
	}

	
.centra {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.aqua {
	color:#20acb8; 
	font-weight:bold;
	}
	
.just {
	text-align:justify;
	}
	
/* LISTAS */

.ula {
	margin-left: 30px;
	margin-right: 30px;
	list-style-image: url(vineta.png);
}

.ula li {
	margin-top: 5px;
}

.ulaiz {
	margin-left: 30px;
	margin-right: 30px;
	list-style-image: url(vineta.png);
	text-align:left;
}

.ulaiz li {
	margin-top: 5px;
}

.ulac {
	margin-left: 20px;
	margin-right: 20px;
	list-style-type:disc;
}

.ulac li {
	margin-top: 5px;
}



tdizq {
	text-align:left;
}

.olaiz {
	margin-left: 60px;
	margin-right: 60px;
	list-style-type: lower-alpha;
	text-align:left;	
}

.olaiz li {
	margin-top: 5px;	
}

.ola {
	margin-left: 60px;
	margin-right: 60px;
	list-style-type: lower-alpha;
}

.ola li {
	margin-top: 5px;	
}

.oladecimal {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type: decimal;
}

.oladecimal li {
	margin-top: 5px;
}

.oladecimal2 {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type: decimal;
}

.oladecimal2 li {
	margin-top: 5px;
	margin-bottom: 20px;	
}

.olaromana {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type:upper-roman;
}

.olaromana li {
	margin-top: 5px;
}

.olaletra {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type:lower-alpha;
}

.olaletra li {
	margin-top: 5px;
}

.blocuote {
	padding-left:50px;
	padding-right:50px;
	font-size: 12px;	
	}


.vidrec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #399;
	text-align: center;	
	}
	
#verdocumentos {
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	}	

#verdocumentos a {
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	background-color: #20ACB8;	
	border: 1px solid #20ACB8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	}
#verdocumentos a:hover {
	font: 14px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 6px 4px;
	background-color: #404040;	
	border: 1px solid #404040;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;	
	}	
	
/* ACUERDO LINK */
.anioacuerdo_q {
	float: left;
	font-size:24px;
	line-height: 36px; 	
	padding-top: 3px; 
	padding-right: 4px; 
	padding-left: 8px; 
	margin-right: 8px; 	
	color: #FFFFFF;	
	font-weight:bold;
	background-color: #20ACB8;		
	}
	

	
.anioacuerdo {
	font-size:14px; 
	font-weight:bold;
	border-bottom:#20acbd 2px solid;
	margin-bottom:4px;
	}

/*.anioacuerdo:first-letter {  
	font-size: 36px;  
	color: #20ACB8;	
	} */
	
.anioacuerdo10 {  
	font-size: 36px;  
	color: #20ACB8;	
	font-weight:bold;
	} 	
	
.an_importante {   
	color: #20ACB8;	
	font-weight:bold;
	} 		

.consulta {
	margin-bottom:60px;	
	}


a.acuerdolink:link  {
	color:#696969;	
	text-decoration: none;
	font-size:14px;
	font-weight:normal;	
	line-height:18px;
/*	border:#C00 thin solid;*/
	}	
	
a.acuerdolink:visited  {
	color:#696969;	
	text-decoration: none;
	font-size:14px;
	font-weight:normal;	
	line-height:18px;			
	}
	
a.acuerdolink:hover {
	color:#000000;	
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	line-height:18px;			
	}
	
a.acuerdolink:active  {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height:18px;
	}		
/* TERMINA ACUERDO LINK */

.sup{
	vertical-align:super;
	font-size: 10px;
	}	
	
.tab_la {
	border-collapse:collapse;
	border:#000 1px solid; 
}

.tab_la th {
		border:1px solid #000;
		border-collapse:collapse;
		padding:3px;
		font-size: 10px;
		color: #696969;	
	font-weight:bold;
}

.tab_la td {
		border:1px solid #000;
		border-collapse:collapse;
		text-align:center;
		font-size: 10px;
		color: #696969;
}


	
.tab_lb {
	border-collapse:collapse;
	border:#000 1px solid; 
}

.tab_lb th {
		border:1px solid #000;
		border-collapse:collapse;
		padding:3px;
		font-size: 10px;
		color: #FFFFFF;	
	font-weight:bold;
	background-color: #20ACB8;	
}

.tab_lb td {
		border:1px solid #000;
		border-collapse:collapse;
		text-align:center;
		font-size: 10px;
		color: #696969;
}	

.tab_lb_td_9 {
		font-size: 9px;
		color: #696969;
}	

/* ------------- */
.tab_lac {
	border-collapse:collapse;
	border:#000 1px solid; 
}

.tab_lac th {
		border:1px solid #000;
		border-collapse:collapse;
		padding:3px;
		font-size: 10px;
		color: #696969;	
	font-weight:bold;
}

.tab_lac td {
		border:1px solid #000;
		border-collapse:collapse;
		text-align:center;
		font-size: 10px;
		color: #696969;
}


	
.tab_lbc {
	border-collapse:collapse;
	border:#000 1px solid; 
}

.tab_lbc th {
		border:1px solid #000;
		border-collapse:collapse;
		padding:3px;
		font-size: 14px;
		color: #FFFFFF;	
	font-weight:bold;
	background-color: #20ACB8;	
}

.tab_lbc td {
		border:1px solid #000;
		border-collapse:collapse;
		text-align:center;
		font-size: 14px;
		color: #696969;
}	






/* TERMINA CONTENEDOR UNO */



/* INICIA FOOTER */
#seis {
	background-color: #20ACB8;
	background-image: url(fndfooter.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:30px;
	}
#seis_60 {
	width:920px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	}
/* TERMINA FOOTER */

/* ie-fix (auslagern in CC) */
* html #container {
	height: 100%;
	}
