/*******************************************************************************
* Estilos HTML generales
*******************************************************************************/
*html, form, input
{
	padding:0px;
	margin:0px;
}
html, body
{
  height:100%;
}
body
{
  height:100%;
	margin:0px;
	padding:0px;
	background-color: #603522;
	font-family: Trebuchet, Helvetica, Geneva, Verdana;
	font-size: 0.9em;

	scrollbar-face-color: #E1DCC8;
	scrollbar-shadow-color: #C9CABA;
	scrollbar-highlight-color: #EDEDCA;
	scrollbar-3dlight-color: #C9CABA;
	scrollbar-darkshadow-color: #EDECDA;
	scrollbar-track-color: #EDECDA;
	scrollbar-arrow-color: #FFFFFF;
}
#logoCONGDE
{
  background: url('../images/logotop.gif') top left no-repeat #603522;
  width:200px;
  height:271px;
  margin:0;
  padding:0;
  position:absolute;
  float:left;
  z-index:1;
}
#logocentro
{
  width:100%;
  background-color:#FFF;
  display:block;
  height:152px;
  position:absolute;
  z-index:0;
  cursor:pointer;
}
#logocentro img
{
  background: url('../images/logocentro.gif') top left no-repeat #603522;
  width:263px;
  height:114px;
  margin:0;
  padding:0;
  margin-left:200px;
  position:absolute;
}
#logocentro img, #logocentro a
{
border:0px;
}
.wrapper {
  z-index:1;
  position:absolute;
  float: left;
  clear: both;
  width:850px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 11%;
  margin-top:100px;
  text-align: left;
  height:100%;
}
#header
{
  clear:both;
  width:100%;
  float:left;
  margin-top:20px;
  *margin-top:21px;
}
#header #headmenu
{
	float:right;
	border-bottom:5px solid #D7731D;
	width:705px;
}
#wrapper #bodier
{
  background-color: #FFF;
	float:left;
	width:100%;
}
#bodymenu
{
	clear:both;
	float:left;
	padding-left:10px;
	*padding-left:3px;
}

#maincontent, #maincontentpeq
{
	float:right;
  background-color:#d7731d;
	padding:5px 10px 5px 10px;
	margin:5px 0px 0px 0px;
	color:#FFF;
	font-size:0.8em;
	height: auto !important;
  min-height: 493px;
  *min-height: 491px;
/*
  height: 493px;
  *height: 491px;*/
}
#maincontent
{
  width:685px;
}
#maincontentpeq
{
  width:533px;
  *width: 558px;
}
.cajacontent
{
  margin:0px;
  margin-left:10px;
}

div.maincontent table#paginador
{
  clear:both;
  width:200px;
  font-size:1em;
  color: #613314;
  margin-top:30px;
}
div.maincontent table#paginador a
{
  color:#613314;
  border:0px!important;
}
span#pag_actual
{
  font-weight:normal;
  padding: 2px;
  padding-left: 6px;
}

/*******************************************************************************
* links
*/

a {
	font-weight: 600;
	color: #613314;
		text-decoration: none;
	}
.maincontent a, .maincontent a.link
{
	text-decoration: underline!important;
}
a.link
{
	font-weight: 600;
	color: #613314;
	text-decoration: none;
	}
a:visited {
	color: #613314;
	}
a:hover {
	text-decoration:none;
	}

span {
	font-weight: 600;
	text-decoration: none;
	}

a span, a span:visited {
	color: #CC8228;
}
a span:hover {
  color: #2288CC;
}

span a:visited {
}
span a:hover {
  color: #222224;
}

/*******************************************************************************
* h1, h1, h3
*/

#cuerpo h1 {
  margin: 0.3em 0em 0.3em 0em;
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  color: #002266;
	font-weight: 500;
	}

h2 {
  margin: 0.2em 0em 0.6em 0em;
  font-size: 1.3em;
  line-height: 1.1em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  font-weight: 600;
  color: #4466AA;
	}

h3 {
  /*margin: 0.1em 0em 0.1em 0.1em;*/
  font-size: 1.1em;
  line-height: 1em;
  font-family: Trebuchet, Helvetica, Geneva, Verdana;
  font-weight: 600;
  color: #000;
	}

/*******************************************************************************
* img
*/

img {
	border: 0px solid #CDD9FB;
	vertical-align: middle;
	}

/*******************************************************************************
* hr
*/

hr  {
  margin-left: 4px;
  margin-right: 4px;
	border: 1px solid #C8C8CF;
	vertical-align: middle;
	}


