﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ELEMENTOS DE FORMATO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

BODY
{
    margin: 0px;
    font-family: helvetica, verdana, arial;
    font-size: 13px;
    line-height: 18px;
    vertical-align:top;
    background-color: #000000;
}


h1
{
    font-size: 1.8em;
}
h2
{
    font-size: 1.1em;
}
h3
{
    font-size: 0.8em;
}


.link1
{
    color: #FFFFFF;
    text-decoration: none;
}
.link1:hover
{
    color:#dd002f;
    text-decoration: none;
}

.link2
{
    color:#5a5a5a;
    text-decoration: none;
}
.link2:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.link3
{
    color:#043746;
    text-decoration: none;
}
.link3:hover
{
    text-decoration: none;
    color: #000000;
}

.link4
{
    color:#000000;
    text-decoration: none;
}
.link4:hover
{
    text-decoration: none;
    color:#dd002f;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RETICULA PRINCIPAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.master-cabecera
{
    width: 100%;
    height: 130px;
    background-image: URL(imagenes/cabecera.png);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    border: 0px solid #000000;
}

.cabecera
{
    margin: auto;
    width: 900px;
    height:100px;
    line-height:100px;
    overflow: hidden;
}


.indice
{
    margin: auto;
    width: 900px;
    height:30px;
    text-align:right;
    line-height:30px;
    color:#FFFFFF;
    overflow: hidden;
}


.master-contenidos
{
    width: 100%;
    height: 640px;
    background-image: URL(imagenes/patron-background.png);
    background-repeat: repeat-x;
    background-position: top left;   
}

.master-ilustracion
{
    width: 100%;
    background-image: ;
    background-repeat: no-repeat;
    background-position: top center;  
    position:absolute;    
}


.menu-contenidos
{
    margin: auto;
    width: 900px
}

.menu
{
    float:left;
    width:220px;
    border:0px solid #FFFFFF;
}

.contenidos
{
    float:right;
    width: 660px;
    margin-bottom:30px;
    border:0px solid #FFFFFF;
    overflow: hidden;
    z-index:100;  
}


.master-servicios
{
    margin: auto;
    background-color:#000000;
    background-image: URL(imagenes/patron-bisel.png);
    background-repeat: repeat-x;
    background-position: top left;       
}

.servicios
{
    margin: auto;
    width: 900px;
    padding-top:15px; 
    font-size:15px;
    color:#FFFFFF;
  
}


.enlaces1
{
    float:left;
    width: 210px;    
    margin-top:10px;
    padding-left:10px;
    font-size:13px;
    color:#5a5a5a;
    border-left:1px solid #353434;
    overflow:hidden;     
}


.creditos
{
    float:right;
    margin-top:20px;
    text-align:right;
    font-size:11px;
    color:#5a5a5a;
    border:0px solid #353434; 
    background-color:#000000;    
}

.stickers
{
    float:left;
    margin-top:20px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RELATIVO A CONTENIDOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.top-contenidos
{
    width: 660px;
    height: 100px;
    line-height:100px;
    font-size:28px;
    margin-top:60px;    
    padding-left:40px;
    background-image: URL(imagenes/top-contenidos.png);
    background-repeat: no-repeat;
    background-position: top left;   
    overflow: hidden;
     border:0px solid #ff0000;
}

.middle-contenidos
{
    width:660px;
    background-image: URL(imagenes/middle-contenidos.png);
    background-repeat: repeat-y;
    background-position: top left;


}

.bottom-contenidos
{
    width: 660px;
    height: 100px;
    line-height:100px;    
    background-image: URL(imagenes/bottom-contenidos2.png);
    background-repeat: no-repeat;
    background-position: top left;   
    overflow: hidden;
}

.parrafo
{
    text-align:justify;
    margin-left:40px;
    margin-right:20px;  
}

.titulo-pagina
{
    width: 660px;
    height: 50px;
    line-height:50px;
    margin-bottom:20px;
    font-size:28px;
    color:#FFFFFF;
    overflow: hidden;
}

.map
{
    border:10px solid #FFFFFF;

}

.direccion
{
    font-size:11px;
    color:#FFFFFF;
    overflow: hidden;
}

.texto-formu
{
    float:left;
    width:120px;
    height:26px;
    line-height:26px;
    font-size:13px;
    color:#FFFFFF;
    margin-left:85px;
    padding-left:30px;
    overflow: hidden;
    background-image: URL(imagenes/fondo-formu.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.campo
{
    float:left;
    width:280px;
    height:24px;
    line-height:24px;
    font-family:Verdana, Arial;
    font-size:13px;
    color:#000000;
    padding-left:10px;
    border-style:none;
    overflow: hidden;
}

.mensaje
{
    float:left;
    width:430px;
    height:180px;
    line-height:20px;
    font-family:Verdana, Arial;
    font-size:13px;
    color:#000000;
    padding:10px;
    margin-left:85px;    
    border:0px solid #a4a4a4;        
    overflow: hidden;
}

.thum
{
    border:1px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;        

}


.top-transparente
{
    width: 660px;
    height: 100px;
    line-height:100px;
    font-size:28px;
    margin-top:60px;      
    padding-left:40px;
    background-image: URL(imagenes/top-transparente.png);
    background-repeat: no-repeat;
    background-position: top left;   
    overflow: hidden;
     border:0px solid #ff0000;
}

.middle-transparente
{
    width:660px;
    background-image: URL(imagenes/middle-transparente.png);
    background-repeat: repeat-y;
    background-position: top left;


}

.bottom-transparente
{
    width: 660px;
    height: 100px;
    background-image: URL(imagenes/bottom-transparente.png);
    background-repeat: no-repeat;
    background-position: top left;   
    overflow: hidden;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NOTICIAS - LISTADOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.listado-noticias
{
    margin-top:10px;
    border-bottom:1px dotted #b9b9b9;
}

.fecha
{
    font-size:10px;
    color:#FFFFFF;
    padding-left:10px;
    background-color:#ffa200;
}