/* ---main texto */
a.link{
	text-decoration: none;
	color: navy;
	}
a.link:hover {
	color: blue;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: navy;
}
a.link1 { color: #669900; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none}
a.link1:hover {  color: #F2804F; text-decoration: none}


.boton:link { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #333; 
  background-color: #fff; 
  border-color: #ddd; 
  background-image: url(img/back-form.gif);
  background-repeat: repeat-x;
  border: solid 1px #000; 
}
.boton:hover {  
color: #F2804F; text-decoration: underline;
}

.smallText {  
font-family: "Arial Narrow", sans-serif; 
font-size: 10px; color: green;
letter-spacing: 0.1em;
}
.Bigtexto {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
color: #333;

}
.General {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
}
.General_titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	font-variant: normal;
}

.Btitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FF0000;
	font-weight: bold;
}

.Btexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003399;
	font-weight: normal;
}

.back {
	display: block;
	padding-bottom: 20px;
	padding-right: 220px;
}

#c_head {
	position:relative;
  	width: 420px;
  	left: 30px;	
    padding: 0px 0px 2px 20px;
    margin-bottom: 10px;
  	color: #8F8144;
  	font-size: 14px;
  	font-weight: bold;
  	display: block;
  	font-variant: small-caps;  	
  } 
  .c_head {
    padding: 0px 0px 2px 0px;
    margin-bottom: 10px;
  	color: #8F8144;
  	font-size: 14px;
  	font-weight: bold;
  	display: block;
  	font-variant: small-caps;  	
  } 
  
#gallery {
  padding:0px 0px 0px 20px; 
  margin: 0px; 
  list-style-type:none; 
  overflow:hidden; 
  width:450px; 
  height:425px; 
  
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:420px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #000; 
  cursor:default;
  }
#gallery li a img {
  width:100%; 
  height:100%; 
  border:0;
  }
#gallery li a:hover {
 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }
  /* LIGHTBOX CONTROL */
#lightbox { background-color:#000; padding:20px 20px 5px 20px; }
#lightboxDetails { padding-top:5px;	}	
#lightboxCaption { float:left; color:#fff; font-size:11px; }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none; }
#closebutton { display:none; }
  
