/* estilos para los menues*/
/* estilos de noticias*/

div.noticia{
	position:relative;
	background-color: #f9f9f9;
	z-index:2;
	border-bottom: 1px solid #D4CfC9;
	border-top: 1px solid #D4CfC9;
	padding: 15px;
}
div.noticia .fecha{font-size: 80%;color:grey;}
div.noticia .autor{font-weight: bold;}
div.noticia .title{
	padding: 5px 10px 5px 0px;
	}
div.noticia .title h4{
	color: #D68A54;
	font-size: 20px;
}
div.noticia img{
	position: relative;
	float:left;
	z-index: 3;
	border: 1px solid #D4CfC9;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 400px;
	padding: 5px 5px 5px 0;
	}	
div.noticia .contenido{		
	margin: 0px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	}
div.noticia h4:first-letter{		
	font-size: 120%;
	text-transform:uppercase;
	}	
div.noticia .comentarios{
	margin:0;
	padding: 5px 10px 5px 0px;
	clear: left;	

}
div.noticia .comentarios h4{
	font-size: 20px;
}

/* estilos de foros*/
#foros{
	position:relative;
	margin:0px 50px 20px 5px;
	z-index:2;
	float:none;
	border: 1px solid #D4CfC9;	
}
#foros #fecha{font-size: 80%;}
#foros #autor{font-weight: bold;}

#foros #title{
	padding: 5px 10px 5px 10px;
	}
#foros #title h4{
	color: #ABB2E4;
	font-size: 20px;
}
#foros h4:first-letter{		
	font-size: 120%;
	text-transform:uppercase;
	}
#foros #contenido{padding: 0px 10px 5px 10px;	
	border-bottom: 1px solid #D4CfC9;}
#foros #contenido:hover{display: block;}		

#foros #comentarios{
	clear: both;
}

#foros #comentarios p{
	border-bottom: 1px solid #E5E6EA; 
}
#foros #comentarios p.par,#foros #comentarios p{
	border-bottom: 1px solid #D4CfC9;
	padding: 5px 10px 5px 45px; margin:0;
        background-image: url(Images/flecha.gif);
        background-repeat: no-repeat;
        background-position: left 5px;
}
#foros #comentarios p.par{

	/*abackground-color: #FFC59E;*/
}
#foros #comentarios #addcomment{
	padding: 5px 10px 5px 20px; margin:0;
}

#foros #comentarios h4{
	display: none;
}
#foros .fecha{
padding-left:10px;
}
#foros .textoforo{
padding-top:5px;
display:block;
}

/* estilos de empresas*/
.empresas{
	position:relative;
	border: 1px solid #D8671B;
	margin:0px 20px 20px 5px;
	background-color: #FDB483;
	z-index:2;
	width: 200px;
	float:left;
}
.empresas p{padding: 8px;margin:0px}
.empresas .fecha{font-size: 80%;}
.empresas .autor{font-weight: bold;}

.empresas .title{
	padding: 5px 10px 5px 10px;
	background-color: #D8671B;
	}
.empresas .title h4{
	color: white;
	font-size: 20px;
}	
.empresas .contenido{padding: 0;margin:0;}

.empresas .comentarios{
	clear: both;
}
.empresas .comentarios p{
	border-top: 1px solid #D8671B;
	margin:0;padding:0;
}
.empresas .comentarios p.par{
	background-color: #FFC59E;
	border-top: 1px solid #D8671B;
}
.empresas .comentarios h4{
	display: none;
}
.empresas .direccion,
.empresas .telefono,
.empresas .contacto, 
.empresas .email,
.empresas .web {display: block;color: #D5ECF2;}

.empresas .web a{color: #C7CBE8;}

#textocentral #addempresa p{
        padding: 5px 5px 5px 20px; margin:0;
        clear:both;
        float:none;
        width: 100%;
}
#textocentral #addempresa{
        padding: 5px 10px 5px 20px; margin:0;
}
/* -------------Estilos de Descargas  --------------*/

#descargas{
	position:relative;
	border: 1px solid #D8671B;
	margin:0px 20px 20px 5px;
	background:url(Images/seminaranja.gif);
	z-index:2;
	width: 200px;
	float:left;
}
#descargas p{padding: 8px;margin:0px;}
#descargas a{color: white;text-decoration: none;}
#descargas #fecha{font-size: 80%;}
#descargas #autor{font-weight: bold;}

#descargas #title{
	padding: 5px 10px 5px 10px;
	background-color: #D8671B;
	}
#descargas #title h4{
	color: white;
	font-size: 14px;
	font-weight: bold;
}	
#descargas #contenido{padding: 0;margin:0;}

#descargas #comentarios{
	clear: both;
}
#descargas #comentarios p{
	color: black;
}
#descargas #comentarios p.par{
	background-color: #FFC59E;
	border-top: 1px solid #D8671B;
}
#textocentral #addempresa p{
	padding: 5px 5px 5px 20px; margin:0;
	clear:both;
	float:none;
	width: 100%;
}
#textocentral #addempresa{
	padding: 5px 10px 5px 20px; margin:0;
}
#descargas #comentarios h4{
	display: none;
}