/*******************************************************************************
* ul li
*/

ul {
 	padding-left: 20px;
	}

ul li {
  }

#wrapper ul li span {
 	color: #664224;
 	padding-left: 22px;
	tex-align: left;
	line-height: 1.6em;
	list-style: none;
	background-image: url(../images/iconos/asteriaco.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	height:20px;
	}
#wrapper ul li span:hover{
  background-image: url(../images/iconos/asteriaco_.gif);
  color: #888668;
}

ul li a {
	color: #613314;
}
ul li a:hover {

  color: #613314;
}

/*******************************************************************************
* table
*/

table {
	font-size: 0.9em;
}

th {
  margin: 2px;
  padding: 2px;
	color: #444444;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
}

td {
  margin: 0px;
  padding: 2px;
  font-weight: normal;
  text-align: left;
	vertical-align: top;
}

thead {
  font-size: 0.8em;
  color: #CCCCCC;
  }

thead th {
  margin: 2px;
  padding: 2px;
  color: #002244;
	background-color: #E8E6D4;
}

tfoot
	{
	margin: 2px;
  padding: 2px;
  font-size: 0.8em;
	color: #446688;
	}


/*******************************************************************************
* pie
*/
body #footer
{
	clear:both;
  background:#FFF;
  width:100%;
  position:relative;
    font-size:0.76em;
}
body #footer #footcontent
{
  text-align:right;
  margin-right:5px;
}
body #footer #footcontent #footertop a
{
  background-color: #D7731D;
  color: #F9FCFA;
  padding: 0 33px 0px 26px;
  *padding: 0 29px 0px 26px;
  text-transform:lowercase;
}
body #footer #footcontent #footertop a.bottomleft
{
  background: url('../images/fbottomleft.gif') bottom left no-repeat #D7731D;
  margin-right:-2px;
}
body #footer #footcontent #footertop a.bottomright
{
  background: url('../images/fbottomright.gif') bottom right no-repeat #D7731D;
  border-top:0px #D7731D solid;
}
body #footer #footerbottom
{
  clear:both;
  display:block;
  text-align:left;
  margin-left:145px;
  margin-top:30px;
}

#footerbottom a#ppo
{
  margin-left:9%;
}
#footerbottom a
{
  background:none;
  padding:none;
  color:#685145;

  font-weight:normal;
}
#footerbottom a#oyw
{
  margin-left:9%;
  color:black;
}
#footerbottom a#oyw:hover
{
  color:#01B0F1;
}
/*******************************************************************************
* iframe: subirimagen y subirfichero
*/

iframe {
  margin: 0px;
  padding: 0px;
  uotline: 1px solid #CCCCCC;
}

.ifrimage {
  float: right;
  clear: right;
  width: 275px;
  *width: 295px;
  height: 55px;
  *height: 80px;
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  background-color: #9C9CAC;
  border: 0px;
  overflow: hidden;
  display: block;
}

.ifrfile {
  float: right;
  clear: right;
  width: 300px;
  *width: 315px;
  height: 55px;
  *height: 80px;
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  background-color: #9C9CAC;
  border: 0px;
  overflow: hidden;
}

/*******************************************************************************
* form
*/

form
	{
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #444446;
	font-size: 0.96em;
	background-color: #EDECDA;
	border: 1px solid #7E8DA0;
	}

form a {
  font-size: 0.9em;
  font-weight: 500;
}

form hr {
  border: 1px solid #7E8DA0;
}

fieldset
	{
	float: none;
	clear: both;
	padding: 2px;
	border: 0px solid #0000AA;
	background-color: trasparent;
	}

