/* CSS de la Web del Congreso de Senolog&iacute;a */
/*******************************************/
/*******************************************/
/*
	Colores de la Web:
	falta modificar
	- #71C6ED; Fondo Cabecera / pie
	- #F5E6BF; Fondo Contenido
	
	- #E0D3A7; Fondo SubMenu
	- #F5F0DD; Fondo Texto / SubMenu Seleccionado
	- #EB3913; Texto SubTitulos
	- #47A6D2; Texto Titulos
	- #057CB3; Texto SubMenu / Migas
	- #F6F3E9; Fondo Formulario
	- #C2B27A; Fondo ??
	
*/
/*******************************************/
/*
	Elementos estandar del HTML
*/

html, body, #pagina {
/* hacks para poner siempre el pie en la parte de abajo incluso en liquido*/
    min-height: 100%; /* alto minimo FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}

html {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;/*x-small;*/
	/*color: #000000;*/
}
body {
	text-align: center; /*Para centrar la pagina en casi todos los navegadores*/
}

a {
	margin: 0px;
	padding: 0px;
	color: #91C476; 
	font-weight: bold;
	border-bottom: 1px dashed #057CB3;/*#91C476;*/
	text-decoration: none;
}
a:link {
	color: #057CB3;/*#91C476; */
}
a:visited {
	color: #057CB3;/*#67A843;*/
}
a:hover {
	color: #71C6ED;/*#287000;*/
	border-bottom: 1px solid #057CB3;
}
a:active {
	color: #71C6ED;/*#287000; */
	border-bottom: 1px solid #057CB3;
}
a.pdf {
	margin: 0px;
	padding: 3px 0px 3px 18px;
	height: 16px;
	background: url(img/ipdf2.gif) top left no-repeat;
	/*border: 0;*/
}
a.pdf:hover {
	background: url(img/ipdf.gif) top left no-repeat;
}
a.doc {
	margin: 0px;
	padding: 3px 0px 3px 18px;
	height: 16px;
	background: url(img/idoc2.gif) top left no-repeat;
	/*border: 0;*/
}
a.doc:hover {
	background: url(img/idoc.gif) top left no-repeat;
}
a.doc2 {
	margin: 15px 0 0 0;
	padding: 0px;
	height: 47px;
	background: url(img/idocg.gif) top center no-repeat;
	border: 0;
	display: block;
}
a.doc2:hover {
	border: 0;
	text-decoration: none;
}
a.pdf2 {
	margin: 15px 0 0 0;
	padding: 0px;
	height: 47px;
	background: url(img/ipdfg.gif) top center no-repeat;
	border: 0;
	display: block;
}
a.pdf2:hover {
	border: 0;
	text-decoration: none;
}

.imprimir {
	padding: 3px 20px 3px 0;
	background: url(img/imprimir.gif) bottom right no-repeat;
}
/*.ventana {
	padding: 1px 20px 1px 0;
	background: url(img/iventana.gif) bottom right no-repeat;
}
.ventana:hover {
	background: url(img/iventana_s.gif) bottom right no-repeat;
}
.exterior {
	padding: 1px 20px 1px 0;
	background: url(img/iexterior.gif) bottom right no-repeat;
}
.exterior:hover {
	background: url(img/iexterior_s.gif) bottom right no-repeat;
}*/
.ventana {
	padding: 1px 0px 1px 20px;
	background: url(img/iventana.gif) top left no-repeat;
}
.ventana:hover {
	background: url(img/iventana_s.gif) top left no-repeat;
}
.exterior {
	padding: 1px 0px 1px 20px;
	background: url(img/iexterior.gif) top left no-repeat;
}
.exterior:hover {
	background: url(img/iexterior_s.gif) top left no-repeat;
}

fieldset {
	border: 0;
	padding: 5px;
}
legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	color: #47A6D2; /*#EB3913;*//*#6A6A6A;*/
}
fieldset ul {
	margin: 0;
	padding: 0;
}
fieldset li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
}
fieldset fieldset {
	padding: 5px;
	border: 1px dashed #47A6D2;
}
fieldset fieldset legend {
	padding: 0 2px;
	font-size: x-small;
	background-color: #FFFFFF;
}
label {
	font-size: xx-small;
}

