﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ELEMENTOS DE FORMATO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


BODY
{
    margin: 0px;
    font-family: helvetica, verdana, arial;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    font-shadow:0px 1px 1px #cccccc;
    background-color:#ebebeb;
    background-image:URL(imagenes/background-pat.png);
    background-repeat:repeat-x;
    background-position: top left;
}

h1 {
color:#ffffff;
font-family:Helvetica, Verdana, Arial;
font-size:1.6em;
margin:0px;
line-height:1em;
text-shadow:0px 1px 1px #333;

}
h2 {font-size:1em;margin:0px;line-height:18px;
}

.link1
{
    color: #333333;
    text-decoration: none;
}
.link1:hover
{
    text-decoration: underline;
}

.link2
{
    color: #000000;
    text-decoration: none;
    text-shadow:0px 1px 1px #ccc;
}
.link2:hover
{
    color: #881cb4;
    text-decoration: none;
}

.link3
{
    color: #000000;
    text-decoration: none;
    text-shadow:0px 1px 1px #ccc;
}
.link3:hover
{
    color: #000000;
    text-decoration: underline;
}

.link4
{
    color:#ffffff;
    text-decoration:none;
}
.link4:hover
{
    text-decoration:none;
     color: #881cb4;
}


.link5
{
    color:#ffffff;
    text-decoration:underline;
}
.link5:hover
{
    text-decoration:underline;
     color: #ff00ff;
}


ul
{
margin:0px;
padding:0px;
text-indent:0px;
}

