/* ---------------------------------------------------------------------- */
/* --- 						Contenedores de MUI1                          --- */
/* ---------------------------------------------------------------------- */

.MUI1_Contenedor 
{
	padding-left:10px; 
	padding-right:10px; 
	/*
	width: 95%; 
	height: 90%;
	background-color: Black;
	*/
	}

.MUI1_ElementoNoticia
{
	width: 98%;
	/*
	margin: 1px 1px 1px 1px;
	padding-bottom: 5px;
	width: 100%;
	height: 100%;
	background-color: #F6F6F6;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	*/
}

.MUI1_FechaNoticia .FechaNoticia
{
	font-family: tahoma;
	font-size: 10px;
	color: #4b4b4b;
	height:15px;
	/*
	float: left;
	margin: 2px 2px 2px 2px;
	width: 20%;
	height: 20px;
	background-color: InfoBackground;
	*/
}

.MUI1_TituloNoticia .TituloNoticia 
{
	color: #0C0090;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	/*
	margin: 2px 2px 2px 140px ; 
	max-width: 400em;
	height: 20px;
	background-color: InfoBackground;
	*/
}

.MUI1_EntradaNoticia .EntradaNoticia 
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	
	/*
	clear: both;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI1_Fotos .Fotos
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	margin: 1px 1px 1px 1px;
	width: 90%;
	background-color: Gray;
	border-color: Black;
	border-style: solid;
	border-width: thin;
	*/
}

.MUI1_ColumnaFotos 
{
	/*
	float: left;
	margin: 2px 2px 2px 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 2px;
	width: 120px;
	height: auto;
	background-color: InfoBackground;
	border-right: 1px solid gray;
	*/
}

.MUI1_TextoNoticia .TextoNoticia 
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	margin: 2px 2px 30px 10px ; 
	max-width: 400em;
	height: auto;
	background-color: InfoBackground;
	border-left: 1px solid gray;
	*/
}

.MUI1_TextoNoticiaNoFoto .TextoNoticia 
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	clear: both;
	margin: 5px 0px 5px 0px ;
	width: 97%;
	height: auto;
	background-color: InfoBackground;
	*/
}

.MUI1_Archivos .TituloArchivo 
{
	color:#0C0090;
	font-family: tahoma;
	font-size: 12px;
	/*
	margin: 0px 2px 0px 10px ; 
	padding: 0px 0px 0px 0px;
	background-color: InfoBackground;
	text-indent: 10px;
	border-left: 1px solid gray;
	*/
}
.MUI1_Archivos .Peso
{
	color:gray;
	font-family: tahoma;
	font-size: 10px;
	/*
	margin: 0px 2px 0px 10px ; 
	padding: 0px 0px 0px 0px;
	background-color: InfoBackground;
	text-indent: 10px;
	border-left: 1px solid gray;
	*/
}

.MUI11_ArchivosNoFoto .TituloArchivo 
{
	/*
	width: 98%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI12_Form .FormEnviar 
{
	/*
	border-left: 1px solid gray;
	margin: 5px 2px 0px 10px ; 
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI12_FormNoFoto .FormEnviar 
{
	/*
	width: 98%;
	margin: 5px 2px 0px 5px ; 
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI13_Imprimir .Imprimir 
{
	/*
	border-left: 1px solid gray;
	margin: 5px 2px 0px 10px ; 
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI13_ImprimirNoFoto .Imprimir 
{
	/*
	width: 98%;
	margin: 5px 2px 0px 5px ; 
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

.MUI1_TablaColumnaFoto
{
	/*
	width:10%;	
	*/
}

.MUI1_TablaTexto
{
	/*
	width:90%;	
	*/
}


#PopUpverImagen
{
	visibility: hidden;
	position: absolute;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color:Gainsboro;
	font-family: tahoma;
	font-size: 12px;
}

#PopUpBarraArrastre
{
	cursor: hand;
	cursor: pointer;
	min-width: 100px; /*NS6 style to overcome bug*/
	/*
	background-color: #EFEFEF;
	*/
	font-family: tahoma;
	font-size: 10px;
	color:Black;
}

