@charset "UTF-8";
/* CSS Document */

#content-index {
	margin-top: 86px;
}

#condMenu {
	width: 100%;
	}

 ul.botonacos {
	width: 90%;
	display: inline;
	clear: none;
}

 ul.botonacos li {
	width: 94%;
	float: left;
	display: inline;
	background-color: #696969;
	min-height:30px;
	/*max-height:50px;*/
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	padding-right: 6%;
}
.botonacos a li .indice0 {
	padding-left: 5px;
}
.botonacos a li .indice {
	padding-left: 25px;
}
ul.botonacos li:active {
	width: 100%;
	float: left;
	display: inline;
	background-color: #75ae1c;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

ul.botonacos li a{
	width: 100%;
	float: left;
	display: inline;
	}

ul.botonacos li p {
	width: 90%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 15px;
	color: #FFF;
}

 ul.botonacos li p.indice0 {
	color: #FFF;
	margin-top: 15px;
}
 ul.botonacos li p.indice {
	color: #FFF;
	margin-top: 15px;
}

#indiceImg {
	width:52px;
	height:50px;
}
#homeImg {
	width:52px;
	height:50px;
}

/* Tablas */
table {
	width:95%;
	}
table, table tr { border: none }
table tr td {
	border: 1px solid #333;
	padding: 2px 2px
}
table tr td font {
	font-size: 14px !important;
	font-family: 'Signika Negative', sans-serif;
	color: #333
}
table#codtab {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}


table#codtab th {
	background-color: #75ae1c;
	text-align: center;	
  padding: 8px;
}
table#codtab td {
  text-align: left;
  padding: 8px;
}
table#codtab tr td {	
  border: 1px solid #75ae1c !important;
}
table#codtab tr:nth-child(even){background-color: #f2f2f2}
h1, h2, h3, h4 {
	letter-spacing: -0.05em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.61em;
	color: #75ae1c;
	font-weight: bold;
	margin-top: 3rem;
}

h3 {
	font-size: 1.21em;
	color: #75ae1c;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	color: #75ae1c;
	font-weight: bold;
}
.autoexclusion {
}

table.main {}
 tr.row {}
 td.cell {}
 div.block {}
 div.paragraph {}
 .font0 { font:9.00pt "Arial", sans-serif; }
 .font1 { font:10.00pt "Arial", sans-serif; }
 .font2 { font:9.00pt "Times New Roman", serif; }
 .font3 { font:11.00pt "Times New Roman", serif; }
 .font4 { font:11.00pt "Times New Roman", serif; }
 .font5 { font:14.00pt "Times New Roman", serif; }
 .font6 { font:17.00pt "Times New Roman", serif; }

.listaguion li{
	list-style-type: none;
	margin-bottom:5px;
}
.listaguion li:before{content: "-"}
.listaletra li{
	list-style-type: lower-latin;
	margin-bottom:5px;
}
.listanumber li {
	margin-top: 10px;
	}
.txtgreen {
	color: #75ae1c;
	font-weight: 700;
	}