﻿body
{
    background-color: #377D3F;
    background-image: url(/newLatino/App_Themes/Tema/img/bg.jpg);
    background-repeat: repeat-x;
}

body.Mujer
{
    background-color: #BF567E;
    background-image: url(/newLatino/App_Themes/Tema/img/bgMujer.jpg);
    background-repeat: repeat-x;
}

body.Automania
{
    background-color: #333333;
    background-image: url(/newLatino/App_Themes/Tema/img/bgAutomania.jpg);
    background-repeat: repeat-x;
}

body.Casa
{
    background-color: #ABAAAA;
    background-image: url(/newLatino/App_Themes/Tema/img/bgCasa.jpg);
    background-repeat: repeat-x;
}

body.Deportes
{
    background-color: #377D3F;
    background-image: url(/newLatino/App_Themes/Tema/img/bg.jpg);
    background-repeat: repeat-x;
}

p 
{
 font-family: Tahoma;
 font-size: 12px; 
 text-align: justify; 
}

/*Enlaces*/

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.Enlace
{
    background-color: #77CD93;
    border: 1px solid black;
    color: White;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 0px 3px 0px;
    padding: 0px 5px 0px 5px;
    text-align: right;
    text-decoration: none;
}

a.Enlace:hover
{
    background-color: #136E1F;
    text-decoration: none;
}

h1
{
    /*Titulo de Pagina*/
    border-bottom: 2px solid #7A0C21;
    color: #C6252D;
    display: block;
    font-family: Arial;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 10px;
    text-align: left;
    width: 740px;
}

h2, h2 a
{
    /*Titulo para Noticias*/
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #C52237;
}

h3
{
    /*Titulo para Noticias mas Pequeñas*/
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: black;
}

h4
{
    /*Titulo para Cabecera de Bloques de Menu*/
}

.Head
{
    /*background-image:url(/newLatino/img/backgroundHead.jpg);*/ /*background-repeat:repeat-y;*/ /*background-position:right;*/ /*background-color: #FEFFFE;*/
    height: auto;
    width: 990px;
}

.Contenido
{
    vertical-align: top;
    width: 790px;
}

.Portada
{
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
}

.Portada img
{
    text-align: center;
    vertical-align: top;
    width: 500px;
}

.SeccionResumen img
{
    border: 1px solid #121912;
    margin: 0px 5px 2px 5px;
    text-align: justify;
    width: 100px;
}

.SeccioResumen span, .SeccioResumen p
{
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
}

.SeccionTexto, .SeccionTexto span, .SeccionTexto p
{
    text-align: justify;
}

.SeccionTexto img
{
    border: 1px solid #121912;
    margin: 0px 5px 2px 5px;
}

.PublicidadVertical img
{
    clear: left;
    float: left;
    width: 285px;
}

.PublicidadVerticalVIP img
{
    clear: left;
    float: left;
    width: 200px;
}

.PublicidadHorizontal img
{
    height: 130px;
    width: 253px;
}

.Listado
{
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
    text-decoration: none;
}

.Listado img
{
    border: 1px solid #121912;
    margin: 0px 5px 2px 5px;
    width: 150px;
}

.Oculto
{
    visibility: hidden;
}

.Pie
{
    background-color: #275A2F;
    height: 50px;
    width: 100%;
}

.Pie span
{
    color: White;
    font-weight: bold;
    text-align: center;
}

.Publicidad
{
    width: 250px;
    background-color: Silver;
}

.PublicidadVIP
{
    width: 200px;
}

.TablaBlanca
{
    width: 100%;
    vertical-align: top;
    background-color: white;
}

.TablaBlanca td
{
    vertical-align: top;
}

.Formulario
{
    color: Black;
    font-size: 12px;
}

.Formulario tr
{
    height: 25px;
    vertical-align: top;
}

/*--------------------------Contenedores---------------------------------------*/
.ContenedorLateral
{
    vertical-align: top;
    width: 200px;
}

.ContenedorPrincipal
{
    padding-top: 5px;
    vertical-align: top;
    width: 500px;
}

