/* Estilos CSS para SOLIDUS */
/* Esta obra esta bajo una licencia de Creative Commons (http://creativecommons.org/licenses/by/2.5/es) */

/* ##### ESTILOS GENERALES ##### */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	vertical-align: baseline
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #000000;
	color: #ffffff;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
h1:hover {
	cursor: pointer;
}
strong {
	font-weight: bold;
}
a {
	text-decoration:  none;
	border: none;
	color: #333333;
}
a:hover {
	border: none;
}
em {
	font-style: italic;
}
hr {
	border: 0;
	height: 10px;
}
div.clear {
	clear: both;
}
.escondido {
	display: none;
}
.visto {
	display: block;
}
.p {
	color: #ff0000;
}
.t {
	color: #6699cc;
}
.a {
	color: #996633;
}
.e {
	color: #999933;
}
.i {
	color: #cc6666;
}
.c {
	color: #996600;
}
.d {
	color: #333333;
}
.w {
	color: #999933;
}
.o {
	color: #ff9933;
}
.k {
	color: #339999;
}
.x {
	color: #333333;
}
.verde {
	color: #006600;
}

li.actual{
	text-decoration: underline;
}

.oculto{
	display: none;
}


/* ##### MAQUETACION ##### */

/* 1) #General# */

#principal {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	color: #333333;
}
/* 1.a) Cabecera */

#cabecera {
	height: 122px;
	background: #ff0000;
	color: #ffffff;
}
#cabecera .izq {
	margin-left: 20px;
	padding-top: 20px;
	float: left;
}
#cabecera .izq h1 {
	font-size: 7.2em;
	background: url(imagenes/logo.gif) top left no-repeat;
	width: 316px;
	height: 53px;
	text-indent: -9999px;
}
#cabecera .izq h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#cabecera .der {
	float: right;
	margin-right: 40px;
	margin-top: 8px;
}
/* 1.b) Subcabecera */

#subcabecera {
	font-size: 1.1em;
	margin: 6px 20px 10px;
}
#subcabecera .izq {
	float: left;
	margin-top: 1px;
}
#subcabecera .izq form {
	float: left;
}
#subcabecera .izq input {
	border: 1px solid #999999;
	margin-right: 10px;
	font-size: 1em;
	color: #666666;
}
#subcabecera .izq input:hover {
	border: 1px solid #996666;
}
#subcabecera .izq input:focus {
	border: 1px solid #ff0000;
}
#subcabecera .izq input.submit:hover {
	cursor: pointer;
	border: 1px solid #ff0000;
	color: #333333;
}

#mensajes_identificacion {
	margin: 0 20px;
	color: #ff0000;
	font-size: 1.2em;
	padding-top: 10px;
}

#subcabecera .izq p#mensajes_bienvenida {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
#subcabecera .der {
	float: right;
}
/*/ 1.c) Menú superior */

#menu_sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#menu_sup li {
	float: left;
	margin-left: 20px;
}
#menu_sup li a {
	color: #000000;
}
#menu_sup li a:hover {
	color: #ff0000;
}
/* 1.d) Fecha */

#fecha {
	margin-left: 20px;
	margin-bottom: -4px;
	padding-top: 10px;
	clear: both;
	font-size: 1.1em;
	height: 12px;
	color: #666666;
}
/* 1.e) Contenido */

#contenido {
	margin: 0 20px;
}
#contenido h3 {
	font: 4.5em Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

#cuerpo{

}

/* 2) #Portada# */

/* 2.a) Noticias */

#news {
}
#news .titulo, #izquierda.news .titulo {
	clear: both;
	height: 42px;
	border-bottom: 4px solid #333333;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
hr.news {
	width: 100%;
	background-image:url(imagenes/hrnews.gif);
}
#news .titulo h3, #izquierda.news .titulo h3 {
	background: url(imagenes/barra_news.gif) no-repeat left 20px;
	text-indent: 24px;
	float: left;
}
#news .titulo ul {

}
#news .titulo li, #izquierda.news .titulo li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 28px;
	margin-left: 8px;
}
#news .cuerpo p, #izquierda.news .cuerpo p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 30px;
}
#news .cuerpo .izq, #news .cuerpo .der {
	width: 376px;
	float: left;
}
#news .cuerpo .izq {
	margin-right: 40px;
}
#news .cuerpo strong, #news .cuerpo strong {
	display: block;
	width: 14px;
	float: left;
}
#news .cuerpo a, #news .cuerpo a {
	margin-left: 4px;
	color: #333333;
}
/* 2.b) Diseñadores */

