
#ppal {	
	color: #000000;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;	
}

/**********CABECERA**********/
#cabecera {	
	background-color: #161615;
	width: 760px;	
	height: 180px;		
	color: #ffffff;	
	margin: 0;
	padding: 0;
}

#menuser {	
	float: left;
	margin: 6px 0px 0px 25px;
	padding: 0px 0px 0px 0px;			
	width: 340px;
	font-size:80%;
}

#otros {	
	width: 150px;
	float: left;
	margin: 6px 0px 0px 30px;
	padding: 0px 0px 0px 0px;	
	font-size: 87%;	
}

#otros a{	
	color: #ffffff;
}
/*Buscador*/
#buscador {	
	float: left;
	margin: 3px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;			
}

#buscador form{
	padding: 0;
	margin:0;
}

#buscador p{
	padding: 0;
	margin:0;
}

#buscador label{
	margin: 0;
	padding: 0;
}
#buscador input{
	border: 1px solid #E8D090;
	color: #000000;	
	margin-right: 5px;
	width: 107px;
}
#buscador input.enviar{
	border: 0;
	background-image: url(../imagenes/bot_buscar.jpg);
	height: 20px;
	width: 39px;
	margin-right: 0;
}

/*****FIN CABECERA******/

/*Columnas*/	
#global{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 778px;
	height: auto !important;
	height: 778px;	
}
#todo{
	margin: 0px;
	padding: 0px;	
	width: 760px;
	min-height: 778px;
	height: auto !important;
	height: 778px;
}

#columna_izqda{
	margin: 0px;
	width: 148px;
	float: left;
	font-size: 85%;
	background-color: #fff6dc;
	color: #303030;
}

#columna_izqda .cierre{
	background-image: url(../imagenes/enterados/f2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 150px;
	height: 91px;
}

#columna_izqda h1{
	color: #4C2303;
	margin: 20px 0px 0px 10px;
}

#columna_izqda li{
	color: #5C5954;
	list-style: square;
	font-size: 90%;			
}
#columna_izqda li.user a{
	color: #4C2303;
	text-decoration: none;	
}

#columna_izqda ul{
	list-style-type:square;
	padding: 0px 0px 0px 5px;
}

#columna_izqda hr {
	display: block;
	height: 1px;
	width: 138px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #C9C9C9;	
}

#envoltorio{	
	float: left;
	margin: 10px 0px 0px 0px;
	min-height: 778px;	
	height: auto !important;
	height: 778px;	
}

#contenido{
	margin-left: 12px;
	padding-right: 26px;
	width: 333px;
	float: left;
	clear: left;
	font-size: 80%;
	color: #303030;
}

#contenido hr{
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #C9C9C9;	
}

#contenido hr .claro{
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #757575;	
}

.tools{
	text-align: right;	
	border-bottom: 1px solid #C9C9C9;
	border-top: 2px solid #757575;	
	height: 20px;
	margin: 0 0 10px 0;
}

.tools p{
	margin-top: 3px;
	font-weight:bold;
}

#columna_dcha{
	float: left;
	width: 199px;
	margin: 0px 10px 0px 14px;	
	color: #210202;
	font-size: 85%;	
	padding-left: 18px;
}

#columna_dcha p{
	padding-left: 11px;
}

.separador{
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	display: block;
	overflow: hidden;
}

.separador2{
	clear:both;
	margin: 0;
	padding: 0;
	height: 10px;
	display: block;
	overflow: hidden;
}

.separador3{
	clear:both;
	margin: 0;
	padding: 0;
	height: 25px;
	display: block;
	overflow: hidden;
}


.documento{
	padding: 30px 0 15px 0;
}
.documento h2{
	margin-top: -10px;
}

/*MENU PRINCIPAL*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	padding: 14px 0 0 140px;
}

#nav a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	width: 136px; /* para que funcionen los enlaces en IE6 */	
}

#nav li { /* all list items */
	margin: 0;
	padding: 0;
	width: 90px;
	list-style: none;
	float: left;
}