.ContenedorLateralDerecho
{
    background-color: #CBECD7;
    border-left: 1px solid #CBECD7;
    vertical-align: top;
    width: 290px;
}

.ContenedorVerde
{
    background-image: url(/newLatino/img/Fondos/fondoTituloVerde.jpg);
    background-repeat: repeat-x;
    background-color: #008500;
    border: 1px solid #000000;
}

.ContenedorRojo
{
    background-color: #FF0001;
    background-image: url(/newLatino/img/Fondos/fondoTituloRojo.jpg);
    background-repeat: repeat-x;
    border: 1px solid #000000;
}

.ContenedorNaranja
{
    background-image: url(/newLatino/img/Fondos/fondoTituloNaranja.jpg);
    background-repeat: repeat-x;
    background-color: #FF7700;
    border: 1px solid #000000;
}

.ContenedorBarraMenu
{
    width: 990px;
    height: 30px;
    background-color: #FFFFCC;
    padding-top: 0px;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0px;
    background-image: url(/newLatino/img/Fondos/fondoBarraMenu.jpg);
    background-repeat: repeat-x;
}

.ContenedorBarraMenu a
{
    color: black;
    font-weight: bold;
    display: block;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

.ContenedorBarraMenu a:hover
{
    color: #136B1F;
}

/*--------------------------------------------ContenedorMiniTitulares--------------------------------------------*/
.ContenedorMiniTitulares
{
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.ContenedorMiniTitulares:hover
{
    background-color: #E1EFE0;
}

.ContenedorMiniTitulares .Titulo
{
    background-image: url(/newLatino/img/vinetaMiniNoticias.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #000066;
    height: 22px;
    padding-left: 35px;
    border-bottom: 5px solid #F00;
}

.ContenedorMiniTitulares .imgRevista
{
    width: 200px;
    height: 272px;
    
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid #2E5D2D;
}

.ContenedorMiniTitulares .SeccionMiniTitulares 
{
    clear: left;
    display: block;
}


.ContenedorMiniTitulares .SeccionMiniTitulares a.EnlaceMiniTitular
{
    background-image: url(/newLatino/img/vinetaFlecha.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #000000;
    display: block;
    font-size: 10px;
    height: auto;
    padding-left: 15px;
    text-decoration: none;
    margin-bottom: 5px;
}

.ContenedorMiniTitulares .SeccionMiniTitulares a:hover
{
    color: #136B1F;
}
/*--------------------------------------------Fin de ContenedorMiniTitulares-------------------------------------*/

/*--------------------------------------------ContenedorMasNoticias  --------------------------------------------*/
.ContenedorMasNoticias
{
    width: 500px;
    text-align: left;
}

.ContenedorMasNoticias .SeccionMasNoticias .Titulo02
{
    color: black; /*margin: 10px;*/
    padding-left: 5px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.ContenedorMasNoticias .SeccionMasNoticias a.Titular2
{
    font-family: helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #136B1F;
    text-decoration: none;
    padding-left: 25px;
}

.ContenedorMasNoticias .SeccionMasNoticias a.Titular2:hover
{
    color: #9D9DA1;
}
/*--------------------------------------------Fin de ContenedorMasNoticias  -------------------------------------*/

/*--------------------------------------------ContenedorContenedorUltimoMomento----------------------------------*/
/*.ContenedorUltimoMomento {
	width:100%;
	text-align:left;	
	display: block;
	height: auto;
	margin-bottom: 5px;
}*/

.ContenedorUltimoMomento .SeccionUltimoMomento .Titulo02
{
    background-image: url(/newLatino/img/vinetaTitulares.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    font-family: helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    width: 280px;
}

.ContenedorUltimoMomento .SeccionUltimoMomento a
{
    color: #C6252D;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    float: right;
    clear: right;
    width: 50px;
    display: table;
    vertical-align: bottom;
    margin-top: 10px;
}

.SeccionUltimo
{
    background-color: #CBECD7;
    border: 1px solid #275A2F;
    display: block;
    min-height: 200px;
    margin-top: 5px;
    vertical-align: top;
    width: 280px;
}

.SeccionUltimo h3, .SeccionUltimo h3 span
{
    font-size: 12px;
}

.ContenedorUltimoMomento .SeccionUltimoMomento span
{
    float: left;
    font-family: Tahoma;
    font-size: 10px;
    text-align: justify;
}
/*--------------------------------------------Fin de ContenedorContenedorUltimoMomento---------------------------*/

/*--------------------------------------------ContenedorPortada      --------------------------------------------*/
.Titulo
{
    background-image: url(/newLatino/img/Flecha.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    color: #FFFFFF;
    width: 175px;
    height: 20px;
    display: block;
}

.Texto
{
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    clear: left;
    color: black;
    display: block;
    line-height: 25px;
    letter-spacing: 0px;
}

.TextoPequeño
{
    font-family: Tahoma;
    font-size: 10px;
    color: gray;
    letter-spacing: 0px;
}

/*.Texto:first-letter {
    color: black;
    float: left;
    font-size: 55px;
    
    line-height: 50px;
    margin: 5px;
}*/

/*--------------------------Seccion---------------------------------------*/
.Opciones
{
    background-color: #CBECD7;
    width: 100%;
    text-align: left;
}

.Opciones a
{
    background-image: url(/newLatino/img/VinetaMenu.gif);
    background-position: left;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 10px;
    width: 188px;
    height: 20px;
    color: #2E5D2D;
    padding-top: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #2E5D2D;
    display: block;
    text-decoration: none;
}

.Opciones a:hover
{
    color: #000000;
    background-color: #FFFFCC;
}

.Suscripciones
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 18px;
    padding: 5px;
    background-color: Yellow;
}

.Suscripciones a
{
    font-family: Arial;
    font-size: 16px;
    text-decoration: none;
    color: Red;
}

.Suscripciones a:hover
{
    color: #7EB749;
    text-decoration: underline;
    font-style: italic;
}

.EnlacesClasificados
{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    width: 120px;
    display: block;
    height: 20px;
    text-decoration: none;
    background-color: #77CD93;
}

.EnlacesClasificados:hover
{
    background-color: #FFFFCC;
    color: #000000;
}

.Campo
{
    color: Black;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

/*-----------------------ADMINISTRACION-----------------------------------------*/
.TableAdmin
{
    font-family: Tahoma;
    width: 100%;
}

.TableAdmin span.Campo
{
    font-size: 12px;
    font-weight: bold;
    color: #0C266B;
    text-decoration: underline;
}

.AdminOpciones a
{
    background-color: #CBECD7;
    color: Black;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    height: 15px;
    text-decoration: none;
    width: 100%;
}

.AdminOpciones a:hover
{
    background-color: #126B1E;
    color: White;
}

.frmNoticias img
{
    width: 80px;
}

.Bloque
{
    border: 1px solid black;
    display: table-header-group;
    margin: 10px 0px 10px 0px;
    padding: 10px 10px auto 10px;
    width: auto;
}

/*-----------------------BOLETIN------------------------------------------------*/

.Boletin
{
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    padding: 0px;
}

.Boletin a
{
    color: #275A2F;
}

.Boletin a:hover
{
    color: Black;
    text-decoration: none;
}

/*---------------Administracion--------------------------------------------------*/

.TableContenido
{
    background-color: White;
    width: 960px;
    vertical-align: top;
}

.TableContenido td
{
    padding: 5px;
    vertical-align: top;
}

.TableContenido .Menu
{
    background-color: #CBECD7;
    width: 150px;
}

.TableContenido .Contenido
{
    background-color: white;
    width: 810px;
}

.TableContenido tr.Botones a, tr.Botones a
{
    color: Black;
    background-color: #eeeeee;
    border: 1px solid gray;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 10px 5px 10px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.TableContenido tr.Botones a:hover, tr.Botones a:hover
{
    color: #0055ff;
}

.Fondo
{
    background-color: gray;
    color: white;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}