#disenadores {
	float: left;
	width: 380px;
	margin-top: 20px;
}
#disenadores .titulo, #contenido.disenadores .titulo {
	clear: both;
	width: 380px;
	height: 42px;
	border-bottom: 4px solid #580000;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

#contenido.disenadores .titulo{
	width: 100%;
}

hr.disenadores {
	width: 380px;
	background-image:url(imagenes/hrdisenadores.gif);
}

hr.disenadores2{
	width: 100%;
	background-image:url(imagenes/hrdisenadores.gif);
}

#disenadores .titulo h3, #contenido.disenadores .titulo h3 {
	background: url(imagenes/barra_disenadores.gif) no-repeat left 20px;
	text-indent: 24px;
	float: left;
}
#disenadores .cuerpo {
}
#disenadores .cuerpo .presentacion {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px 30px 20px;
}
#disenadores .cuerpo .registrate, #disenadores .cuerpo .mas_info {
	border-top: 2px solid #333333;
	padding: 8px 30px;
}
#disenadores .cuerpo .registrate a, #disenadores .cuerpo .mas_info a {
	font-size: 1.2em;
	color: #333333;
	cursor: pointer;
}

#cuerpo.disenadores{
	margin: 28px 0;
	font-size: 1.2em;
}

#cuerpo.disenadores p, #cuerpo.disenadores ul{
	margin: 10px 30px;
}

#cuerpo.disenadores li{
	margin: 8px 0;
}

#cuerpo.disenadores a{
	text-decoration: underline;
}

#contenido.disenadores .titulo li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 28px;
	margin-left: 6px;
}

/* Formulario para diseñadores */

p#errores_disenadores {
	margin: 8px 30px;
	color: #ff0000;
	font-weight: bold;
}

#disenadores p#errores_disenadores {
	font-size: 1.2em;
}

#form_disenadores {
	height: 620px;
}

#cuerpo.disenadores #form_disenadores{
	height: 100%;
}

#form_disenadores fieldset {
	margin: 10px 30px;
	font-size: 1.1em;
}

#cuerpo.disenadores #form_disenadores fieldset{
	margin: 10px 0;
	font-size: 1em;
}

#form_disenadores label {
	font-size: 1.1em;
}
#form_disenadores p {
	clear: both;
}
#form_disenadores p.checks {
	margin: 6px 0 26px;
}

#cuerpo.disenadores #form_disenadores p.checks{
	margin: 0 30px;
	clear: both;
}

#form_disenadores p.checks br {
	clear: both;
}
#form_disenadores p.checks label {
	display: block;
	width: 56px;
	float: left;
}
#form_disenadores input {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#form_disenadores input.check {
	float: left;
	width: 15px;
	margin-right: 30px;
	border: none;
	background: #ffffff;
}
#form_disenadores p.psub {
	width: 100%;
	text-align: right;
}

#cuerpo.disenadores #form_disenadores p.psub{
	float: right;
}

#form_disenadores input.submit {
	width: 100px;
	cursor: pointer;
}
#form_disenadores textarea {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#form_disenadores select {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#form_disenadores input:hover, #form_disenadores select:hover, #form_disenadores textarea:hover {
	border: 1px solid #996666;
}
#form_disenadores input:focus, #form_disenadores select:focus, #form_disenadores textarea:focus {
	border: 1px solid #580000;
	color: #000000;
	background-color: #ffffff;
}

/* Tabla de diseñadores */

#cuerpo.disenadores #info_disenadores{
	border: 1px solid #cccccc;
}

#cuerpo.disenadores #tabla_disenadores{

}

#cuerpo.disenadores #tabla_disenadores th.apellidos, #cuerpo.disenadores #tabla_disenadores th.nombre{
	width: 90px;
}