#nav li.ad{ 
	width: 145px;
	height: 22px;
	background-image: url(../imagenes/m_adsis.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li.en{ 
	width: 136px;
	height: 22px;
	background-image: url(../imagenes/m_enterados.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li.co{ 
	width: 138px;
	height: 22px;	
	background-image: url(../imagenes/m_conectados.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li.do{ 
	width: 153px;
	height: 22px;	
	background-image: url(../imagenes/m_documentados.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#nav li a span{
	margin-left: -1000em;
}

#nav li ul { /* second-level lists */
	margin: 0;
	padding: 0;
	position: absolute;
	width: 175px;	
	padding-top: 10px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level lists */
	width:100%;
	clear:both;
	float:left;
	background: #c8a87f;
	padding-left: 20px;
}

#nav li ul li.borde{ /* second-level lists */
	border-bottom: 1px solid #ffffff;	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 10em;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:175px; background: #c8a87f; }
#nav li li li a:focus {margin-left: 2010em; width: 175px; background: #c8a87f; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }	
	
/*PIE DE PÁGINA*/	
#pie {		
	clear: left;
	color: #ffffff;
	background-color: #000000;
	font-size: 90%;
	width: 740px;		
	height: 70px;
	padding: 0px 0px 0px 20px;
}
	
#menu_pie li {
	color: #ffffff;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu_pie li a{
	color: #ffffff;
	text-decoration: none;
}
	
/************************************************************ estilos texto */

h1{
	font-size: 110%;
	margin-bottom: -10px;
}

#contenido h2{
	font-size: 130%;
	font-weight: normal;
	color: #222222;
	margin-bottom: 10px;
	padding-top: 20px;
}
#columna_dcha h2{
	margin: 0 0 1px 0;
}

#columna_dcha p{
	margin: 0 0 5px 0;		
}



#contenido h3{
	font-size: 130%;
	font-weight: normal;
	color: #222222;
}

a {
	color: #747474;
	text-decoration: none;	
	font-weight: bold;
}

a:hover  {	
	font-weight: bold;
	text-decoration: none;	
	color: #747474;
}

a:visited  {	
	color: #747474;
	font-weight: bold;
	text-decoration: none;	
}

li{
	margin-left: 20px;
}

a img{
	border: 0;
}

.logo-pie{
	float: left;
	text-align: right;
	width: 295px;
}

.menu-pie{
	float: left;
	margin-top: 25px;
}

a.destacada {
	text-decoration:none;
	font-weight: bold;
}

h2 a {
	text-decoration:none;
	font-weight: bold;
	color:#000000;	
}
h2 a:hover {
	text-decoration:none;
	font-weight: bold;
	color:#000000;	
}
h2 a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#000000;	
}

.negrita{
	font-weight:bold;
}

.cursiva{
	font-style:italic;
}

.peque{
	font-size:85%;
}

