body
{
	margin: 0;
	border: 0;
	background: #8da633 url('./images/fondo.jpg') repeat;
	color: #444444;
   	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
   	font-size: 12pt;
   	padding-bottom: 20px;	
}

h1
{
	font-size: 2em;
	margin: 1.4em 0 0 1em;
	color: #717859;
	background: transparent;
}

h2
{
	background: transparent;
	color: #717859;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0;
	margin-top: 1.7em;
} 

h3
{
	background: transparent;
	color: #717859;
}

h4
{
	background: transparent;
	color: #717859;
}

h5
{
	background: transparent;
	color: #717859;
}

h6
{
	background: transparent;
	color: #717859;
}

p
{
	margin: 0.5em 0.5em 2em 0.8em;
	text-indent: 1em;
}

span.mensajeError
{
	background: #ffe152;
	color: #0a0a0a;
	font-size: 1.5em;
}

#contenidos
{
	margin: 40px auto 0 auto;
	width: 1024px;
	background: #ffffff;
	border:1px solid #4f543e;
}

/*Cabecera y subsecciones*/
#cabecera
{
	float: left;
	width: 100%;
	height: 7em;
	background: #b4bf8e;
	color: #717859;	
	line-height: 0.5em;
}

#subtitulo
{
	font-size: 1em;
	margin-left:2em;
	margin-top: 0.8em;
	text-indent: 0;	
}

#logo
{
	border:0;
	float:left;
	height: 7em;
}
/*Bloque de login y subsecciones*/
#login
{
	background: #fbf6de;
	color: #717859;
	font-size: 1em;
	padding: 0.2em 1em 0.1em 2em;
}

/*Bloque del menú principal y subsecciones*/
#menuPrincipal
{
	background: #ffffff;
	float: left;
	width: 12.5em;
	font-size:14px;
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding-right: 0.5em;
}

#menuPrincipal ul
{
	list-style: none;
	margin:0;
    padding:0;	
}	

#menuPrincipal ul ul
{
	padding-left:1em;
	margin-bottom: 2em;
	
}

#menuPrincipal li.menuActual
{
	background: transparent;
	color: #baab63;
	font-weight: bold;
	list-style-type: disc;
	
}
#menuPrincipal a, #menuPrincipal a:visited
{
	background: transparent;
	color: #baab63;
	padding: 0;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

#menuPrincipal a:hover
{
	padding:0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #baab63;
}

/*Bloque central y subsecciones*/
#centro
{
	border-left: 1px solid #afafaf;
	padding-left: 1em;
	padding-right: 1em;
	min-height: 25em;
	margin-left: 12em;
}

#centro a, #centro a:link
{
	background: transparent;
	color: #2b70d8;
	font-weight: bold;	
}

#centro a:hover
{
	text-decoration: none;
}

#centro a:visited
{
	background: transparent;
	color: #cf5f90;
}

table.foto
{
	display: inline;
	border: 1px solid #afafaf;
}

table.video
{
	display: inline;
	text-align: center;
}

#centro a img, #centro a img:visited
{
	border: 1px solid #afafaf;
}

#centro a img:hover
{
	border: 1px solid #cfcfcf;
}

table.infoTabular
{
	border: 0;
	text-align: center;
}

table.infoTabular caption
{
	background: #cfd6b8;
	color: #5a633c;
	border:0;
	font-weight: bold;
}

table.infoTabular th
{
	background: #cfd6b8;
	color: #5a633c;
	font-weight: bold;
}

table.infoTabular td
{
	background: #eef8cd;
	color: #5a633c;
}

tr.filaSeparadora
{
	background: #FFFFFF;
	color: #FFFFFF;
	height: 1em;
}

/*Bloque pie y subsecciones*/
#pie
{
	background: #ffffff;
	color: #717859;	
	text-align: right;
	padding: 0 1em 0.5em 1em;
	/*COMPROBAR!!!(esto no debería aparecer en la versión final...
	border-bottom: 1px solid #000000;*/
}

#contador
{
	float:left;
}

#pie a, #pie a:visited
{
	background: transparent;
	color: #baab63;
	padding:0;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;	
	text-size: 1em;
}

#pie a:hover
{
	padding:0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #baab63;
}
p.centrado
{
	text-align: center;
	font-size: 0.8em;
	text-indent: 0;
}
table.stats
{
	border: 0;
	text-align: center;
	width: 60%;
}

table.stats caption
{
	background: #cfd6b8;
	color: #5a633c;
	border:0;
	font-weight: bold;
}

table.stats th
{
	background: #cfd6b8;
	color: #5a633c;
	font-weight: bold;
	width: 80%;
}

table.stats td
{
	background: #eef8cd;
	color: #5a633c;
	width: 50%;
}
