﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	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;
}

.link5
{
    color:#000000;
    text-decoration: none;
   

}
.link5:hover
{
    text-decoration: none;
    color:#000000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	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 red;
}

.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%;
    background-color:#ffa200;
    background-image: URL(imagenes/ilustracion.png);
    background-repeat: no-repeat;
    background-position: top center;
 
}

.menu-contenidos
{
    margin: auto;
    height: 640px;    
    width: 900px;
    border:0px solid red;                
}

.menu
{
    float:left;
    width:230px;
    border:0px solid #FFFFFF;
    padding-top:80px;
 
}


.contenidos
{
    float:right;
    width: 640px;
    margin-bottom:30px;
    border:0px solid #FFFFFF;
}


.servicios
{
    margin: auto;
    width: 900px;
    padding-top:15px; 
    font-size:15px;
    color:#FFFFFF;
    border:0px solid #FFFFFF;

}


.creditos
{
    float:right;
    text-align:right;
    font-size:11px;
    color:#5a5a5a;
    border:0px solid #353434; 
    background-color:#000000;

}

.stickers
{
    float:left;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RELATIVO A CONTENIDOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.top-contenidos
{
    width: 640px;
    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:640px;
    background-image: URL(imagenes/middle-contenidos.png);
    background-repeat: repeat-y;
    background-position: top left;


}

.bottom-contenidos
{
    width: 640px;
    height: 100px;
    line-height:100px;
    margin:0px;
    background-image: URL(imagenes/bottom-contenidos.png);
    background-repeat: no-repeat;
    background-position: top left;   
    overflow: hidden;
}

.parrafo
{
    text-align:justify;
    border:1px solid #FFFFFF;
    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;
}

.imagen-noticias
{
    float:right;
    margin:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.enlaces1
{ 
    width:230px;    
    height:29px;
    font-size:11px;
    font-family:Verdana;
    color:#000000;
    background-image:url(imagenes/fondo-menu.png);
    text-align:right;
    line-height:29px;
    overflow:hidden;
    border: 0px solid red;
    

}
.enlaces1:hover 
{ 
    color:#530010;
    background-image:url(imagenes/fondo-menu-over.png);
}



.enlaces4
{ 
    width:230px;    
    height:29px;
    font-size:11px;
    font-family:Verdana;
    color:#FFFFFF;
    background-image:url(imagenes/boton-menu-verde.png);
    background-position:top right;
    background-repeat:no-repeat;
    text-align:right;
    line-height:29px;
    overflow:hidden;
    border: 0px solid red;  
}
.enlaces4:hover 
{ 

}