legend
	{
	float: none;
	clear: both;
	padding: 2px 2px 0px 20px;
	margin: 0px 0px 8px 0px;
	color: #442002;
	font-size: 0.9em;
	font-weight: bold;
	background-color: trasparent;
	background-image: url(../images/iconos/question_and_answer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #7E8DA0;
	}

.inputtext {
  margin: 0px;
  padding: 0px;
  vertical-align: center;
  overflow: hidden;
  scroll: none;
  border: 1px solid #4488CC;
}
.inputtext:hover {
  border: 1px solid #88CCFF;
}


.label {
	padding: 2px;
	color: #020204;
	font-weight: bold;
	background-color: #CCCCCC;
	}

a .label {
	padding: 2px;
	color: #000066;
	font-weight: bold;
	background: none;
	}
a .label:hover {
	padding: 2px;
	color: #000000;
	font-weight: bold;
	background: none;
	}

.row
	{
	float: none;
	clear: both;
	width: auto;
	padding: 1px;
	background-color: transparent;
	overflow: hidden;
	}
.row textarea
{
  width:300px!important;
}
.col
	{
	float: left;
	clear: none;
	width: 48%;
	padding-left: 2%;
	background-color: transparent;
	}

.cell
	{
	float: left;
	clear: none;
	width: 140px;
	background-color: transparent;
	}
.cell input
  {
  float: left;
  clear: none;
  }
.cell select
  {
  float: left;
  clear: none;
  }

label
	{
  float: left;
  clear: none;
  margin-right: 4px;
  font-size: 0.9em;
	font-weight: 600;
	color: #888668;
	width: 30%;
	text-align: right;
	overflow: visible;
	}

input
	{
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
	padding: 1px 2px 1px 2px;
	border: 1px solid #888668;
	background-color: #FFFFFF;
	}
input:hover
	{
	border: 1px solid #4488CC;
	background-color: #FFFFFF;
	}

select
	{
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
	border: 1px solid #888668;
	background-color: #FFFFFF;
	}
select:hover
	{
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
	}

option
	{
	border: none;
	background-color: #FAFAFA;
	}
option:hover
	{
	background-color: #FFFFFF;
	}

textarea
	{
	padding: 1px 4px;
	font-size: 0.9em;
  border: 1px solid #888668;
	background-color: #FAFAFA;
	font-family: Trebuchet, Helvetica, Geneva, Verdana;
	}
textarea:hover
	{
	border: 1px solid #3399FF;
	background-color: #FFFFFF;
	}


/*******************************************************************************
* calendar
*/
/*

.calendar
{
	float: left;
	clear: none;
	background-color: trasparent;
	z-index:10!important;
}
.calendar:hover
{
	cursor: pointer;
	background-color: #F8F8F8;
}

.calendar tbody td.weekend
{ /* Cells showing weekend days *
  color: #c44!important;
}
.calendar tbody td.weekend { /* Cells showing weekend days *
  color: #c44;
}
.calendar tbody td.selected
{ /* Cell showing selected date *
  background-color:#E19655;
}*/
/*******************************************************************************
* Estilos Generales
*******************************************************************************/

.container {
  float: none;
  clear: both;
  display: block;
  text-align: center;
  vertical-align: middle;
  color:black;
  background-image: none;
}

.img {
  float: left;
  clear: none;
	text-align: center;
	/*margin: 2px;
	padding: 1px;
	outline: 1px outset #FAFAFA;*/
	opacity: 0.8;
	filter: alpha(opacity=85);
	overflow: hidden;
}
.img:hover {
	/*outline: 1px inset #EDEDED;*/
	opacity: 1;
	filter: alpha(opacity=100);
}

.link, a.link, a.link:visited {
  height: 16px;
	padding: 2px;
	padding-right: 16px;
	color: #CC8228;
	background-image: url(../images/iconos/iconmark.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.link, a.link:hover {
  color: #4488CC;
  background-image: url(../images/iconos/iconmark_.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.vlink, a.vlink {
	color: #66666A;
}
.vlink, a.vlink, a.vlink:visited {
  color: #66666F;
  text-decoration: underline;
}
.vlink, a.vlink:hover {
  color: #6666AA;
}

.elink, a.elink, a.elink:visited {
  height: 16px;
	padding: 2px;
	padding-left: 16px;
	color: #CC8228;
	background-image: url(../images/iconos/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.elink, a.elink:hover {
  color: #4488CC;
  background-image: url(../images/iconos/arrow_.gif);
	background-position: left;
	background-repeat: no-repeat;
}


.required {
  padding-left: 2px;
	padding-right: 16px;
	background-color: #F0F0F0;
	background-image: url(../images/iconos/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	outline: 1px solid #CCCCCC;
	filter: alpha(opacity=90);
}
.required:hover {
  outline: 1px solid #333333;
  filter: alpha(opacity=90);
}

.private {
	padding: 1px 1px 1px 16px;
	height: 10px;
	background-image: url(bulletPrv.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.none {
  clear: none;
	border: none;
	background: none;
  color:#FEFEFE;
}
.linkfile
{
  color:#FEFEFE;
}
.none:hover {
  clear: none;
	border: none;
	background: none;
}

.vertical {
	padding: 5px;
	writing-mode: tb-rl;
	filter: flipv fliph;
}

.mouseover {
  cursor: pointer;
}

.bold {
  font-weight: 600;
	}

.bolder {
  font-weight: 600;
  color: #000000;
	}

.italic {
  font-style: italic;
  color: #000080;
	}

.sinfloatbug .floatbug
{
  display:none;
}
.floatbug {
  float: none;
  clear: both;
}

.center {
  text-align: center;
  vertical-align: center;
  image-align: center;
	}

.absolute {
  float: none;
  clear: both;
  }

.left {
  float: left;
  clear: none;
  text-align: left;
  width: auto;
	}

.right {
	float: right;
	clear: none;
	text-aling: right;
	width: auto;
	}
.clearboth{
  clear:both;
}
.box {
  padding: 4px;

}

.mini {
	font-size: 0.8em;
	font-weight: normal;
}

.listadocontenidos .mini
{
  font-size:1em!important;
}

.semi {
  font-size: 0.9em;
	font-weight: normal;
}

.mega {
	font-size: 1.2em;
	font-weight: bolder;
}

.giga {
  font-size: 2em;
	font-weight: bold;
	filter: Blur(Direction=200, Strength=4);
}

.tera {
  font-size: 3em;
	font-weight: bold;
	filter: Blur(Direction=300, Strength=6);
}

.tab {
  margin-left: 2em;
  padding-bottom: 1em;
}

 a.par img,
 a#vista_previa img
{
  float:right;
  padding-right:3px;
  padding-bottom:2px;
  margin-right:6px;
}
.left .par, .left a.par:hover, .left a.par:visited, .left a#vista_previa
{
  float:left;
  width:109px;
  height:22px;
  padding: 3px 0px 0px 6px;
  background: transparent url(../images/botones/emptybg.png) no-repeat top left;
  border:0px none !important;
  color:#8B6552!important;
  font-size:11px;
  font-weight:bold;
  text-transform:lowercase;
}
.par, a.par, a.par:visited
{
}
.par, a.par:hover {
  color: #4488CC;
}
.impar, a.impar, a.impar:visited {
  color: #664224;
}
.impar, a.impar:hover {
  color: #CC8228;
}

.fluor, a.fluor {
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
  background-color: #FFF333;
}
.fluor:hover, a.fluor:hover {
  padding-left: 2px;
  padding-right: 2px;
  color: #000000;
  background-color: #FFF000;
}

.shadow, a.shadow {
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
  background-color: #F0F0F0;
}
.shadow:hover, a.shadow:hover {
  padding-left: 2px;
  padding-right: 2px;
  color: #000000;
  background-color: #F0F0FF;
}


/*******************************************************************************
* Mensajes de Control
*******************************************************************************/

.msginfo {
	float: none;
	clear: both;
	margin: 0px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	outline: 1px solid #FAFAFA;
	background-image: url(../images/iconos/scroll_information.gif);
	background-position: 2px 2px;
	background-color: #0099FF;
	background-repeat: no-repeat;
}

.msgalert	{
	float: none;
	clear: both;
	margin: 4px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	outline: 1px solid #FAFAFA;
	background-image: url(../images/iconos/scroll_warning.gif);
	background-position: 1px 1px;
	background-color: #FFEE00;
	background-repeat: no-repeat;
}

.msgerror {
	float: none;
	clear: both;
	margin: 0px;
	padding: -2px;
	padding-left: 22px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	outline: 1px solid #FAFAFA;
	background-image: url(../images/iconos/scroll_delete.gif);
	background-position: 1px 1px;
	background-color: #CC0000;
	background-repeat: no-repeat;
}
.errorgestor {
	float: none;
	clear: both;
	margin: 0px;
	padding: -2px;
	padding-left: 50px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF!important;
	background-color: transparent;
	background-repeat: no-repeat;
}

.buscador
{
  background-color:#df8f4a;
  border:1px dashed white;
  border-top:2px solid;
}
/*******************************************************************************
* Elementos especiales
*******************************************************************************/
.logo {
  float: none;
  clear: both;
	text-align: center;
	margin: 1px;
	outline: 1px outset #FAFAFA;
	opacity: 0.9;
	filter: alpha(opacity=90);
	overflow: hidden;
}
.logo:hover {
	outline: 1px inset #EDEDED;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tipocultar {
  float: right;
  clear: both;
  margin: 2px;
  margin-bottom: -18px;
  width: 16px;
	height: 16px;
	background-image: url(../images/iconos/selection_down.gif);
	background-position: center;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	cursor: pointer;
	*position: relative;
	display:none;
}

.tipmostrar {
  float: right;
  clear: both;
  margin: 2px;
  margin-bottom: 0px;
	width: 16px;
	height: 16px;
	background-image: url(../images/iconos/selection_up.gif);
	background-position: center;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	cursor: pointer;
	*position: relative;
}

.letrasem, a.letrasem {
  float: none;
  clear: right;
  text-align: right;
  border-top: 1px dashed #CCCCCC;
  margin-right: -14px;
  padding: 0px;
  outline-left: 1px solid #CCCCCC;
  font-size: 15px;
  }

.navbar {
  clear: none;
  color:#603522;
  text-transform:lowercase;
  display:block;
  font-size:1em;
  font-weight:bold;
  text-align:right;
}
.navbar a
{
color: #603522!important;
}

/* Eventos */


div#eventos
{
  float:right;
  width:300px;
  font-size:0.92em;
}
div#eventos div.eventodet, div#eventos div.eventodetallado
{
  border-bottom:1px white dotted;
  background-color:#d87220;
  float:left;
}
div#eventos div.eventodetallado
{
  border:0px!important;
}
div#eventos div.eventodet .fecha, div#eventos div.eventodet .titulo
{
  float:left;
  padding-top:15px;
  padding-left:10px;
  background-color:#dc8033;
}
div#eventos div.eventodet .fecha
{
  width:75px;
  margin-right:5px;
  height:75px;
}
div#eventos div.eventodet .titulo
{
  height:53px;
  color:black;
  width:200px;
}
div#eventos div.eventodet .masinfo
{
  float:left;
  text-align:right;
  background:#dc8033 url(../images/masinfo.png) bottom right no-repeat;
  height:22px;
  width:210px;
  color:#613314;
}
div#eventos div.eventodet .masinfo a
{
  font-size:0.9em;
  font-weight:normal;
  text-decoration:none!important;
  padding:4px 4px 0 0!important;
  display:block;
}
div#eventos div.eventodetallado div.titulodet
{
  font-size:1.4em;
  font-weight:bold;
  color: #251b19;
}
div#eventos div.eventodetallado div.titulocorto
{
  font-size:1.26em;
  color: #251b19;
}
div#eventos div.eventodetallado div.descripcion
{
  text-align:justify;
}
div#eventos div.eventodetallado div.detalle
{
}
div#eventos div.eventodetallado div.descripcion img
{
  float:right;
  padding-left: 10px;
  padding-bottom:5px;
}
div#eventos div.eventodetallado .documento
{
  background-color:#dc8033;
  clear:both;
  padding:5px;
  float:left;
}
div#eventos div.eventodetallado .documento a
{
  float:left;
}
div#eventos div.eventodetallado .documento a.enlacedocumento
{
  width:80%;
  margin-left:5px;
}
div#eventos div.eventodetallado .documento a.tipoarchivo
{
  float:right;
}



/*******************************************************************************
* Calendario de AdminGenerator
*******************************************************************************/

/* The main calendar widget.  DIV containing a table. */

div.calendar {
position: relative;
z-index:10!important;
}

.calendar, .calendar table {
  /* width : 170px; */
  border: 1px solid #613314;
  font-size: 10px;
  color: #000;
  cursor: default;
  background-color: #F0F0F0;
  font-family : Trebuchet MS, sans-serif;
}
.calendar table
{
  color:#613314 !important;
  font-size:1.1em!important;
}
.calendar
	{
	float: left;
	clear: none;
	background-color: trasparent;
	}
.calendar:hover
	{
	cursor: pointer;
	background-color: #F8F8F8;
	}
#contentcalendario
{
  width:200px;
  background-color:#613314;
  float:left;
  padding:10px;
}
.calendario .cambiomes
{
  background-color:#D7731D;
  padding:3px 0px;
}
.calendario {
  float: none;
  clear: both;
  text-align: center;
  vertical-align: center;
  border:0px;
  width: 194px;
}
.calendario table {
  width: 194px;
  border-collapse: collapse;
}
.calendario table th {
  text-align: center;
  font-weight: bolder;
  background-color:#FFF;
  border:1px #D7731D solid;
}
.calendario table td {
  padding:0px!important;
  background-color:#FFF;
  border:1px #D7731D solid;
}
.calendario table td a
{
  color:#333!important;
  font-weight:normal;
  padding:0px!important;
  text-decoration:none!important;
}
#contentcalendario #meses
{
  float:left;
  margin-top:20px;
  margin-bottom:15px;
}
#contentcalendario #meses .mesa, #contentcalendario #meses .mesb
{
  width:90px;
  font-size:0.9em;
  float:left;
  margin-right:4px;
  margin-bottom:5px;
  padding:5px 0 5px 5px;
}
#contentcalendario #meses .mesa a, #contentcalendario #meses .mesb a
{
  color:white;
  text-transform:uppercase;
  text-decoration:none!important;
}
#contentcalendario #meses .mesa
{
  background-color:#886859;
}
#contentcalendario #meses .mesb
{
  background-color:#6e4937;
}
#contentcalendario #anio
{
  background-color:#d87220;
  clear:both;
  width:194px;
  height:17px;
  text-align:center;
}
#contentcalendario #anio img#previm
{
  padding-right:15px;
}
#contentcalendario #anio img#nextim
{
  padding-left:15px;
}
/* Header part -- contains navigation buttons and day names. */

.calendar .button_cal { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr
{
  color: #000;
  background-color:#D7731D;
 }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("title-bg.gif") repeat-x 0 100%; color: #000;

  color:#FFF!important;
  font-size:1.4em!important;
}
.calendar table thead tr .headrow, .calendar table thead tr .daynames
{
  background-color:none!important;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
  color:#613314 !important;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  /* background: url("rowhover-bg.gif"); */
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("hover-bg.gif");
  padding: 0px 3px 0px 0px;
  /* border: 1px solid #bbb; */
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}
.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background-color:#E19655;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .dayhilite {
  background: url("dayhilite-bg.gif");
  text-align : right;
  padding: 1px 4px 1px 1px;
  /* border: 1px solid #bbb; */
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("active-bg.gif"); color: #fff;
}
.cajatitulo
{
  clear:both;
  padding-top:50px;
}
.cajabordecurriculum .form-error-msg
{
  margin-left:33%;
  color: white;
  font-weight:bold;
}

#maincontent #content_arbol, #maincontentpeq #content_arbol, #maincontent #content_resultado, #maincontentpeq #content_resultado
{
 color:#000;
}

/**LISTADO DE ONGS*/

.capabuscar{
  float:right;
  margin-bottom:10px;
  clear:both;
  width:500px;
}
.capabuscar form{
  background-color:#D7731D;
  clear:both;
  float:right;
}

.capaabecedario{

  margin-bottom:10px;
  margin-left:90px;
  clear:both;
  width:325px;
}

.capalistado{
  float:left;
  width:530px;
  height:150px;
  border-bottom:1px solid;
  margin-top:5px;
  padding-bottom:5px;
}
.capafotolistado {
  float:left;
  width:120px;
  height:120px;    
  margin-right:5px;
  overflow:hidden;
  background:#FFF;
}
.capafotolistadovacia {
  float:left;
  width:125px;
  height:125px;    
  margin-right:5px;
  overflow:hidden;
  background:#D7731D;
}

.capadatoslistado{
  float:left;
  width:395px;
  margin-top:0px;
}
.capadatoslistado p{
  padding:2px 0px;
  margin:0;
}
.enlacellistado{
font-size:15px;
}

.tdlistadoetiquetas
{
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #D7731D;
font-size:11px;
font-weight:bold;
margin:0;
padding:2px;
text-align:left;
width:525px;
}

.tdlistadoetiquetas a
{
  padding:5px 0 5px 20px;
  margin: 5px 0 5px 0px;
}

.capaenlacebuscador{
background:#FFFFFF none repeat scroll 0 0;
height:28px;
margin-left:21px;
width:511px;
*width:565px;
*margin-left:0px;
margin-top:10px;
*margin-bottom:5px;
}

.capaenlacebuscador p{
  padding:5px 0 5px 22px;
  font-size:11px;
  font-weight:bold;
  margin:0px;
}

.capaenlacebuscador a{
  *text-decoration: none !important
}
.contenidoorganizaciones ul{
  list-style-type:none;
}
.contenidoorganizaciones .enlaces{
  background-color:#D7731D;
}

.linktext{
background-color:#FFFFFF;
float:left;
margin:5px;
width:530px;
}


.capadatoslistado .pnombrelistado{
margin-bottom:12px;
}

.spanfax{
  margin-left:30px;
}
.pnombrelistado .spannombre{
  color:#613314;
  font-size:15px;
}

/* Everis - 1094: Poner una imagen en la parte superior de la web */
#logosiguenos{
position:absolute;top:-95px;right:0;*right:20px;z-index:1000;display:block;float:right;
}

#siguenos{
position:absolute;left:770;z-index:1000;width:95px !important;height:104px !important;
}