#cuerpo.disenadores #tabla_disenadores th.ciudad, #cuerpo.disenadores #tabla_disenadores th.pais{
	width: 50px;
}

#cuerpo.disenadores #tabla_disenadores td{
	padding: 4px;
	line-height: 1.4em;
}

#cuerpo.disenadores #tabla_disenadores a.e_des{
	text-decoration: none;
}

#filtrado{
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}

#cuerpo.disenadores #filtro_disenadores{
	padding-bottom: 10px;
}

#cuerpo.disenadores p.psub{
	width: 491px;
}

#cuerpo.disenadores #enlace_filtro, #cuerpo.disenadores #limpiar_filtro{
	cursor: pointer;
	color: #580000;
}

/* 2.c) Ongs */

#ongs {
	float: left;
	width: 380px;
	margin-top: 20px;
	margin-left: 40px;
}
#ongs .titulo, #contenido.ongs .titulo {
	clear: both;
	width: 380px;
	height: 42px;
	border-bottom: 4px solid #5d5347;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

#contenido.ongs .titulo{
	width: 100%;
}

hr.ongs {
	width: 380px;
	background-image:url(imagenes/hrongs.gif);
}

hr.ongs2{
	width: 100%;
	background-image:url(imagenes/hrongs.gif);
}

#ongs .titulo h3, #contenido.ongs .titulo h3 {
	background: url(imagenes/barra_ongs.gif) no-repeat left 20px;
	text-indent: 24px;
	float: left;
}

#ongs .cuerpo {
}

#ongs .cuerpo .presentacion {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px 30px 38px;
}

#ongs .cuerpo .registrate, #ongs .cuerpo .mas_info {
	border-top: 2px solid #333333;
	padding: 8px 30px;
}

#ongs .cuerpo .registrate a, #ongs .cuerpo .mas_info a {
	font-size: 1.2em;
	color: #333333;
}

#cuerpo.ongs{
	margin: 28px 0;
	font-size: 1.2em;
}

#cuerpo.ongs p, #cuerpo.ongs ul{
	margin: 10px 30px;
}

#cuerpo.ongs li{
	margin: 8px 0;
}

#cuerpo.ongs a{
	text-decoration: underline;
}

#contenido.ongs .titulo li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 28px;
	margin-left: 6px;
}

/* Formulario para ongs */

p#errores_ongs {
	margin: 8px 30px;
	color: #ff0000;
	font-weight: bold;
}

#ongs p#errores_ongs{
	font-size: 1.2em;
}

#ongs #form_ongs {
	margin-top: 10px;
	height: 520px;
}

#cuerpo.ongs #form_ongs{
	height: 100%;
}

#form_ongs fieldset {
	margin: 10px 30px;
	font-size: 1.1em;
}

#cuerpo.ongs #form_ongs fieldset{
	margin: 10px 0;
	font-size: 1em;
}

#form_ongs label {
	font-size: 1.1em;
}
#form_ongs p {
	clear: both;
}
#form_ongs p.checks {
	margin: 6px 0 26px;
}

#cuerpo.ongs #form_ongs p.checks{
	margin: 0 30px;
	clear: both;
}

#form_ongs p.checks br {
	clear: both;
}

#form_ongs p.checks label {
	display: block;
	width: 70px;
	float: left;
}

#form_ongs input {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}

#form_ongs input.check {
	float: left;
	width: inherit;
	margin-right: 50px;
}
#form_ongs p.psub {
	width: 100%;
	text-align: right;
}

#cuerpo.ongs #form_ongs p.psub{
	float: right;
}

#form_ongs input.submit {
	width: 100px;
	cursor: pointer;
}
#form_ongs textarea {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#form_ongs select {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#form_ongs input:hover, #form_ongs select:hover, #form_ongs textarea:hover {
	border: 1px solid #9f9f9f;
}
#form_ongs input:focus, #form_ongs select:focus, #form_ongs textarea:focus {
	border: 1px solid #5d5347;
	color: #000000;
	background-color:#FFFFFF;
}

/* Tabla de diseñadores */

#cuerpo.ongs #info_ongs{
	border: 1px solid #cccccc;
}

#responsable_ong{
	background: #dfdfdf;
	padding: 6px 0;
}