.floatDer {
	float: right;
}
.floatIzq {
	float: left;
}
.floatCentro {
	margin: 0px auto;
}
img.floatDer {
	/*clear: right;*/
	margin: 10px 0 0 15px;
	padding: 10px;
	width: 150px;
	height: auto;
	background-color: #FCFCFC;
	border: 1px solid #47A6D2;
}

.textoCentrar {
	text-align: center;
}
.textoDer {
	text-align: right;
}
.textoIzq {
	text-align: left;
}
.textoRojo {
	font-weight: bold;
	color: #FF0000;
}

.textoSmaller {
	font-size: smaller;	
}

strong {
	color: #287000; /*#A84343;*/
}
.fecha {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #867847; /*#BCB18B;/*#EB3913;*/
}

table {
	margin: 10px auto;
	padding: 0px;
	border-left: 1px solid #000000; /*1px dashed #000000;*/
	border-top: 1px solid #000000;/*1px dashed #000000;*/
	width: 65%;
	background-color: #FFFFFF;
}
table caption {
	visibility: hidden;
}
thead {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #71C6ED;
	border: 1px solid #000000; /*1px dashed #000000;*/
}
tbody {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000; /*1px dashed #000000;*/
	border-left: 1px solid #000000; /* 1px dashed #000000;*/
}
th {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td {
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #000000;/* 1px dashed #000000;*/
	border-bottom:1px solid #000000; /* 1px dashed #000000;*/
}

/*******************************************/
/*	
	Estructura del HTML - Pagina
*/
/*html>body #pagina {*/
#pagina {
	height: auto !important; /* con este hack escondemos el min-height de IE*/ /*!important es para navegadores modernos*/
}
#pagina {
	position: relative; /* absolute;*/ /*Podemos hacer que este en el centro si se aplica un width != 100%*/
    top: 0;
    left: 0;
	width: 100%;/*80%; */
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	/*background-color: #F5E6BF;*/
}
/*******************************************/
/*	
	Estructura del HTML - Cabecera
*/
#cabecera {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	background-color: #71C6ED;
	/*height: 177px;
	background: url(img/fcabecera.jpg) top left repeat;*/
}
/*-------------------------------------*/
#accesosRapidos {
	position: absolute;
	top: 0px;
	left: 280px;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	float: right;
}
#accesosRapidos ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#accesosRapidos li {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	list-style-type: none;
	display: inline;
	height: 16px;	
	text-indent: -5000px;
	float: left;
}
#accesosRapidos a {
	overflow: hidden;
	border-bottom: 0px;
}
#accesosRapidos .rapidoInico {
	height: 16px;
	width: 16px;
	background: url(img/iinicio.gif) top left no-repeat;
	display: block;
}
#accesosRapidos span.rapidoInico {
	background: url(img/iinicio_s.gif) top left no-repeat;
}
#accesosRapidos .rapidoInico:hover {
	background: url(img/iinicio_s.gif) top left no-repeat;
}
#accesosRapidos .rapidoMapa {
	height: 16px;
	width: 16px;
	background: url(img/imapa.gif) top left no-repeat;
	display: block;
}
#accesosRapidos span.rapidoMapa {
	background: url(img/imapa_s.gif) top left no-repeat;
}
#accesosRapidos .rapidoMapa:hover {
	background: url(img/imapa_s.gif) top left no-repeat;
}
#accesosRapidos .rapidoContactar {
	height: 16px;
	width: 16px;
	background: url(img/icontactar.gif) top left no-repeat;
	display: block;
}
#accesosRapidos span.rapidoContactar {
	background: url(img/icontactar_s.gif) top left no-repeat;
}
#accesosRapidos .rapidoContactar:hover {
	background: url(img/icontactar_s.gif) top left no-repeat;
}
/*-------------------------------------*/
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 189px;
	height: 147px;
}
#logo a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0;
}
#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*-------------------------------------*/
#titulo {
	margin: 0px;
	padding: 0px 100px 0px 0px;
	height: 150px;
}
#titulo a {
	float: right;
	width: 138px;
	height: 54px; 
	/*display: block;*/
	border-bottom: 0px;
}
#titulo #numero {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 79px;
	height: 147px; 
	background: url(img/26.gif) center left no-repeat;
	text-indent: -5000px;
}
#titulo h1 {
	margin: 0px 92px 0px 0px; 
	padding: 30px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large; /* 24px;*/
}
#titulo h2 {
	margin: 0px 92px 0px 0px;
	padding: 0px;
	font-size: small;
}
#titulo strong {
	color: #FFFFFF;
}
#titulo img {
	margin: 0px;
	padding: 0px;
	border: 0;
	float: right;
}
/*-------------------------------------*/
#menu {
	margin: 0px;
	padding: 2px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*small;*/
}
#menu ul {	
	margin: 0px;
	padding: 0px;
	width: 100%;	
	height: 25px;
	text-align: center;
}
#menu li {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #F5E6BF;
	display: inline;
	float: left;
	list-style-type: none;
}
/*#menu li.lineaMenu {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #FFFFFF;
}*/
#menu a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #FFFFFF;
	border: 0;
}
#menu a:link {
	color: #FFFFFF; 
	/*font-weight: bold;*/
}
#menu a:visited {
	color: #FFFFFF;
	/*font-weight: bold;*/
}
#menu a:hover {
	color: #057CB3;
	font-weight: bold;
}
#menu a:active {
	color: #FFFFFF;
}
#menu .seleccionado {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
	text-align: center;
	font-size: small;
	font-weight: bold;
	width: 111px;
	height: 20px;
	background: url(img/bMenu3.jpg) top left no-repeat;
	background-color: #F5E6BF;
	border-right: 0;
	display: block;	
}	
#menu .seleccionado a {
	color: #057CB3;
	font-weight: bold;
}
#menu .seleccionado a:link {
	color: #057CB3; 
}
#menu .seleccionado  a:visited {
	color: #057CB3;
}
#menu .seleccionado a:hover {
	color: #000000;
}
#menu .seleccionado a:active {
	color: #000000;
}

