﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ELEMENTOS DE FORMATO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

BODY
{
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    line-height: 18px;
    vertical-align:top;
    background: #ffffff;
}


a
{
    color: #000000;
    text-decoration: underline;
}

a:hover
{
    color: #498929;
    text-decoration: underline;
}



.link1
{
    color: #FFFFFF;
    text-decoration: none;
}
.link1:hover
{
    text-decoration: underline;
}

.link2
{
    color: #666666;
    text-decoration: none;
}
.link2:hover
{
    text-decoration: underline;
    
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RETICULA PRINCIPAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.master-page
{
    width: 100%;
    margin:0px;
    vertical-align:top;   
    background-color:#498929;
    
    
}

.marco-contenedor
{
    margin: auto;
    background-image:url(imagenes/circle.png);
    background-position:top center;
    background-repeat:no-repeat;
}

.marco-900
{
    margin: auto;
    width:900px;
    min-height:330px;
    
}

.cabecera
{
    overflow: hidden;
    top:0px;
    height:100px;
    background-image:url(imagenes/fondo-cab.jpg);
    background-repeat:repeat-x;
    background-position:top left;
    width:100%;
}


.logo
{
    width:400px;
    height:100px;
    background-image:url(imagenes/logo.png);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
}

.idiomas
{
    float:right; 
    width:173px;
    background-image:url(imagenes/fondo-idiomas.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:100px;
    padding-top:30px;
    padding-left:47px;
    
    
}
.menu
{
    width:220px;
    float:left;
    margin-top:50px;
    
}

.contenidos
{
    margin-top:17px;
    float:right;
}

.top-pagina
{
    width:680px;
    background-image:url(imagenes/top-pagina.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:20px;
}

.bottom-pagina
{
    width:680px;
    background-image:url(imagenes/bottom-pagina.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:20px;
}

.pagina
{
    width:620px;
    text-align:left;
    background-color:#ffffff;
           
    overflow: hidden;
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:20px;
    min-height:350px;
}

.pagina-home
{
    background-image:url(imagenes/pagina-home.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:220px;
    height:300px;
    float:right;
    margin-left:15px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    font-size:11px;
    margin-top:20px;
    color:#000000;
   
}


.imagen
{
    float:right;
    padding-left:10px;
    padding-bottom:10px;
}

.texto
{
    text-align:justify;
    height:430px;
    overflow:hidden;
}

.pie
{
    width:100%;
    background-image:url(imagenes/deco.png);
    background-position:top center;
    background-repeat:repeat-x;
  
    height:314px;
}

.titular-pie
{
    background-image:url(imagenes/tit-enjoy.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:47px;
    width:900px;
    margin:auto;
}

.direccion-portada
{
    float:left;
    color:#b38d2a;
    margin-right:0px;
    margin-top:20px;
    margin-bottom:0px;    
    overflow: hidden;
}

.copyright
{
    
    font-size:10px;
    color:#666666;
    text-align:right;
    padding-top:220px;  
    width:900px;
    margin:auto;
}


.thum
{
    margin-left:0px;
    border:5px solid #e5e5e5;
    border-bottom:15px solid #e5e5e5;
    margin-right:20px;
    margin-bottom:20px;

}

.mapa
{
    border:1px solid #e5e5e5;
}

.tit
{
    color:#236601;
    font-size:13px;
    font-weight:bold;
    line-height:35px;
    border-bottom:1px solid #e5e5e5;
    
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FORMULARIO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 .titulo-input
{   
    float:left;
    width: 80px;
    height:24px;
    line-height:24px;
    color:#000000;    
    padding:0px;
    border:0px solid red;
    overflow:hidden;   
 }
 
  .input
{   
    float:left;
    width: 200px;
    height:20px;
    line-height:20px;
    padding-left:10px;
    border:1px solid #666666;
    overflow:hidden;
    background-color:#ffffff;
    
 }
 
   .textarea
{   
    float:left;
    line-height:20px;
    padding:10px;
    border:1px solid #666666;
    overflow:hidden;
    background-color:#ffffff;
    
 }
 
 .avisolegal
{
    font-size:10px;
    color:#000000;
    text-align:justify;
    margin-top:20px;
    overflow:hidden;
}


       