#info_ongs h4, div.ongs h4{
	margin: 0 30px;
	font-weight: bold;
	text-decoration: underline;
}

#cuerpo.ongs #tabla_ongs{
	
}

#cuerpo.ongs #tabla_ongs th.ong, #cuerpo.ongs #tabla_ongs th.sitio_web{
	width: 90px;
}

#cuerpo.ongs #tabla_ongs th.ciudad, #cuerpo.ongs #tabla_ongs th.pais{
	width: 50px;
}

#cuerpo.ongs #tabla_ongs td{
	padding: 4px;
	line-height: 1.4em;
}

#cuerpo.ongs #tabla_ongs a.e_des{
	text-decoration: none;
}

#cuerpo.ongs #filtro_ongs{
	padding-bottom: 10px;
}

#cuerpo.ongs p.psub{
	width: 491px;
}

#cuerpo.ongs #enlace_filtro, #cuerpo.ongs #limpiar_filtro{
	cursor: pointer;
	color: #580000;
}

/* Trabajos */


#trabajos {
	clear: both;
	margin-top: 20px;
}
#trabajos .titulo, #izquierda.trabajos .titulo {
	clear: both;
	height: 42px;
	border-bottom: 4px solid #634a18;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
hr.trabajos {
	width: 100%;
	background-image:url(imagenes/hrtrabajos.gif);
}
#trabajos .titulo h3, #izquierda.trabajos .titulo h3 {
	background: url(imagenes/barra_trabajos.gif) no-repeat left 20px;
	text-indent: 24px;
	float: left;
}
#trabajos .titulo ul {
}
#trabajos .titulo li, #izquierda.trabajos .titulo li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 28px;
	margin-left: 6px;
}

#trabajos_portada{
	margin-top: 10px;
	clear: both;
	float: none;
}

#trabajos_portada li{
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px 0 14px 40px;
	overflow: hidden;
}


#trabajos_portada li.i{
	border-bottom: 4px solid #cc6666;
}

#trabajos_portada li.c{
	border-bottom: 4px solid #996600;
}

#trabajos_portada li.d{
	border-bottom: 4px solid #333333;
}

#trabajos_portada li.w{
	border-bottom: 4px solid #999933;
}

#trabajos_portada li.o{
	border-bottom: 4px solid #ff9933;
}

#trabajos_portada li.k{
	border-bottom: 4px solid #339999;
}

#trabajos_portada li:hover{
	border-bottom-width: 14px;
	height: 140px;
}

/* 2) #Interior# */

/* 2.a) Columna izquierda */

#izquierda {
	float: left;
	width: 550px;
	margin-right: 40px;
}
#izquierda form {
	width: 100%;
}
#izquierda fieldset {
	margin: 10px 30px;
	font-size: 1.1em;
}
#izquierda label {
	font-size: 1em;
}
#izquierda input, #izquierda textarea, #izquierda select {
	width: 100%;
	margin-bottom: 8px;
	border: 1px solid #333333;
	background: #ece9d8;
	color: #333333;
}
#izquierda p.psub {
	width: 100%;
	text-align: right;
	margin-top: 8px;
}
#izquierda input[type="submit"] {
	width: 100px;
	cursor: pointer;
}
#izquierda input:hover, #izquierda select:hover, #izquierda textarea:hover {
	border: 1px solid #996666;
}
#izquierda input:focus, #izquierda select:focus, #izquierda textarea:focus {
	border: 1px solid #580000;
	color: #000000;
	background-color:#FFFFFF;
}
/* News, trabajos, etc */

#paginacion {
	text-align: right;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#paginacion ul li {
	display: inline;
}
#paginacion ul li a {
	color: #666666;
}
#paginacion ul li a.actual {
	font-weight: bold;
}

div.nodo, div.texto_inicio{
	border-top: 2px solid #333333;
	margin-top: 10px;
}

div.texto_inicio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

div.texto_inicio p{
	margin: 8px 30px;
}

div#articulo{
	margin-top: 10px;
}

#izquierda div.nodo h4, #izquierda div#articulo h4, #izquierda div#trabajo h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 30px 0;
}