/*-------------------------------------*/
#etiqueta {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 107px;/*96px;*/
	height: 215px;/*204px;*/
	background: url(img/etiqueta3.jpg) top right no-repeat;
}
#etiqueta h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
/*******************************************/
/*	
	Estructura del HTML - Contenido
*/
#contenido {
	height: auto;
	margin: 0px;
	padding: 35px 0px 156px 0px;  /* con este  padding el footer nunca toca el contenido */
	background-color: #F5E6BF;
	background-image: none;
	border: 1px solid #F5E6BF;
}
/*-------------------------------------*/
#login {
	margin: 2px 0px;
	padding: 0px;
	background-color: #F9F2DF;
}
/*-------------------------------------*/
#contenidoDerecha {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
	/*background: url(img/lineaSponsor.jpg) top left repeat-y;*/
}
#sponsors {
	margin: 10px 0 0 15px;
	padding: 10px;
	color: #057CB3; 
	font-size: x-small;
}
#sponsors ul {
	margin: 9px 0px 20px 0;
	padding: 0 0 10px 0;
}
#sponsors li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*-------------------------------------*/
#contenidoCentral {
	margin: 0px 152px 0px 0px;
	padding: 0px;
	background: url(img/lineaSponsor.jpg) top right repeat-y;
}
#banners {
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	width: 550px;
	height: 140px;
	border: 1px dashed #000000;
}
/*-------------------------------------*/
#alertas {
	margin: 10px auto;/*10px 20px;*/
	padding: 0px;
	width: 100%; /*Ha de tener este ancho para que el ie puede "dibujar" correctamente este elmento*/
	/*background-color: #F9F2DF;*/
	width: 609px;
	height: 181px;
	background: url(img/falertas.jpg) center center no-repeat;
}
#alertas ul {
	margin: 0px;
	padding: 10px;
	height: 161px;
	text-align: center;
}
#alertas li {
	list-style-type: none;
	/*float: left;*/
	/*display: inline;*/
	/*position: relative;*/

	padding: 5px;
	width: 192px;
	height: 146px;
	display: block;
	background: url(img/falerta.jpg) center center no-repeat;
}
#alertas li.floatIzq, #alertas li.floatDer {
	margin: 0px 25px;
}
#alertas li.tipo2 {
	background: url(img/falerta2.jpg) center center no-repeat;
}