#PopUpBarraArrastre .textoCerrar
{
	/*
	font-weight: bold;
	margin-right: 1px;
	*/
}

/* ---------------------------------------------------------------------- */
/* --- 						Contenedores de MUI1 FORMULARIO               --- */
/* ---------------------------------------------------------------------- */

.MUI1_Form_Contenedor 
{
	padding-left:10px; 
	padding-right:10px; 
/*	width:40em; 
	min-width: 20em;
	max-width: 30em;
	height: auto;
	background-color: InfoBackground;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
	}

.MUI1_Form_NombreCampo p.NombreCampo
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
/*
	float: left;
	margin: 2px 2px 2px 2px;
	width: 120px;
	height: auto;
	background-color: InfoBackground;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
}

.MUI1_Form_Campo p.DefCampo
{
	font-family:tahoma; 
	font-size:10px; 
	border-style: groove; 
	background-color:#F4F4F4 
	/*
	margin: 2px 2px 2px 130px; 
	text-align: left;	
	*/
}

.MUI1_Form_Titulo p.Titulo
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	margin: 2px 2px 2px 2px; 
	border-bottom: 1px solid black;
	*/
}

.MUI1_Form_Boton p.BotonForm
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	margin: 2px 2px 2px 2px; 
	*/
}


/* ---------------------------------------------------------------------- */
/* --- 						Contenedores de MUI2                          --- */
/* ---------------------------------------------------------------------- */

.MUI2_Contenedor 
{
	padding-left:10px; 
	padding-right:10px; 
/*	width:40em; 
	min-width: 20em;
	max-width: 30em;
	height: auto;
	background-color: Black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
	}
	
.MUI2_Tapiz
{
	/*
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	background-color: #E8F4FF;
*/
}

.MUI2_Titulo .TituloNoticia
{
	color:#A2C2E4;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	/*
	min-width: 20em;
	max-width: 30em;
	height: auto;
	margin-left: 4px;
	margin-right: 4px;
	background-color: InfoBackground;
	border-bottom: 1px solid black;
*/
}

.MUI2_Temas
{
	/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
*/
}

.MUI2_TituloTema .TituloTema
{
	font-family: tahoma;
	font-size: 14px;
	height:15px;
	color:#F7941D;
	/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
*/
}

.MUI2_TextoTema .TextoTema
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
	text-indent: 10px;
*/
}

.MUI2_ElementoNoticia
{
	/*
	margin: 1px 1px 1px 1px;
	background-color: transparent;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
}

.MUI2_FechaNoticia .FechaNoticia
{
	font-family: tahoma;
	font-size: 10px;
	color: #4b4b4b;
	height:15px;
	/*
	margin-top: 3px;
	margin-left: 4px;
	float: left;
	height: 16px;
	background-color: InfoBackground;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
*/
}

.MUI2_TituloNoticia .TituloNoticia
{
	/*
	min-width: 20em;
	max-width: 30em;
	margin: 3px 4px 5px 120px;
	height: auto;
	background-color: InfoBackground;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
*/
}

/* ---------------------------------------------------------------------- */
/* --- 						Contenedores de MUI3                          --- */
/* ---------------------------------------------------------------------- */

.MUI3_Contenedor 
{
	padding-left:1px; 
	padding-right:15px; 
	padding-bottom:0px;
/*	margin-top: 2px;
	margin-bottom: -1px;
	width: 200; 
	height: 100%;
	background-color: Black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/	}
	
.MUI3_ElementoNoticia
{
	clear:both;
/*	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	height: auto;
	background-color: #E8F4FF;
*/}

.MUI3_FechaNoticia .FechaNoticia
{
	font-family: tahoma;
	font-size: 10px;
	color: #4b4b4b;
	height:15px;
	/*
	width: 18%;
	height: auto;
	*/
}
.MUI3_TituloNoticia .TituloNoticia 
{
	color: #35a4b7;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	/*
	margin: 5px 5px 5px 140px;
	max-width: 400em;
	height: auto;
	background-color: InfoBackground;
	*/
}