li
{
display:inline-block;
list-style:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	RETICULA PRINCIPAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.master-page
{
    width: 100%;
    background-image:URL(imagenes/);
    background-repeat:no-repeat;
    background-position: center 530px;
   
}

.cabecera
{ 
    width:900px;
    height:80px;
    margin:auto;
    overflow:hidden;     
}



.logo
{
    float: left;
    width: 400px;
    height: 0px;
    margin-left: 0px;
}

.indice
{

    float:right;
    height:40px;
    color:#FFFFFF;
    font-size:1.1em;
    margin-top:60px;


}

.menu
{
    width: 900px; 
    margin: auto; 
    margin-top:10px;
    text-align:left;
    text-shadow:0px 1px 1px #333;
    overflow:hidden;    
  
}



.contenido
{
    margin:auto;
    width: 900px;
    height:420px;
    font-size:1.1em;
    color:#000000;
    font-family: Helvetica, Verdana, Arial;
    margin-top:20px;
    overflow:hidden;
}

.pagina
{
    width: 900px;
    height:420px;
    background-image:URL(imagenes/dot80.png);
    background-repeat:repeat;
}


.pie
{
   
    width:900px;
    height:40px;    
    margin:auto;
    text-align:center;
    color:#000000;
    font-size:0.9em;
    letter-spacing:1px;
    overflow:hidden;  
     padding-top:20px;
     font-shadow:0px 1px 1px #cccccc;
      padding-top:20px;
}

.enlaces-web

{
 width:900px;
  text-align:center;
   padding-top:5px;
    padding-bottom:0px;
    font-shadow:0px 1px 1px #cccccc;
    margin:auto;
     font-size:11px;
      line-height:15px;
     
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MODULOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.separador
{
    clear:both;
    margin:auto;
    width: 900px;
    height:1px;
    border-top:1px dotted #808080;   
}


.titulo
{
    float: left;
    font-size:16px;
}

.texto
{  
color:#FFF;

}

.noticias-portada
{
float:left;
 width:540px;
 height:260px;
 padding:20px;
   background-image:url(imagenes/patron-noticias-portada.png);
   background-repeat:repeat-x;
   background-position:top left;
   border-bottom:1px dotted #cccccc;   
}


.modulo-publicaciones
{
float:left;
 width:560px;
 height:130px;
 padding:10px;
   background-image:url(imagenes/patron-noticias-portada.png);
   background-repeat:repeat-x;
   background-position:bottom left;
   border-bottom:1px dotted #cccccc;
}

.modulo-banners
{
   float:right;
   width:300px;
   height:300px;
   line-height:18px;
   font-size:13px;
   background-image:url(imagenes/fondo-banners.png);
   background-repeat:no-repeat;
   background-position:top left;
   overflow:hidden;           
}

.modulo-contacto
{
   float:right;
   width:300px;
   height:150px;
   color:#ffffff;
   line-height:19px;
   font-size:11px;
   background-image:url(imagenes/fondo-contacto.png);
   background-repeat:no-repeat;
   background-position:top left;         
}





.selector
{
    float:left;
    height:60px;
    font-size: 1em;
    color: #5e0000;
    overflow: hidden;    
}



.fecha
{
    font-size:12px;
    color:#FFFFFF;
    text-shadow:0px 1px 1px #ccc;      
    background-color:  #881cb4;
}


.subtitulo
{
    font-size: 1.2em;
    color: #ff9000;
}


.subtexto
{
    width: 550px;
    font-size: 1em;
    color: #3d3d3d;
    margin-right:10px;
    margin-top:10px;    
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    border:0px solid red;
    background-image:URL(imagenes/transparent.png);
    background-repeat:repeat;
}

.rss
{
    float: right;
    font-size:0.9em;
}




.subtexto-noticias
{
    width: 550px;
    font-size: 1em;
    color: #3d3d3d;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
    line-height: 20px;
}


.imagen
{
    float: right;
    width: 220px;
    height:440px;
    overflow: hidden;
}

.map
{
    float: left;
    width: 500px;
    height:300px;
    border:1px solid #ffffff;
}

.galeria
{

   width:900px;
    margin:auto;
}
 .thum
{
 background-image:url(imagenes/fondo-thum.png);
   background-repeat:no-repeat;
    background-position:left top;
  width:170px;
    height:133px;
     float:left;
      margin-right:10px;
       margin-bottom:15px;
  
}

.thum-img
{
 margin:auto;
 border:1px solid #ffffff;
  margin-left:9px;
   margin-top:9px;
}
 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FORMULARIO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.titulo-input
{
    float: left;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    overflow: hidden;
    color:#ffffff;
}

.input
{
    float: left;
    width: 300px;
    height: 20px;
    line-height: 20px;
    font-family: helvetica, verdana, arial;
    font-size: 1.3em;
    color: #000000;
    padding-left: 10px;
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(imagenes/sombra-input.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.text-area
{
    float: left;
    width: 783px;
    height: 60px;
    line-height: 18px;
    font-family: helvetica, verdana, arial;
    font-size: 1em;
    color: #808080;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background-image: url(imagenes/sombra-input.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.combo
{
    float: left;
    font-family: helvetica, verdana, arial;
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    border: 1px solid #7f8055;
    background-color: #ffffff;
}


.avisolegal
{
    width:590px;
    font-size: 0.8em;
    color:#ffffff;
    text-align:justify;
}

.error
{
    font-size: 0.9em;
    color: #ff0000;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FIRMA DIGITAL NATURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.firma
{
    font-family: Verdana,arial;
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}

.firma:hover
{
    text-decoration: underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CLASES CONTROLES y LOGIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.boton-login
{
    width: auto;
    font-family: helvetica, verdana, arial;
    font-size: 11px;
    color: #3d3d3d;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background-image: url(imagenes/sombra-input.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.boton-login:hover
{
    color: #000000;
    border: 1px solid #881cb4;
    cursor: hand;
}

.input-recovery
{
    float: left;
    width: 450px;
    height: 24px;
    line-height: 24px;
    font-family: helvetica, verdana, arial;
    font-size: 16px;
    color: #808080;
    padding-left: 10px;
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(imagenes/sombra-input.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PLANTILLAS EMAIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

cuerpo-email
{
    width: 400px;
    margin: 20px;
    border: 1px solid red;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CLASES INTRANET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.texto p
{
    line-height: 20px;
    text-align: justify;
}