#alertas .alerta {
	margin: 0px;
	padding: 40px 10px 0px 10px;
	font-size: 10px;
	text-align: left;
	height: 90px;
}
.alerta h3 {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	color: #2CA4DB;/*#A84343;/*#8C1C1C;*/
	font-size: 12px;
	display: block;
}
.alerta p {
	margin: 0px;
	padding: 0px;
}
.alerta .botonAlerta {
	bottom: -15px;
	text-align: center;
	width: 100%;
	position: relative;
}
.alerta a.inscripcion {
	padding: 2px 20px 2px 0px;
	color: #FFFFFF;
	border: 0px;
	font-size: large;
}
.alerta a.inscripcion:hover {
	color: #057CB3;
}
/*-------------------------------------*/
#datos {
	margin: 0px;
	padding: 0px;
	width: 100%; /*Contien todos los datos y por tanto ha de ser 100% para que de "dibuje" bien el contenido*/
}
/*-------------------------------------*/
#subMenu {	
	float: left;
	margin: 10px 0 0 15px;
	padding: 0px;
	width: 172px;
	background: url(img/fsubMenuTop.jpg) top left no-repeat;
	color: #057CB3; 
	font-size: x-small;
}
#subMenu ul {
	margin: 9px 0px 20px 0;
	padding: 0 0 10px 0;
	background: url(img/fsubMenuBottom.jpg) bottom left no-repeat;
	background-color: #E0D3A7;
}
#subMenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	border-bottom: 1px solid #F5F0DD;
}
/*#subMenu .linea {
	margin: 0px 5px;
	border-bottom: 1px solid #F5F0DD;
}*/
/*#subMenu li a {*/
#subMenu a {
	margin: 0px 0px;
	padding: 10px 15px;
	color: #057CB3; 
	text-decoration: none;
	display: block;
	border: 0;
	
	width: 142px;
	height: auto;
	display: block;
}
#subMenu a:link {
	font-weight: bold;
}
#subMenu a:visited {
	font-weight: normal;
}
#subMenu a:hover {
	font-weight: bold;
	background-color: #F5F0DD;
}
#subMenu a:active {
	color: #057CB3; 
}
#subMenu .activo {
	margin: 0px;
	padding: 5px 10px;
	background-color: #F5F0DD;
	font-size: small;
	font-weight: bold;
	display: block;
}

/*-------------------------------------*/
#contenidoTexto {
	margin: 0px;
	padding: 0px 25px 5px 25px;
	border-left: 1px solid #E0D3A7;
}
#contenidoTexto_sponsor {
	margin: 0px;
	padding: 0px 215px 5px 25px;
	border-left: 1px solid #E0D3A7;
}

#contenidoTexto_conMenu {
	margin: 0px 0px 0px 215px;
	padding: 0px 10px;
	border-left: 1px solid #E0D3A7;
}
/*-------------------------------------*/
#migas {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	/*border-bottom: 1px dotted #000000;*/
	background: url(img/lineaPuntos2.jpg) bottom left repeat-x;
	font-size: smaller;
}
#migas a {
	padding: 1px 2px;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}
#migas a:link {
	text-decoration: none;
	color: #057CB3;/*#91C476; */
}
#migas a:visited {
	color: #057CB3;/*#67A843;*/
}
#migas a:hover {
	background-color: #71C6ED;
	color: #FFFFFF;/*#287000;*/
	
}
#migas a:active {
	color: #057CB3;/*#287000; */
}
/*-------------------------------------*/
#textos, #textos_conImagenes, #textos_conArchivos {
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
#textos_conImagenes, #textos_conArchivos {
	margin: 10px 0px;
	min-height: 275px;
	background-color: #F5F0DD !important;
}
#text_conImagenes {
	padding: 10px 200px 10px 10px;
}
#textos_conArchivos {
	padding: 10px 102px 10px 10px;
}
#archivos {
	float: right;
	margin: 20px 0px;
	width: 98px;
}
.archivo {
	margin: 10px 5px;
	width: 100%;
	text-align: center;
	font-size: xx-small;
}
.archivo span {
	visibility: hidden;
	text-indent: -5000px;
}
.texto {
	margin: 10px 0px;
	padding: 10px;
	background-color: #F5F0DD !important;
	/*display: block;*/
}

