@CHARSET "ISO-8859-1";

body {
	background: transparent;
	padding: 1em;
	font-family: "trebuchet ms", "arial", "helvetica", "sans-serif";
	line-height: 1.5em;
	
}

.titulo {
	color: white;
	font-weight: bold;
	font-size: 1.8em;
}

.informacion {
	background-color: #0f4b4b;
	border: solid 1px #d5d5a9;
	padding: 1em;
	color: white;
	margin: 1em 0;
}


#formularioPersonales label{
	float:left;
	margin-right:10px;
	height:3em
}

#formularioPersonales input {
	width: 99%;	
}

#formularioPersonales .ancho1 {width:146px;}

#formularioPersonales .ancho2 {width:302px;}

#formularioPersonales .ancho3 {width:458px;}

input#enviar {
	margin-top: 1em;
	width: 4em;
	height: 2em;	
}

input#volver {
	margin-top: 1em;
	width: 4em;
	height: 2em;	
}

#botonEnviar, .enviar {
	text-align: center;	
}

input#identificarse {
	margin-top: 1em;
	width: 6em;
	height: 2em;	
}
#formularioPersonales {
	border: solid 2px #d5d5a9;
	margin: 0.8em 1em 0.8em 0;
	padding: 1em;
	background-color: #0f4b4b;
	color: white;
	width: 625px;	
	height: 400px;
}

.textoInfo, .textoInfo2 {
	color: white;
	font-weight: bolder;
	margin: 1em 0;
	border: solid 2px #d5d5a9;
	padding: 0.5em;	
}

#campos #tituloPresentacion, #campos #resumen, #campos #autores, #campos #direcciones {
	width: 99%;
}

.hora {
	clear: both;
	float: left;
	width: 8em;
	color: #dfc032;
	

}

.autor {
	font-style: oblique;
	font-weight: bold;
}

.centro {
	font-style: oblique;
	font-size: 0.8em;
	
}

.texto {
	margin-left: 9em;
	padding: 0.2em;
}

ul {
	list-style: circle;
	margin: 0 1em;	
}

li {
	margin: 0.4em 1em;	
}

.tituloPrograma {
	border: solid 2px #d5d5a9;
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.5em;
	margin: 1em 0;
}

p {
	margin: 0.7em;
	text-align: justify;
	line-height: 1.2em;	
}


.listaUsuarios {
	border: solid 1px black;
	width: 100%;	
}

.listaUsuarios th {
	background: #7c955e;
	color: white;
	font-weight: bolder;
	text-align: center;	
	height: 2em;
	vertical-align: middle;
}

.listaUsuarios table table th {
	width: 7em;	
} 
.listaUsuarios td {
	color: black;
	text-align: center;	
	vertical-align: middle;
	
}

.listaUsuarios div {
	padding: 0.5em 0.5em 0;
	height: 2em;	
}

.listaUsuarios tr {
	border: solid 1px;
	border-width: 1px 0;
	
}

.listaUsuarios .par {
	background: #84c963;	
}

.listaUsuarios .impar {
	background: #669a4c;
		
}

.listaUsuarios .impar td{
	color: white;		
}

.listaUsuarios .impar tr {
	border-color: black;	
}
.listaUsuarios .imparSecundaria {
	background: #4bee44;
	border: 0;
	text-align: left;	

}

.listaUsuarios .datos {
	border: 0;
	display: none;
	width: 100%;
}

.listaUsuarios .datos td{

	width: 80%;
}


.administrarUsuarios {
	position: relative;
	height: 2em;	
}

.administrarUsuarios div {
	float: left;
	width: 29%;
	text-align: center;
	color: white;
	padding: 0.3em;
	margin: 0.2em 0.4em 1.2em;

}

#tabla {
	position: relative;
	height: 100%;
}




.mensajeCorrecto {
	font-size: 1.1em;
	background-color: #aad6a7;
	border: solid 2px #25bd1a;
	background-image: url("../img/correcto.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 1em 1em 1em 2em;
}

.mensajeError {
	font-size: 1.1em;
	background-color: #ec9d99;
	border: solid 2px #f53c33;
	background-image: url("../img/error.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 1em 1em 1em 2em;
}



.submit{
	text-align: center;
}

.editar {
	float: right;
	
}

.listaNoticias {
	background-color: #bbbb89;
	border: solid 1px #dadad7;
	font-size: 1.1em;
	color: white;
	padding: 0.3em;
}

.listaNoticias + div {
	border-top: 0;
}

.panelNoticias {
	font-size: 1.6em;
	color: white;
	text-align: right;
	margin: 1em 2em;
}


.irapanel {
	text-align: right;
	color: white;	
}

a:LINK,  a:ACTIVE,  a:BEFORE,   a:VISITED {
	text-decoration: none;
	color: #d5d5a9;
}


#infoTalleres div {
	margin: 1em 0;
	border: solid 1px #dadad7;
	padding: 0.5em;
	border-width: 1px 0;	
}

#columna1 {
	float: left;
	width: 60%;
	margin-top: 2em;	
	
}

.textoInfo2 {
	font-weight: normal;
	margin-top: 0;
}

#columna2 {
	margin-top: 2em;
	margin-left: 70%;
}

#columna2 img {
	width: 80%;	
}

h3 {
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;

}

a:LINK, a:ACTIVE, a:BEFORE, a:VISITED {
	text-decoration: none;
	color: #d5d5a9;
}

a:HOVER {
	color: white;	
}

#tablaAlojamiento,  #tablaInscripcion {
	width: 100%;	
}

 #tablaInscripcion{
 	text-align: center;
 
 }

#tablaAlojamiento tr, #tablaInscripcion tr {
	border:  solid 2px #d5d5a9;
	border-width: 2px 0;	
}

#tablaAlojamiento th {
	font-weight: bold;
	text-align: center;
}


#albergue {
	border-bottom: 	solid 2px #d5d5a9;;
	
}
#tablaAlojamiento td,  #tablaInscripcion, #albergue {
	padding: 0.5em 0;	
}
#tablaAlojamiento .centro, #tablaInscripcion .centro {
	font-style: normal;
	text-align: center;
	font-size: 1em;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;	
}
