/***********************************************/
/* foro.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
margin : 0;
padding : 0;
}

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	margin-top: 8px;
	margin-left: 8px;
}

P, H1, H2, H3, H4, H5, H6, LI, OL, UL, TD, TH, DL, DT, DD, TEXTAREA, INPUT, SELECT, STRONG, BLOKQUOTE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	
}

P {
	font-size : 8.5pt;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}

SELECT  {
		
	font-size : 8.5pt;
}
H1 {
	font-size: 14pt;

}

H2 {
	font-size: 13pt;
	color: #0066CC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

H3 {
	font-size: 10pt;
	background-color: #EEEEEE;
	color: #000066;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

H4 {
	font-size : 8pt;
	color: #000066;
	margin-bottom: 2px;
	margin-top: 6px;
}

H5 {
	font-size : 8pt;
	/** font-style: italic; **/
	color: #000066;
	margin-bottom: 2px;
	margin-top: 6px;
}

UL {
	font-size: 8pt;
	list-style-image: url(../li.gif);
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 30px;
}

OL {
	font-size: 8pt;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 30px;
}

LI {
	font-size: 8pt;
}

TH {
	font-size : 8.5pt;
}

TD {
	font-size: 8.5pt;
}

HR {
 color: #CCC;
 height: 1px;
 border: 1px dotted;
}

/************* ELEMENTOS DE LINEA **************/

small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

strong {
	font-weight: bold; 
	/* color: #696969; */
	color: #000000;
}

blockquote {
	font-size: 8pt;
	line-height: 18px;
	font-style: italic;
}

A:link {
	color: #FF9900;
	text-decoration: none;
}

A:active {
	color: #FF9900;
	text-decoration: none;
}

A:visited {
	color: #FF6600;
	text-decoration: none;
}

A:hover {
	color: #0066CC;
	text-decoration: none;
}

INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/***********************************************/
/* DIV & CLASSES                               */
/***********************************************/

/******************** HOME *********************/

DIV.eventos {
	padding-left: 20px;
	padding-right: 10px;
}

DIV.titevento {
	font-size: 7.5pt;
	font-weight: bold;
	color: #0066CC;
	padding-top: 4px;
}

DIV.textevento {
	font-size: 7.5pt;
	color: #003366;
	padding-bottom: 6px;
}

DIV.noticia {
	padding-left: 12px;
	padding-right: 8px;
}

DIV.fechnoticia {
	font-size: 7.5pt;
	font-weight: bold;
	color: #AAAAAA;
	padding-top: 10px;
}

DIV.titnoticia {
	font-size: 7.5pt;
	font-weight: bold;
	color: #0066CC;
	padding-top: 4px;
}

DIV.textnoticia {
	font-size: 7.5pt;
	color: #003366;
	padding-bottom: 6px;
}

/************* COLUMNA IZQUIERDA ***************/

DIV.contenedor {
	background-image: url(../fdo-gral.gif);
	width: 760px;
}

DIV.colleft {
	float: left;
	background-image: url(../submenu/fdo_general.gif);
	background-repeat: repeat-y;	
}

DIV.terminar {
	float: left;
	background-image: url(../submenu/bot.gif);
	background-repeat: repeat-y;	
}

DIV.submenu {
	background-image: url(../submenu/fdo.gif);
	background-repeat: repeat-y;	
}

.submenu a:link, .submenu a:visited {
	color: white;
	text-decoration: none;
}

.submenu a:hover {
	color: #00CCFF;
	text-decoration: none;
	background-color: transparent;
}
.nombre_campo_error {
	font-weight: bold;
	}

/* Entidades */
.entidad__recomendar_con_email {
	padding: 6px;
	border: 1px dotted #DDD;
	background-color: #EEEEEE;
	
	}