.texto h2 {
	margin: 0px 0px 5px 0px ;
	padding: 0px;
	border-bottom: 1px solid #E0D3A7;
	color: #47A6D2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.texto p {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	text-align: justify;
}
.texto p.textoCentrar {
	text-align: center;
}
.texto p.textoDer {
	text-align: right;
}
.texto p.textoIzq {
	text-align: left;
}

.texto ol {
	color:  #EB3913;
	font-weight: bold;
}

.texto li ul {
	margin: 2px 30px 10px 30px;
	padding: 0px;
	color: #000000;
}
.texto ul li {
	margin-top: 3px;
	margin-bottom: 10px;
}
.texto .limpiar{
	list-style-type: none;
	}
.texto .elemento {
	margin: 0px 0px 10px 0px ;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
.texto .informacion {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;/*#FCFCFC;*/
	border: 1px solid #C4C4C4;
	/*border-width: 0 1px 1px 0;*/
}
/*.texto .informacion a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0;
}*/
.texto ul.errores {
/*	margin: 10px auto 10px auto;*/
	margin: 10px 0 10px 30px;
	padding: 10px;
	width: 75%;
/*	border: 2px dashed red;*/
}
.texto .error {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(img/aviso.gif) center left no-repeat;
	/*list-style-type: none;*/
}
.texto .numero1 {
	margin: 0px;
	padding: 0px;
	background: url(img/fnum1.gif) top right no-repeat;
	display: block;
	/*background-color: #FFFFFF; /*el mismo color que en informacion*/
}
.texto .numero1:hover {
	background: url(img/fnum1_s.gif) top right no-repeat;
}
.texto .numero2 {
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(img/fnum2.gif) top right no-repeat;
}
.texto .numero2:hover {
	background: url(img/fnum2_s.gif) top right no-repeat;
}
.texto .numero3 {
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(img/fnum3.gif) top right no-repeat;
}
.texto .numero3:hover {
	background: url(img/fnum3_s.gif) top right no-repeat;
}
.texto .informacion .inscripcion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*padding-right: 20px;
	background: url(img/inscripcion.gif) center right no-repeat;*/
	font-size: 18px;
	color: #91C476; 
}
.texto .informacion .textoDer, .texto .informacion .textoIzq {
	margin-right: 10px;
	margin-bottom: 10px;
}
.texto .informacion span {
	color: #333333;
	font-weight: bold;
}
.texto .informacion strong {
	font-size: large;
	color: #47A6D2;
}
.texto h3 {
	margin: 0 0 5px 0;
	padding: 0px;
	color: #EB3913;
}
.texto h4 {
	margin: 0 0 5px 0;
	padding: 0px;
}
.texto .informacion h3 {
	/*margin: 10px 10px 5px; */
	padding: 10px 10px 5px 10px; 
}
.texto .informacion h4 {
	margin: 0px;
	padding: 10px; 
	background-color: #71C6ED;
	color: #FFFFFF;
}
.texto .informacion ul {
	margin: 0px;
	padding: 0px;
}
.texto .informacion li {
	margin: 20px;
	padding: 0px;
	border: 1px solid #47A6D2;
	list-style-type: none;
}
.texto .anulacion {
	margin: 10px;
	padding: 5px;
	border: 1px solid #C4C4C4;
	background-color: #F9F5EA;
	font-size: x-small;
}
.texto .anulacion h4 {
	color: #000000;
	background-color: #F9F5EA;
}
.imagen {
	margin: 5px auto 10px auto;
	padding: 5px;
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
.imagen img {
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #47A6D2;
}
.imagen .reducir {
	width: auto;
	height: 250px;
}
.imagen .panoramica {
	width: 300px;
	height: auto;
}
.imagen a {
	text-decoration: none;
	border: 0;
}
.imagen a img {
	border: 1px solid #71C6ED;
}
.imagen a:hover img {
	border: 1px solid #47A6D2;
}
/*-------------------------------------------*/
.programa {
	margin: 10px 0px;
	padding: 10px;
	/*border: 1px dashed #000000;
	background-color: #FFFFFF;*/
}
.programa table {
	margin: 0px auto;
	padding: 0px;
	width: 100% !Important;
	border: 0;
	background: none;
}
.programa table tr {
	border: 0;
	margin: 0px;
	padding: 0px;
}
.programa table td {
	border: 0;
	margin: 0px;
	padding: 5px;
}
.programa td.horas {
	vertical-align: top;
	width: 100px;
	text-align: right;
	border-right: 1px solid #C2B27A;
	color: #EB3913;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.programa li {
	margin: 0px 40px 10px 0px;
	padding: 10px 10px;
	border: 1px solid #C2B27A;
	background-color: #FCFCFC;
	list-style-type: none;
}
.programa .cabeceraPrograma {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: 60px;
}
.programa .cabeceraPrograma h4 {
	margin: 0px;
	padding: 0 0 0 75px;
	height: 60px;
	font-size: 36px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #47A6D2;
}
.programa .dias {
	margin: 0px auto 20px auto;
	padding: 0px 20px;
	height: 60px;
	width: 300px;
	text-align: center;
	background: url(img/lineaPuntos.jpg) left center repeat-x;
}
.programa li .dias {
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	width: 180px;
	text-align: left;
	background: 0;
}
.dias ul {
	margin: 0px;
	padding: 0px;
	border: 0;
	height: 27px;
	width: 100%;
	text-align: center;
	background: 0;
	display: block;
}
.dias li {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	background: 0;
	border: 0;
}
.programa li .dias li {
	margin: 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	background: 0;
}

.dias li a {
	text-decoration: none;
	border: 0;
}
.dias li a:link {
	color: #71C6ED;
}
.dias li a:visited {
	color: #71C6ED;
}
.dias li a:hover {
	color: #057CB3;
	border-bottom: 1px solid #057CB3;
}
.dias li a:active {
	color: #057CB3;/*#287000; */
	border-bottom: 1px solid #057CB3;
}

.programa .diaCalendario {
	margin: 0px;
	padding: 5px 0 10px 2px;
	float: left;
	width: 50px;
	height: 45px;
	background: url(img/fDia.gif) left top no-repeat;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	text-align: center;	
}
.dias li .diaCalendario {
	float: none;
}

.programa .diaCalendario h3 {
	margin: 0px;
	font-size: 14px;
	color: #000000;
}
.programa .diaCalendario .dia {
	font-size: 20px;
	font-weight: bold;
	color: #47A6D2;
}
.programa strong {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB3913;
}
.programa h5 {
	margin: 5px 0px;
	padding: 0px;
	color: #47A6D2;
}
.programa h6 {
	margin: 0px;
	padding: 0px;
}
.programa span {
	color: #C2B27A;
	font-weight: bold;

}
.programa .cafe, .programa .comida, .programa .cena {
	margin: 0px auto;
	padding: 10px 0 10px 60px;
	width: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #47A6D2;
	font-size: 18px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
.programa .cafe {
	background: url(img/iCafe.gif) left center no-repeat;
}
.programa .comida {
	background: url(img/iComida.gif) left center no-repeat;
}
.programa .cena {
	background: url(img/iCena.gif) left center no-repeat;
}
.programa .cafe strong, .programa .comida strong, .programa .cena strong {
	font-size: x-small;
	color: #000000;
}
.programa .especial, .programa li.especial  {
	padding: 5px;
	border: 5px solid #FFC33D; /*#CFCFCF;*/
	/*background-color: #F8ECD1;*/
}
.especial strong {
	color: #000000;
}
.especial span {
	color: #47A6D2;
	font-weight: bold;
}	

/*-------------------------------------------*/
#hoteles {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#hoteles ul {
	margin: 0px 5px;
	padding: 0px;
}
#hoteles li {
	list-style-type: none;
	margin: 10px 10px;
}
.hotel {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E0D3A7;
	/*height: 180px;*/

}
.hotel img {
	height: 70px;
	width: auto;
	padding: 10px;
	background-color: #FFFFFF;	
	border: 1px solid #71C6ED;
}
.hotel a.floatDer {
	margin-left: 10px;
	text-decoration: none;
	border: 0;
}
.hotel a:hover img {
	border: 1px solid #47A6D2;
}
.hotel p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.hotel span {
	visibility: hidden;
	text-indent: -5000px;
}
.estrellas1 {
	margin: 0 0 0 5px;
	padding: 0px;
	height: 24px;
	width: 20px;
	background: url(img/hotel1.gif) left center no-repeat;
}
.estrellas2 {
	margin: 0 0 0 0px;
	padding: 0px 10px;
	height: 24px;
	width: 40px;
	background: url(img/hotel2.gif) left center no-repeat;
}
.estrellas3 {
	margin: 0 0 0 5px;
	padding: 0px 15px;
	height: 24px;
	width: 61px;
	background: url(img/hotel3.gif) left center no-repeat;
}
.estrellas4 {
	margin: 0 0 0 5px;
	padding: 0px 20px;
	height: 24px;
	width: 82px;
	background: url(img/hotel4.gif) left center no-repeat;
}
.estrellas5 {
	margin: 0 0 0 5px;
	padding: 0px 40px;
	height: 24px;
	width: 103px;
	background: url(img/hotel5.gif) left center no-repeat;
}
.reservarHotel {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

/*-------------------------------------------*/
.texto .top {
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: right;
	font-size: smaller;
	height: 18px;
	width: 100%;
	display: block;
}
.texto .top span {
	visibility: hidden;
	text-indent: -5000px;
}
.texto .top a {
	margin: 0px;
	padding: 0px;
	/*background-color: #E0D3A7;*/
	text-decoration: none;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	background: url(img/subir.jpg) top right no-repeat;
	border: 0;
}
.texto .top a:hover {
	background: url(img/subir_s.jpg) top right no-repeat;
}

/*-------------------------------------*/
#formulario, #formularioInscripcion, .formularioRevisar {
	margin: 10px auto;
	padding: 0px;
	width: 450px;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF; 
}
#formularioInscripcion {
	width: 570px;
}
.formularioRevisar {
	width: 550px;
	padding: 10px; 
}
#formulario br, #formularioInscripcion br, .formularioRevisar br {
	clear: left;
}
#formulario form, #formularioInscripcion form {
	margin: 10px 15px;
	padding: 0px;
}
#formulario .conjuntoForm, #formularioInscripcion .conjuntoForm, .formularioRevisar .conjuntoForm {
	margin: 0px;
	padding: 0px;
	width: 100%; 
}
#formulario .formColumnas, #formularioInscripcion .formColumnas, .formularioRevisar .formColumnas {
	margin: 0px;
	padding: 0px;
	width: 100%; 
	/*float: left;*/
	height: 33px;
}
#formulario .elementoFormA, #formularioInscripcion .elementoFormA, .formularioRevisar .elementoFormA {
	margin: 0px;
	padding: 0px;
	width: 48%;
	height: 33px;
	text-align: left;
	float: left;
	display: block;
}
#formulario .elementoFormB, #formularioInscripcion .elementoFormB, .formularioRevisar .elementoFormB {
	margin: 0px;
	padding: 0px;
	width: 48%;
	height: 33px;
	text-align: left;
	float: right;
	display: block;
}

