html {
	overflow-y: scroll;
	width:100%;
	height:100%;
	/*background-color:#B3B3B3;*/
}
body {
	min-width:985px;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
body, table, td, input, textarea, select, button, li {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
}

table td {
	overflow:hidden;
}

a {
	cursor:pointer;
	color:#000099;
}

a.btn_ocultarMsg {
	color:#086591;
}
a button {
	text-decoration:none;
}

button, .button {
	border-style:solid;
	border-width:1px;
	border-color:#086591;
	cursor:pointer;
	background-color:#F3DE08;
	color:#086591;
	white-space:nowrap;
	position:relative;
	text-align:center;
}
button p {
	display:inline;
}
button:hover, .button:hover {
	background-color:#D3E6FC;
}

.button {
	line-height:15px;
	padding:1px 8px 1px 8px;
	text-decoration:none;
	white-space:nowrap;
}

.button a {
	text-decoration:none;
	color:#086591;
}

.invitaciones {
	margin:30px 10px 10px 20px;
	padding:0px;
}

.invitaciones ul {
	margin: 10px 5px 10px 30px;
	padding:0px;
}
.invitaciones li {
	margin:5px 0px 5px 0px;
	padding:0px;
}
.invitaciones .selected {
	font-weight:bold;
	color:#086591;
}

label {
	font-weight:bold;
	color:#000099;
}
hr {
	color:#D3E6FC;
	background-color:#D3E6FC;
	border-color:#D3E6FC;
	height:1px;
}
hr.separadorHR {
	color:#086591;
	background-color:#086591;
	border-color:#086591;
	height:1px;
}

td {
	vertical-align:top;
}

form {
	padding:0px;
	margin:0px;
}
legend {
	padding:10px 10px 10px 5px;
	cursor:default;
}
fieldset {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;

	padding:0px 10px 0px 10px;
	margin:0px;
}

input, select, textarea {
	width:97%;
	/*
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px;
	padding:0px;
	*/
}

textarea {
	height:100px;
	overflow-y: scroll;
}

#container {
	width:985px;
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 20px 0px;
	text-align:left;
}

#menu {
	text-align:right;
	padding:5px;
}

#menu2, #menu3 {
	padding:4px 0px 0px 10px;
	background-color:#F3DE08;
	height:23px;
	border:#086591 solid 1px;
	font-size:12px;
}

#menu a, #menu2 a, #menu3 a, #menu4 a {
	text-decoration:none;
	color:#000099;
}

#menu a.selected, #menu2 a.selected, #menu3 a.selected,
#menu a:hover, #menu2 a:hover, #menu3 a:hover {
	font-weight:bold;
	color:#000099;
	text-decoration:none;
}

label.bold {
	font-weight:bold;
}

.msg {
	color:#FF0000;
	font-weight:bold;
}


#fieldsetNuevo {
	display:none;
}
.h3 {
	font-size:12px;
	font-weight:bold;
}

#divNotas {
	height:130px;
	width:390px;
	overflow:auto;
	padding:5px;
	border-style:dotted;
	border-color:#086591;
	border-width:1px;
	background-color:#D3E6FC;
}
#divNotas div {
	padding:5px;
}
#divNotas div a {
	text-decoration:none;
}
#divNotas div a:hover {
	font-weight:bold;
}
#fondoTransparente {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	width:100%;
	height:100%;
	filter:alpha(opacity=30);
	opacity:0.30;
	z-index:900;

	display:none;
}

.ventanaContainer {
	top:50px;
	left:0px;
	width:100%;
	position:absolute;
	z-index:999;
	display:none;
}
.ventana {
	width:300px;
	margin:auto auto auto auto;
	text-align:left;
	background-color:#FFFFFF;
	color:#000000;
	border-style:solid;
	border-color:#205020;
	border-width:1px;
	margin:auto auto 20px auto;
}
.ventana_title_container {
	background-color:#4D6185;
	padding:5px;
	height:12px;
	border-style:solid;
	border-color:#205020;
	border-width:0px;
	border-bottom-width:1px;
}
.ventana_content {
	padding:10px;
}
.ventana_title {
	float:left;
}
.ventana_close a, .ventana_title label {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.ventana_close {
	float:right;
}
.hidden_data {
	display:none;
}


#menu4 {
	width: 985px;
	float:none;
}
#menu4 ul {
	width: 100%;
	height:24px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	border-bottom: 1px solid #086591;
	}
#menu4 ul li {
	display: block;
	float: left;
	text-align: center;
	margin-right: 2px;
	position: relative;
	top: 1px;
	line-height:12px;
	}

#menu4 ul li a {
	padding:5px;
	margin:0px;
	display: block;
	background: #D3E6FC;
	border: 1px solid #086591;
	text-decoration: none;
	}

#menu4 a.selected {
	background: #FFFFFF;

	border-bottom: 1px solid #FFFFFF;
	background-color:#FFFFFF;

	border-left: 1px solid #086591;
	font-weight:bold;
	color:#086591;
	}
