﻿a:link, a:visited, a:active, a:hover{
	color: #333;
	text-decoration: none
}

body {
    scrollbar-face-color:#eee;
    scrollbar-shadow-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-3dlight-color:#eee;
    scrollbar-darkshadow-color:#eee;
	scrollbar-track-color:#fff;
    scrollbar-arrow-color:#fff;
    background-image: url(bg.jpg);
	margin: 0px;
	padding: 0px;
    overflow: hidden; 
    }
/* ----- */
	 
#head     { 
	width:738px;
	height: 150px;
	margin: 0px;
	padding: 0px;
    background-image: url(head-3a.jpg);
    font-family: Verdana, Sans-serif;
	font-size: 8.5pt;
	color: #020948;
	text-align: right;
   }  
   
/* ----- */

#scroll   { 
    width: 739px; 
    height: 100%; 
	margin: 0px;
	padding: 0px;
    font-family: Verdana, Sans-serif;
	font-size: 9pt;
	color: #020948;
	overflow-y: auto;
   }
#text     {
    float: left;
    margin-left:300px;
    width: 400px;
    height: 100px; 
	line-height: 1.5em;

   }
.contacto {
   background: #eee;
   border: 1px solid #020948;
   display: block;
   margin-top: 60px;
   margin-bottom: 10px;
   margin-right: 10px;
   margin-left: 80px;
   padding-bottom: 20px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   text-decoration: none;
   text-align: center;
   color: #555;
   width: 250px;
   font-size: 9.5pt;
   font-weight: normal;
   }
   
.dosier       {
	margin-top: 40px;
    }

li       {
	font-size: 9.5pt;
	font-weight: bold;
	margin-top: 10px;
	color: #62698E;
    }
    
/* ----- */
    
#strip    {
   vertical-align: top;
   height:100%;
   background-image: url('strip-3.jpg');
   background-repeat: repeat-y;
   }
img       { 
    float: left;
	height: 744px;
	width: 220px;
    margin: 0px;
    padding: 0px;
} 

/* ----- */
#footer	{
    background-color:#eee;
    border-top: 1px solid #000;
    }
.copyright {
	font-family: Verdana, Sans-serif;
	font-size: 7.5pt;
	color: #777;
	font-weight: normal;
	text-align: right;
	margin-top:1px;
	margin-bottom: 1px;
	margin-right: 3px;
   }
   
/* ----- */

/* BOTONERA NAVEGACION */
.button_space {
    float: left;
    display: block;
	margin: 60px 0px 0px 9px;
	padding: 0px;
    width: 40px;
   }	
.button a   {
    float: left;
    background-image: url(fff.gif);
    border: 2px solid #ccc;
    display: block;
	margin: 60px 0px 0px 2px;
	padding:30px 0px 5px 0px;
    text-decoration: none;
    text-align: center;
	color: #000;
    width: 54px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 7.5pt;
   }
.button a:hover {
   border: 2px solid #DD0E15;
   }
/* FIN NAVEGACION */



	
