BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

IMG {
	border: 0px none #fff;
	margin: 0px;
	padding: 0px;
}

.separadorPrincipal{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 765px;
	height: 5px;
	background-color: #fff;
	color: #fff;
	border: 0px none #fff;
}

#foto_principal {
	width: 765px;
}

#parte_izquierda {
	float: left;
}

#menu_principal {
	width: 180px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #eee;
}

#menu_principal ul {
	padding-left: 5px;
	width: 140px;
	margin: 0px;
}

#menu_principal li{
	margin-bottom: 10px;
	width: 140px;
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../imagenes/vinyeta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_principal .candado {
	background-image: url(../imagenes/llave.gif);
}

#menu_principal ul .submenu {
	width: 110px;
}

#menu_principal li .subMenuOpcion {
	font-size: 0.9em;
	list-style-type: none;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-top: 2px;
	width: 110px;
	border: 0px none #fff;
	background-image: url(../imagenes/subvinyeta.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_principal .enlaceMenuPrincipal {
	text-decoration: none;
	color: #666;
}

#menu_principal .enlaceMenuPrincipalDesactivado {
	text-decoration: underline;
	color: #999;
}

#menu_principal .enlaceMenuPrincipal:hover {
	text-decoration: underline;
	color: #999;
}

#contenido {
	border: 0px none #ccc;
	width: 565px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	float: left;
}

#contenido .enlace {
	color: #999;
	font-size: 0.9em;
	text-decoration: underline;
}

#contenido .enlace:hover {
	text-decoration: underline;
}

#contenido .enlaceInterno {
	color: #333;
	text-decoration: underline;
}

#contenido .enlaceInterno:hover {
	text-decoration: underline;
}

#contenido .texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: justify;
}

#contenido .textoTablaDestinatarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	text-align: justify;
}

#contenido .lista{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: justify;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 35px;
	background-image: url(../imagenes/vinyeta_lista.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenido .sublista{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 8px;
	margin-right: 35px;
	margin-top: 0px;
	background-image: url(../imagenes/vinyeta_sublista.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;

}

#contenido H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	margin: 0px;
}

#contenido H2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 15px;
}

#contenido .subrayado {
	background-color: #9d9d9d;
	border: 0px solid #9d9d9d;
	color: #9d9d9d;
	width: 565px;
	height: 1px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;	
}

#contenido .separador {
	background-color: #fff;
	border: 0px solid #fff;
	color: #fff;
	width: 565px;
	height: 0px;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;	
}

#contenido P {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#pie_pagina {
	width: 760px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #9d9d9d;
}

#pie_pagina .enlace {
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
}

#pie_pagina .enlace:hover {
	text-decoration: none;
	color: #999;
}

FORM {
    border: 0px;
	padding: 0px;
	margin: 0px;
}

/* estilo del texto que se escribe en los formularios, en los INPUT cuyo TYPE es TEXT */
.formularioTexto{
	border: 1px #666 solid;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #ffffff;
}

/* estilo de los botones ENVIAR de los formularios */
.formularioEnviar{
	border: 1px #666 solid;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #ffffff;
}

/* estilo de los CHECKBOX de los formularios */
.formularioCheck {
	color: #fff;
	background-color: #fff;
}

#contenido .usuarioConectado {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	margin: 0px;
	background-color: #eee;
}

#contenido .tablaContactos{
	border-bottom: 1px solid #ccc;
}

#contenido .celdaContactosPrimera{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#contenido .celdaImplicados{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #eee;
}

#contenido .celdaContactos{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.celdaMensajesPrimera{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	font-weight: bold;
}