p a, p a:visited{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
p a:hover{
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}

a.coment{
	width: 12px;
	height: 13px;
	background-image: url(../imagenes/ico_ver_coment.gif);
	background-position: left;
	background-repeat: no-repeat;		
	padding-left: 15px;
}

a.mas_coment{
	width: 12px;
	height: 13px;
	background-image: url(../imagenes/ico_mas_coment.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}


a.borrar_coment{
	width: 12px;
	height: 13px;
	background-image: url(../imagenes/ico_borrar_coment.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

a.mas_noticia{
	width: 12px;
	height: 12px;
	background-image: url(../imagenes/ico_aniadir.gif);
	background-position: left;
	background-repeat: no-repeat;		
	padding-left: 15px;
}

a.edit_noticia{
	width: 12px;
	height: 12px;
	background-image: url(../imagenes/ico_editar.gif);
	background-position: left;
	background-repeat: no-repeat;		
	padding-left: 15px;
}

a.borrar_noticia{
	width: 12px;
	height: 12px;
	background-image: url(../imagenes/ico_borrar.gif);
	background-position: left;
	background-repeat: no-repeat;		
	padding-left: 15px;
}

a.buscar{
	width: 1px;
	height: 12px;
	background-image: url(../imagenes/bot_buscar.gif);
	background-position: left;
	background-repeat: no-repeat;		
	padding-left: 15px;
	line-height: 17px;
}

#contenido h1{
	margin-top: 0px;
}

#columna_dcha h1{
	margin-top: 0px;
}

#contenido h1.noticias{
	width: 66px;
	height: 14px;
	background-image: url(../imagenes/tit1-noticias.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#contenido h1.agenda{
	width: 58px;
	height: 17px;
	background-image: url(../imagenes/tit1-agenda.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#contenido h1.somos{
	width: 123px;
	height: 17px;
	background-image: url(../imagenes/tit1-somos.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#contenido h1.actividades{
	float:left;
	width: 93px;
	height: 14px;
	background-image: url(../imagenes/tit1-actividades.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#contenido h1.contacto{
	width: 73px;
	height: 14px;
	background-image: url(../imagenes/tit1-contacto.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#columna_dcha h1.tit-destacados{
	width: 94px;
	height: 14px;
	background-image: url(../imagenes/tit-destacados.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
#columna_dcha h1.tit-destacados2{
	width: 94px;
	height: 14px;
	background-image: url(../imagenes/tit-destacados.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}


#contenido h1.actividades span, #contenido h1.contacto span, #contenido h1.somos span, #contenido h1.agenda span, #contenido h1.noticias span, #columna_dcha h1.tit-destacados span, #columna_dcha h1.tit-destacados2 span{
	margin-left: -1000px;
	font-size: 1px;
}



/*Registro y Login*/
#columna_izqda p{
	color: #5C5954;
	font-size: 90%;	
	padding: 0;
	margin:5px 0px 0px 10px;
}
#columna_izqda form{
	padding: 0;
	margin:5px 0px 0px 5px;}

#columna_izqda label{
	margin: 0;
	padding: 0;
}
#columna_izqda input{
	border: 1px solid #E8D090;
	color: #000000;	
	margin-right: 5px;
	width: 107px;
}

/********** Ver m&aacute;s **********/
.vermas{
	text-align: right;
	padding-bottom: 10px;
}

p a.vermas {
	text-decoration:none;
	color: #814427;
	font-size: 100%;
}

#contenido h2 span{
	font-size: 70%;
}

/***********PAGINADOR***********/
.paginador{
	text-align: right;
}

p.paginador{
	color: #814427;
	font-size: 90%;
}

p.paginador a{
	color: #7F4A12;
}

/************ SELECT ************/
.tools_select{
	text-align: right;	
	border-bottom: 1px solid #C9C9C9;
	border-top: 2px solid #757575;	
	height: 20px;
	margin: 5px 0 0 0;
}

.tools_select p{
	display: block;
	width: 334px;
	height: 17px;
	padding: 0;
	margin: 0;
	line-height: 100%;
	padding-top: 1px;
}

.tools_select select{
	font-size: 100%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 0;
	border: 1px solid #7F4A12;
	color: #000000;
	background-color: #F8ECDC;
	vertical-align: middle;
	margin: 0 3px 0 0;
	width: 150px;
}

.tools_select option{
	font-size: 100%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding: 0;
	border: 1px solid #7F4A12;
	color: #000000;
	background-color: #F8ECDC;
	vertical-align: middle;
	margin: 0;
}

.tools_multi{
	text-align: right;	
	border-bottom: 1px solid #C9C9C9;
	border-top: 2px solid #757575;	
	height: 34px;
	padding: 1px 3px 1px 0;
}

.tools_multi p{
	margin: 0;
	padding: 0 0 5px 0;
	height: 13px;
	line-height: 14px;
}

.puntuacion{
	text-align: right;	
	border-bottom: 1px solid #C9C9C9;
	border-top: 2px solid #757575;	
	height: 60px;
	padding: 1px 3px 1px 0px;
}

.puntuacion p{
	margin: 0;
	padding: 0 0 5px 0;
	height: 13px;
	line-height: 14px;
}

select{	
	width: 150px;
}

/******************* Tablas ********************/

/* filas de las tablas impares */
table#listado tr.impar{
	background-color: #f8ead4;
}

/****************** Texto a la derecha ***********/
.derecha{
	text-align: right;
}

.derecha a, a:visited{
	text-decoration: none;
	color: #757575;
	font-weight:bold;
}
.derecha a:hover{
	text-decoration: underline;
	color: #757575;
	font-weight:bold;
}


/* Textos de aviso o informativos */
#envoltorio p.aviso{
	color:#999999;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 5px 20px;
	background-image:url(../imagenes/gestion/information.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#contenido label{
	display:block;
	clear:both;
}
#contenido .enlinea{
	clear: none;
	display:inline;
}

/*Secciones auxiliares*/
#contenido h2.auxiliares{
	font-size: 110%;
	font-weight: normal;
	color: #222222;
	margin-bottom: 10px;
}

#contenido h3.auxiliares{
	font-size: 100%;
	font-weight: normal;
	color: #222222;
}


#contenido ol{
	margin-left: 5px;
	list-style:upper-alpha;
}
#contenido ol ul{
	margin-left: 5px;
	list-style:disc;
}

#contenido ul{
	margin-left: 5px;
	list-style:disc;
}

/* Estilos para los botones Borrar y Cancelar */
a.bt_borrar{
	width: 63px;
	height: 22px;
	background-image: url(../imagenes/botones/borrar.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-right: 10px;
	padding: 0;
}

a.bt_borrar:hover{
	background-position: 0 -22px;
}

a.bt_cancelar{
	width: 79px;
	height: 22px;
	background-image: url(../imagenes/botones/cancelar.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

a.bt_cancelar:hover{
	background-position: 0 -22px;
}



/* Estilos para los botones Sí y No */
a.bt_si{
	width: 36px;
	height: 23px;
	background-image: url(../imagenes/botones/si.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	float:left;
	margin-right: 10px;
	padding: 0;
}

a.bt_si:hover{
	background-position: 0 -23px;
}

a.bt_no{
	width: 46px;
	height: 23px;
	background-image: url(../imagenes/botones/no.gif);
	background-repeat: no-repeat;
	display:block;
	text-indent:-1000px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

a.bt_no:hover{
	background-position: 0 -23px;

}


.separadorIsa{
	clear:both;
	margin: 0;
	padding: 0;
	height: 5px;
	display: block;
	overflow: hidden;
}

p.info{
	margin-top:-5px;
}


/* Estilos para textarea */

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

textarea.formulariossale {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:90%;
	width: 300px;
}