/* -------------Estilos de Formularios  --------------*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form.small {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 270px;
  max-width: 270px;
  width: 270px;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

fieldset legend {
        font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}


form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form.small label{
	width: 70px;
}
aform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form.small small{
        margin: 0 0 5px 70px;
}
form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/********************************************************/
/* estilos displayform para mostrar datos en 2 columnas */
/********************************************************/
#displayform {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px;
}

#displayform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#displayform  legend {
        font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#displayform label {
        display: block;  /* block float the labels to left column, set a width */
        float: left;
        width: 150px;
        padding: 0 5px 5px 5px;
        margin: 0 0 0; /* set top margin same as form input - textarea etc. elements */
        text-align: right;
}
#displayform input, #displayform textarea, #displayform select {
        /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
        width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
        margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#displayform input#reset {
        margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { 
	overflow: auto; 
}

#displayform small {
        display: block;
        margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
        padding: 1px 3px;
        font-size: 88%;
}

#displayform .required{font-weight:bold;} /* uses class instead of div, more efficient */

#displayform br {
        clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form img,
#displayform img{
        z-index: 3;
        border: 1px solid #D4CfC9;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 300px;
        padding: 5px;
        } 


/* Estilos para los graficos */

#barchart {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 80%;
	border: 1px solid #D4CfC9;
padding:10px;
  min-width: 500px;
  max-width: 600px;
  width: 500px;
}
#Portal #barchart{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 60%;
	font-size: 10px;
}
#barchart td.value {
        background-image: url(Images/gridline58.gif);
        background-repeat: repeat-x;
        background-position: left top;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding:0;
        border-bottom: none;
        background-color:transparent;
}
#barchart td {
	font-size: 10px;
        padding: 4px 6px;
        border-bottom:1px solid #e5e5e5;
        border-left:1px solid #e5e5e5;
        background-color:#fff;
}
#barchart td.value img {
        vertical-align: middle;
        margin: 5px 5px 5px 0;
}
#barchart td.value{
	width:80%;}
#barchart th {
        text-align: left;
        vertical-align:top;
}

#barchart td.last {
        border-bottom:1px solid #e5e5e5;
}

#barchart td.first {
        border-top:1px solid #e5e5e5;
}

#barchart table {
        background-image:url(Images/bg_fade.png);
        background-position:left top;
        width: 350px;
	background-color:white;
	border: 1px solid black;
}
#Portal #cuadroVotaciones table {
	width: 160px;
	}

#barchart caption {
        font-size:90%;
        /*font-style:italic;*/
	margin:0 0 5px 0;
}
#barchart p{
	margin: 5px 0px 5px 0px;}
#barchart p.votar{margin-left:50px;}
#barchart h4{
        margin: 5px 0px 10px 0px;}
#Portal #cuadroVotaciones #polldescription{display:none;}

/* Estilos para el portal de cada comunidad */
#Portal {position: relative;}
#Portal div.noticia{margin-right:250px;position:relative;z-index:1;}
#Portal #descargas{width: 120px;}
#Portal #cuadroVotaciones{ 
	position:relative;
	top:0px;
	right:0px;
	margin-right: 0px;
	float:right;
	z-index:2;
	width: 180px;
	}
#Portal #barchart{
	padding:10px;
  	min-width: 160px;
  	max-width: 160px;
	width: 160px;}

#Portal {position: relative;}

/* Estilos para las tablas */
#listadoviviendas table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 border-collapse: collapse;
 width: 100%;
}

#listadoviviendas caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(Images/header_tabla.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
#listadoviviendas thead th {
 border-right: 1px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #a3c159;
 font-weight: normal;
}
#listadoviviendas tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weight: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
#listadoviviendas tbody tr {
 background: url(Images/semiblanco.gif) ;
 border-bottom: 1px solid #f0f0f0;
}
#listadoviviendas tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
#listadoviviendas tbody th {
 text-align:left;
 padding:2px;
}
#listadoviviendas tbody td a, 
#listadoviviendas tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
#listadoviviendas tbody td a:hover,
#listadoviviendas  tbody th a:hover {
 color:#009193;
 text-decoration:none;
}
#listadoviviendas  tbody tr:hover {
 background-color: #ffffe0;
}
#listadoviviendas input{
 width: 5em;;
}
#listadoviviendas input.largo{
 width: 8em;;
}
#listadoviviendas input.corto{
 width: 2em;;
}
/* Estilos para dos columnas formulario y resultado */
div.doscolumnas{
position:relative;
}

div.doscolumnas div.leftcolumn{
position:relative;
margin-right: 10px;
float: left;
}

div.doscolumnas div.rightcolumn{
position:relative;
float: left;
}

.main {
width:200px;
border:1px solid black;
}

/* Estilos para el calendario javascript*/
.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}


div.ejemplo{
background:url(Images/ejemplo.gif) ;
}

/*EStilos para Juntas*/
#textoJuntas p{margin:5px 15px 5px 15px;}

/*EStilos para usuarios en las juntas */
.user0{color:#33ffff;}
.user9{color:#cc0066;}
.user1{color:#9966cc;}
.user2{color:#339900;}
.user3{color:#ff6633;}
.user4{color:#3300ff;}
.user5{color:#cc3333;}
.user6{color:#ffcc33;}
.user7{color:#ff33ff;}
.user8{color:#999999;}




.altominimo{
height: 300px;
}
.miniature{
display: block;
width: 90px;
text-align: center;
float:left;
margin: 5px;
}