div.nodo h4 strong, div#articulo h4 strong, div#trabajo h4 strong{
	font-family: Arial, Helvetica, sans-serif;
}

p.fecha_nodo, div.intro_nodo, div.nodo p.enlace, div#articulo p.enlace, p.ong_nodo, p.plazo_nodo, p.area_nodo, div.info_trabajo{
	margin: 8px 30px 0;
}

p.fecha_nodo{
	font-size: 1.1em;
	color: #999999;
}

div.intro_nodo, div.nodo p.enlace, div#articulo p.enlace, p.ong_nodo, p.plazo_nodo,p.area_nodo, div.info_trabajo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

div.imagenes_nodo, div.extra_nodo{
	margin: 8px 30px;
	font-size: 1.2em;
}

div.extra_nodo li{
	margin: 4px 0;
}

div.imagenes_nodo li{
	float: left;
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin: 4px 0;
}

div.imagenes_nodo .li1, div.imagenes_nodo .li2{
	margin-right: 20px;
}

div.nodo p.enlace_mas{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 10px 30px 0;
}

div.nodo p.enlace_mas a:hover{
	color: #999999;
}

/* Información (presentación, objetivos, contacto) */

hr.presentacion, hr.objetivos, hr.contacto, hr.busqueda{
	width: 100%;
	background-image:url(imagenes/hrmenu_derecha.gif);
}

h3.presentacion, h3.objetivos, h3.contacto, h3.busqueda{
	background: url(imagenes/barra_menu_derecha.gif) no-repeat left 20px;
	text-indent: 24px;
	padding-bottom: 4px;
	border-bottom: 4px solid #430000;
}

#cuerpo.presentacion, #cuerpo.objetivos, #cuerpo.contacto, #cuerpo.busqueda{
	font-size: 1.2em;
	margin: 24px 30px 10px;
	line-height: 1.3em;
}

#cuerpo.presentacion p, #cuerpo.presentacion ul, #cuerpo.objetivos p, #cuerpo.objetivos ul, #cuerpo.contacto p, #cuerpo.contacto ul, #cuerpo.busqueda p{
	margin: 8px 0;
}

#cuerpo.presentacion li, #cuerpo.contacto li{
	margin: 4px 0;
}

#cuerpo.objetivos li{
	margin: 8px 0;
}

#cuerpo.contacto form p{
	margin: 0 -30px;
}

#cuerpo.contacto p.psub{
	margin: 0 30px;
	text-align: right;
}

#cuerpo.contacto label{
	font-size: 0.8em;
}

#errores_contacto{
	color: #ff0000;
}

/* 2.b) Columna derecha */

#derecha {
	float: left;
	width: 210px;
}
/* Menu de la derecha */

hr.menu_derecha {
	width: 100%;
	background-image:url(imagenes/hrmenu_derecha.gif);
}
#derecha ul {
	font-size: 1.2em;
}
#derecha li a, #derecha li span.menu {
	font-weight: bold;
	line-height: 3em;
	padding-left: 12px;
}
#derecha li.home {
	border-bottom: 4px solid #430000;
	font-weight: normal;
	height: 56px;
	background: url(imagenes/barra_menu_derecha.gif) left center no-repeat;
	padding-left: 22px;
}
#derecha li.home a {
	color: #999966;
}
#derecha span.gris {
	color: #333333;
}
#derecha span.mas {
	font-size: 4.5em;
	line-height: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
#derecha li.disenadores {
	border-bottom: 1px solid #333333;
}
#derecha li.ongs, #derecha li.trabajos, #derecha li.busqueda, #derecha li.news, #derecha li.disenadores2 {
	border-bottom: 3px solid #333333;
}

#derecha li form fieldset{
	margin: 0 0 12px 0;
}

#derecha input {
	border: 1px solid #333333;
	/*margin-bottom: 12px;*/
}

#derecha input#filtro{
	margin-left: 18px;
}

#derecha #ir_derecha {
	margin: 0;
	border: 0;
	background: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

/* Pie */

#pie{
	text-align: right;
	padding: 2px 20px;
	margin-top: 30px;
	font-size: 1.1em;
	line-height: 1.5em;
	clear: both;
	background: #9f9f9f;
}

#pie img{
	vertical-align: middle;
}