#menu4 a:hover {
	background: #FFFFFF;
	font-weight:bold;
	color:#086591;
	}

#contenidoo {
	width: 963px;
	float: left;
	margin: 0px;
	padding:10px;
	border-left: 1px solid #086591;
	border-bottom: 2px outset #086591;
	border-right: 2px outset #086591;
	border-top-width:0px;
	}


fieldset {
	border-color:#086591;
}
legend {
	color:#0046D5;
}



.busq_title td {
	background-color:#D3E6FC;
	padding:5px;
	border: 1px solid #086591;
	vertical-align:text-bottom;
	font-weight:bold;
}

#busq_title .listadoC1 {
	width:68px;
}
#busq_title.contenedorListado {
	height:auto;
}
#busq_title .fondo {
	background-color:#D3E6FC;
	height:25px;
	padding:5px 4px 0px 4px;
	line-height:22px;
	border:1px solid #086591;
}
#busq_title .fondo label {
	margin:0px 0px 0px 5px;
}

.busq_content {
	border: 1px solid #086591;
}
.borderImg {
	border: 1px solid #086591;
}


.mensajesL td {
	padding:5px;
	vertical-align:middle;
}

.cabeceraListado {
	position:relative;
	width:100%;
	float:none;
	height:30px;
	background-color:#FFFFFF;
}
.cabeceraListado .fondo {
	background-color:#CCCCCC;
	margin:1px;
	padding:5px 4px 0px 4px;
	height:20px;
	text-align:center;
}
.cabeceraC1 {
	width:80px;
}
.cabeceraC2 {
	width:100px;
}
.cabeceraC3 {
	width:100px;
}
.cabeceraC4 {
	width:100px;
}
.cabeceraC5 {
	width:115px;
}
.cabeceraC6 {
	width:135px;
}
.cabeceraC7 {
	width:90px;
}

.p_oculto {
	font-style:italic;
	color:#999999;
}

#ventana03 p {
	margin:0px;
}

#form_privacidad_carpetas {
	display:none;
}
.form_privacidad_carpetas {
	display:none;
}

.resumen_contactos {
	margin: 0px auto 0px auto;
	width:400px;
	border:#CCCCCC dotted 1px;
	background-color:#EEEEEE;

}
.resumen_contactos td {
	text-align:center;
}

.contactos_bar {
	border:#086591 solid 1px;
	border-bottom-width:0px;
	background-color:#D3E6FC;
	padding:5px;
	width:100%;
}

#contenedor_carpetas .selected {
	font-weight:bold;
	color:#000000;
}

.visorMensajes {
	border-collapse: collapse;
	border-spacing:0px;
	width:100%;
}

.visorMensajes td {
	padding:5px;
	border: 1px solid #086591;
}
.visorMensajes .titleBar td {
	padding:2px;
	border: 1px solid #086591;
	background-color:#D3E6FC;
}
.visorMensajes .titleBar .titleMsg {
	border-width:0px;
}
.visorMensajes .titleBar .fechaMsg {
	text-align:right;
	border-width:0px;
}
.visorMensajes .contenidoMsg {
	height:150px;
}
.visorMensajes .contenidoMsg textarea {

	/*background-color:#EFEFEF;*/
	padding:0px;
	height:150px;
	line-height:14px;
}
.visorMensajes .asuntoMsg input {
	height:16px;
}
.visorMensajes .contenidoMsg textarea, .visorMensajes .asuntoMsg input {
	/*background-image:url(/images/underline.gif);*/
	border:none;
	border-width:0px;
}

.titleMsg {
	text-transform:uppercase;
}

.msg_nuevos_n {
	font-weight:bold;
	font-style:italic;
}
.msg_fila_tipo_1 {
	font-weight:bold;
	font-style:italic;
}
#carpetas_mensajes .selected {
	font-weight:bold;
}

.noDisplay {
	display:none;
}

.noDisplayNoticia {
	display:none;
	border:dotted 1px #CCCCCC;
	padding:10px;
	margin:5px 0px 10px 0px;
}

#ruta_grupo {
	margin:0px;
	padding:10px;
	height:20px;
}
#ruta_grupo li {
	position:relative;
	float:left;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 15px;
	background-image:url(/images/fondo_lista.gif);
	background-repeat:no-repeat;
	background-position:center left;
	list-style:none;
}

.lista_tema {
	padding:5px;
}

.grupos_noleido a {
	color:#990000;
}
.grupos_noleido_span {
	display:none;
}
.grupos_noleido .grupos_noleido_span {
	display:inline;
	font-weight:bold;
	font-style:italic;
}

.eventosContainer {
	padding:5px;
	border:1px solid #086591;
	height:250px;
	overflow:auto;
	overflow-y:scroll;
}

#ayuda_1,#ayuda_2,#ayuda_3 {
	border:1px solid #086591;
	padding:10px;
	display:none;
}

.buttonDesplegar {
	background-color:#F3DE08;
	width:16px;
	height:15px;
	padding:2px;
	border:#086591 solid 1px;
	cursor:pointer;
	float:left;

}
.novista {
	color:#FF0000;
}