.MUI3_TextoNoticia .TextoNoticia 
{
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
	/*
	clear: both;
	margin: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	width: 98%;
	height: auto;
	background-color: InfoBackground;
	*/
}
.MUI3_TextoNoticia .ImagenNoticia 
{
	height:100px;
/*	
	float:right;
	clear:left;
	margin: 2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
	width: 98%;
	height: auto;
	background-color: InfoBackground;
*/
}

.MUI3_MasArticulos .TextoNoticia {
	/*
	margin: 2px 2px 2px 2px ;
	border: 1px solid #CCCCCC;
	width: 98%;
	height: auto;
	background-color: Maroon;
	*/
}

/* ---------------------------------------------------------------------- */
/* --- 						Contenedores de MUI4                          --- */
/* ---------------------------------------------------------------------- */

.MUI4_Contenedor 
{
/*	width:40em; 
	min-width: 20em;
	max-width: 30em;
	height: auto;
	background-color: Black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
	}
	
.MUI4_Tapiz
{
	/*
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	background-color: #E8F4FF;
	*/
}

.MUI4_Titulo .TituloNoticia
{
	/*
	min-width: 20em;
	max-width: 30em;
	height: auto;
	margin-left: 4px;
	margin-right: 4px;
	background-color: InfoBackground;
	border-bottom: 1px solid black;
	*/	
}

.MUI4_Temas
{
	/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	*/
}

.MUI4_TituloTema .TituloNoticia
{
	
	font-family: tahoma;
	font-size: 14px;
	height:15px;
	color:#F7941D;
/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
	*/
}

.MUI4_TextoTema .EntradaNoticia
{
	font-family: tahoma;
	font-size: 11px;
	/*
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	background-color: InfoBackground;
	text-indent: 10px;
	*/
}

/* ---------------------------------------------------------------------- */
/* Classes definides de Estil */
/* ---------------------------------------------------------------------- */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

img {
	border-style: none;
	cursor: pointer;
}

.TextoNoticia a {
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	text-indent: 0px;
	font-size: small;
}

.TituloNoticia {
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: small;
	font-weight: bold;
	color: Maroon;
}

.Apartado {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: medium;
	font-weight: bold;
	color: Black;
}

.FechaNoticia {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: Black;
}

.EntradaNoticia {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

.Fotos{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
}

.TituloArchivo {
	text-align: justify;
	font-size: small;
	color: Black;
	font-weight: bold;
}

.FormEnviar {
	text-align: justify;
	font-size: small;
	color: Black;
}

.Imprimir {
	text-align: justify;
	font-size: small;
	color: Black;
}

.TituloTema {
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	font-size: small;
	font-weight: bold;
	color: Maroon;
}

.TextoTema {
   padding-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	text-indent: 10px;
	font-size: small;
}

a:link    {
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration:none; 
	font-weight: bold;
}

a:hover   {
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
}

.BotonForm .Submit .Reset{}

.Submit, .Reset
{
	font-size: 10px;
	border-top-style: none;
	font-family: tahoma;
	border-right-style: none;
	border-left-style: none;
	background-color: gainsboro;
	border-bottom-style: none;
}

.Titulo 
{
	font-family:tahoma; 
	font-size:11px; 
	color: #35a4b7;
}

.NombreCampo
{
	font-family:tahoma; 
	font-size:10px; 
}

.DefCampo .ConfCampoNombre .ConfCampoEmail .ConfCampoComentario 
{
	
}

.ConfCampoNombre 
{
	font-family:tahoma; 
	font-size:10px; 
	border-style: groove; 
	background-color:#F4F4F4 ;
	
/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	width:150px;
	height:auto;
	background-color:#D7EFFA;
*/
}

.ConfCampoEmail 
{
	font-family:tahoma; 
	font-size:10px; 
	border-style: groove; 
	background-color:#F4F4F4 ;
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:black;
	width:180px;
	height:auto;
	background-color: #FFECDB;
	*/
}

.ConfCampoComentario 
{
	font-family:tahoma; 
	font-size:10px; 
	border-style: groove; 
	background-color:#F4F4F4 ;
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:black;
	height:auto;
	background-color: #D8FBD9;
	*/
	width:280px;
}



	