.input, .inputA, .inputB, .select, .inputExaminiar, inputRojo{
	margin: 0 0 5px 0;
	padding: 0px;
	width: 100%;
	height: 18px;
	background-color: #F2F2F2;
	border: 1px solid #E0D3A7;
	display: block;
}
.inputRojo {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.formularioRevisar .inputA {
	height: auto;
}
.inputExaminiar {
	width: 80%;
}
.select {
	font-weight: bold;
	height: 18px;
}
.textarea {
	margin: 0 0 5px 0;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E0D3A7;
}

.elementoFormBotones {
	margin: 10px 0px 0px 0px;
	padding: 10px 0 0 0;
	text-align: right;
	border-top: 1px dashed #C4C4C4;
}
.elementoFormBotones .floatIzq, .elementoFormBotones .floatDer {
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 72px;
	height: 20px;
	color: #000000;
	text-align: center;
}
.elementoFormBotones .floatIzq {
	text-align: right;
	background: url(img/fbotonIzq.gif) center left no-repeat;
}
.elementoFormBotones .floatDer {
	text-align: left;
	background: url(img/fbotonDer.gif) center right no-repeat;
}
.elementoFormBotones .floatIzq:hover {
	color: #FFFFFF;
	background: url(img/fbotonIzq_s.gif) center left no-repeat;
}
.elementoFormBotones .floatDer:hover {
	color: #FFFFFF;
	background: url(img/fbotonDer_s.gif) center left no-repeat;
}

.elementoFormBotones ul {
	margin: 0;
	padding: 0;
}
.elementoFormBotones li {
	list-style-type: none;
	display: inline;
}
.boton {
	margin: 0px 0px 0px 10px ;
	padding: 8px 12px;
	font-size: 9px;
	border: 0;
	color: #000000;
	background-color: #C4C4C4;
	background: url(img/fboton.gif) center left no-repeat;
}
.elementoFormBotones .boton:hover {
	color: #FFFFFF;
	background: url(img/fboton_s.gif) center left no-repeat;
}

#formulario #pieFomulario, #formularioInscripcion #pieFomulario {
	clear: both;
	padding: 20px 5px 5px 5px;
	color: #9C9C9C;
	font-style: italic;
}
#formulario #pieFomulario ul, #formularioInscripcion #pieFomulario ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#formulario #pieFomulario li,  #formularioInscripcion #pieFomulario li {
	margin: 0px;
	padding: 0px;
}
/*.formularioRevisar {
	margin: 10px auto;
	padding: 10px;
	//width: 450px;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF; 
}
*/
.formularioRevisar h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.formularioRevisar .input {
	font-size: 12px;
	background-color: #E0E0E0;
}
.formularioRevisar .inputA {
	background-color: #FFFFFF;
}

