/* ============================
   		Etiquetas HTML
	============================ */
* {
	padding: 0;
	margin: 0;
}

body,html {
	height: 100%;
}

h1 {
	font-size: 150%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	outline: none;
}

p {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

a:link {
	color: #d90000;
}

a:visited {
	color: #cc6666;
}

a:hover,a:focus {
	text-decoration: none;
}

a:active {
	color: white;
	background-color: #d90000;
}

.skiplink {
	display: none;
}

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 10px;
}

li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

/* ============================
   		Plantilla
	============================ */
body {
	background: url(../images/telon_izq3.jpg) repeat-y;
}

#contenedor { 
	min-height: 100%;
	background: url(../images/telon_dcha3.jpg) 100% 0 repeat-y;
}

* html #contenedor {
	height: 100%;
	/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#top {
	background-image: url(../images/telon_top.jpg);
	height: 30px;
}

#encabezado {
	background-image: url(../images/logo8.jpg);
	height: 90px;
}

#navegacion {
	background: #292929;
	background-image: url(../images/logo9.jpg);
	width: 880px;
	height: 30px;
}

#navegacion ul {
	margin-bottom: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}

#navegacion li li {
	float: left;
	margin: 0;
	width: 190px;
	background: #292929;
	border-top: 1px solid grey;
}

#navegacion li {
	display: inline;
	margin: 0;
	float: left;
}

#navegacion li ul {
	left: -999em;
	position: absolute;
	width: 10em;
	margin: 0;
}

#navegacion li:hover ul {
	display: block;
	left: auto;
}

#navegacion li:hover ul,#navegacion li.sfhover ul {
	left: auto;
}

#navegacion li a {
	/*background: #292929;*/
	color: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
	display: block;
}

#navegacion a:hover.seleccionable{
	background: transparent url(../images/flecha_inf_over.jpg) no-repeat scroll 20px bottom;
	background-color: black;
	
}
#navegacion li li a:hover{
	background: transparent url(../images/top_right_h.gif) no-repeat scroll right center;
	background: transparent url(../images/top_btn_h.gif) no-repeat scroll 20px bottom;
	
}

#navegacion li span{
	display: block;
	/*background-color: black;
	background: transparent url(../images/top_top_h.gif) no-repeat scroll 20px top;*/
}


#tab1 #nav1, #tab2 #nav2, #tab3 #nav3, #tab4 #nav4, #tab5 #nav5, #tab6 #nav6, #tab7 #nav7, #tab8 #nav8, #tab9 #nav9
	{
	background: transparent url(../images/flecha_inf.jpg) no-repeat scroll 20px bottom;
	color: #C1C1C1;
	
}

#subtab41 #subnav41, #subtab42 #subnav42, #subtab43 #subnav43, #subtab44 #subnav44, #subtab45 #subnav45, #subtab46 #subnav46, #subtab71 #subnav71, #subtab72 #subnav72
{
	background: transparent url(../images/top_right_h.gif) no-repeat scroll right center;
	color: #C1C1C1;
	
}

#subnavegacion {
	background: #292929;
	margin-top: -10px;
	border-bottom: 1px solid #8c8c8c;
	display: none;
}

#subtab1 #subnav1 a,#subtab2 #subnav2 a,#subtab3 #subnav3 a,#subtab4 #subnav4 a,#subtab5 #subnav5 a,#subtab6 #subnav6 a,#subtab7 #subnav7 a
	{
	color: #a41d23;
	background-color: white;
	border-bottom-color: white;
}

#subnavegacion ul {
	padding-left: 10px;
	margin-bottom: 0;
}

#subnavegacion li {
	display: inline;
	list-style-type: none;
	margin: 0;
	font-size: small;
}

#subnavegacion a {
	color: white;
	background-color: #a41d23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border: 1px solid #8c8c8c;
}

#subnavegacion a:hover {
	text-decoration: none;
	color: black;
	background-color: #ececec;
	padding-bottom: 4px;
}

#panel {
	border: 1px solid #8c8c8c;
	padding: 10px;
	margin-top: -5px;
	background-color: white;
}

#areatexto { 
	min-height: 630px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	overflow: auto;
	background-color: white;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 17px;
}

#tab5 #areatexto {
	height: 445px;
	padding: 0px;
}

#imgizqda {
	float: left;
	margin-right: 20px;
}

#imgdcha {
	float: right;
	margin-left: 20px;
}

#pie {
	padding: 10px;
	border-top: 1px solid #8c8c8c;
	background-color: white;
	/*margin-top: 20px;
	border: 2px solid black;*/
}

#rojo {
	color: red;
}

#letras {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #8c8c8c;
	display: none;
}

#letras a {
	color: black;
	background-color: #ffeda0;
	padding: 4px 7px 4px 7px;
	border: 1px solid #8c8c8c;
	margin: 0px;
}

#busqueda {
	padding-top: 15px;
	text-align: right;
}

#letras a:hover {
	text-decoration: none;
	color: black;
	background-color: #ececec;
	padding-bottom: 4px;
}

#nombre {
	font-size: x-large;
}

#nombreartistico {
	font-size: medium;
}

#lista {
	padding-top: 0px;
}

#lista table {
	
}

#lista td { /*border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	border-collapse: collapse;*/
	text-align: left;
}

#estatutos #areatexto,#miembros #areatexto {
	height: 400px;
	visibility: visible;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#estatutos #areatexto * {
	padding: 0px;
	margin: 0px;
}

#estatutos #areatexto h2 {
	text-align: center;
}

#areatexto #boton {
	color: white;
	background-color: #a41d23;
	padding: 4px 8px 4px 8px;
	border: 1px solid #8c8c8c;
}

#wrapper {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fondo_centro4.jpg);
	background-repeat: repeat-y;
	background-color: white;
	min-height: 100%;
}

#centro {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#pie {
	background-image: url(../images/bottom3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
}

#first {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #B10000;
	line-height: 22px;
}

.clear {
	clear: both;
}
}
}