.subtit {
	font-size: 8pt;
	font-weight: bold;
	color: #00CCFF;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.subitem {
	font-size: 7.5pt;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.login {
background-image: url(../submenu/fdo_loguin.gif);
}

/************** COLUMNA DERECHA ****************/

DIV.colright {
	width: 576px;
	float: left;
}

DIV.contenido {
	padding-left: 20px;
}

.bajada {
	font-size: 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color:#0066CC;
	margin-left: 54px;
	width: 360px;
}

/***************** GENERALES *******************/

.footer {
	clear: both;
	font-size: 7pt;
	color:#999999;
}

TABLE.tabla {
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

TABLE.tabla TH {
	font-weight: bold;
	background-color: #F5F5F5;
	color: #0099CC;
	padding: 4px;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #0099CC;
}

TABLE.tabla TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/******************* LISTA *********************/

DIV.lista {
	margin-top: 8px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #AAA;
}

.lista P {
	padding-left: 10px;
}

.lista H3 {
	color: #FFFFFF;
	background-image: url(../fdo_hdr.jpg);
	background-repeat: repeat-x;
	border-top: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.lista H5 {
	text-align: right;
	margin-right: 10px;
}

.lista SMALL {
	font-weight: bold;
}

.precio {
	font-size: 8pt;
	color:#0066CC;
	background-color:#FFFFFF;
	border: 1px dotted #DDD;
	width: 250px;
	padding: 6px;
	margin-left: 300px;
}

.vermas {
	float: left;
}


LEGEND {
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	font-size: 9pt; 
	color: #999FDF; 
	}

FIELDSET {
	vertical-align: top;
	font-size: 8pt;
	padding: 5px; 
	border: 1px solid #999FDF; 
	}

DIV.administracion {
	}

DIV.lista_capa {
	font-size: 8pt;
	margin-top: 26px;
}

DIV.lista_abm {
	font-size: 8pt;
	margin-top: 2px;
	padding-bottom: 2px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #AAA;
}

SPAN.nombre {
 }

SPAN.estado {
	position:absolute; 
	left: 600px; 
}

SPAN.x_modificacion_fecha {
	position:absolute; 
	left: 650px; 
}

SPAN.capa_fecha {
        position:absolute;
		text-align: center;
        left: 220px;
		
}

SPAN.capa_titulo {
        position:absolute;
		width: 220px;
        left: 400px;
}
SPAN.capa_localidad {
        position:absolute;
		text-align: center;
		width:  90px;
        left: 300px;
}
SPAN.capa_organizador {
        position:absolute;
		text-align: center;
        width:100px;
        left: 640px;
}

// Para el Editor HtmlArea
.parrafo {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	font-size : 8.5pt;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.titulo1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	font-size: 15pt;

}
.titulo2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;

	font-size: 13pt;
	color: #0066CC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.titulo3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	font-size: 10pt;
	background-color: #EEEEEE;
	color: #0066CC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.titulo4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	font-size : 8pt;
	color: #0099CC;
	margin-bottom: 2px;
	margin-top: 6px;
}
.titulo5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* color: #666; */
	color: #000000;
	font-size : 8pt;
	font-style: italic;
	color: #0099CC;
	margin-bottom: 2px;
	margin-top: 6px;
}

DIV.num_cal 
	{
	border-bottom: solid 1px red;
	border-right: solid red;
	font-size: 8pt;
	color: red;
	text-align: right;
	padding-right: 2px;
	vertical-align: top;
	margin-top: 0px;
	}

TABLE.cal {
}

TD.cal {
}

.cal_vacio {
	background-color: #F8F8F8;

}
/* Agregado para el blog */

.narrowcolumn {
        float:right;
        padding: 0 45px 20px 0;
}
.widecolumn {
        margin: 0px 150px 0 0;
}
.widecolumn .smallattachment {
        margin: 5px 0 5px 5px;
}
.postmetadata {
        clear:right;
}
#sidebar {
        margin-left: 0;
        margin-right: 545px;
}
img.alignright {
        margin: 0 7px 2px 0;
}

img.alignleft {
        margin: 0 0 2px 7px;
}

.alignright {
        float: left;
}

.alignleft {
        float: right;
}
code {
        display:block;
        direction:ltr;
        text-align:left;
}
acronym, abbr, span.caps {
        letter-spacing:0; /* fix opera bug */
}
html>body .entry ul {
        padding:0 10px 0 0;
        text-indent:10px;
}
html>body .entry li {
        margin: 7px 10px 8px 0;
}
.entry ol {
        padding: 0 35px 0 0;
}
#sidebar ul ul, #sidebar ul ol {
        margin: 5px 10px 0 0;
}
#sidebar ul ul ul, #sidebar ul ol {
        margin: 0 10px 0 0;
}
#commentform input {
        margin: 5px 0 1px 5px;
}
#commentform #submit {
        float:left;
}
.commentlist p {
        margin: 10px 0 10px 5px;
}
#wp-calendar #next a {
        padding-right:0;
        padding-left:10px;
        text-align:left;
}
#wp-calendar #prev a {
        padding-left:0;
        padding-right:10px;
        text-align:right;
}
blockquote {
        margin: 15px 10px 0 30px;
        padding-left: 0;
        padding-right: 20px;
        border-left: 0 none;
        border-right: 5px solid #ddd;
}
#email, #url {
        direction:ltr;
}