/*******************************************/
/*	
	Estructura del HTML - Pie
*/

#pie {
	 position: absolute;
     width: 100%;
     bottom: 0 !important;
	 bottom: -1px; /* For Certain IE widths */
	 height: 120px;
	 margin: 0px;
	 padding: 0px;
	 font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	 font-size: 9px;
	 font-weight: bolder;
	 background-color: #71C6ED;
}
#pieIzq {
	/*float: left;*/
	margin: 2px 0 0 10px;
	padding: 0px; 
	width: 50%; 
}
#pieIzq a:hover {
	/*float: left;*/
	color: #000000;
}

#pieIzq img {
	margin: 0px;
	padding: 0px;
	border: 0;
	float: left;	
}
#pieIzq p {
	margin: 0;
	padding: 5px 0 0 0;
}
#pieDer {
	float: right; 
	margin: 10px 10px 0 0;
	padding: 10px 10px;
	/*width: 200px;*/
	border: 1px dashed #FFFFFF;
}

#pieDer a.logoUdl {
	margin: 5px; /*10px auto;*/
	padding: 0px;
	width: 41px;
	height: 39px;
	text-indent: -5000px;
	display: block;
	float: left;
	text-decoration: none;
	border: 0;
	background: url(img/logoUdlP.jpg) top left no-repeat;
}
#pieDer a.logoUdl:hover {
	background: url(img/logoUdlP_s.jpg) top left no-repeat;
}
#pieDer a.logoFunda {
	margin: 5px; /*10px auto;*/
	padding: 0px;
	width: 96px;
	height: 39px;
	text-indent: -5000px;
	display: block;
	float: left;
	text-decoration: none;
	border: 0;
	background: url(img/logoFundacionP.jpg) top left no-repeat;
}
#pieDer a.logoFunda:hover {
	background: url(img/logoFundacionP_s.jpg) top left no-repeat;
}

#diseno {
	clear: both;
	margin: 20px auto 2px auto;
	padding: 0px;
	text-align: center;
	font-size: xx-small;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
#diseno p {
	margin: 5px;
	padding: 0px;
}
#estandars {
 	margin: 0px;
	padding: 0px;
}
#estandars a {
	text-decoration: none;
	border: 0;
}
#estandars img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#estandars ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#estandars li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
/*******************************************/
/*	
	Diseņo de iTresN3t S.L.
*/