@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  margin-top:0;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  background-color: #fff;
  direction: ltr;
}

/* familia de fuentes para todo */
body, td, th, a, tr, li, ul, input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#625E5A;

}

.box_borde{
	
	border-width: 1px;
	border-size:1px;
	padding:2px;
	margin:2px;
	border: #625E5A 1px solid;
	
}

.box_borde_dashed{
margin:2px;
padding:2px;
border-bottom: #8F8982 1px dashed;
}

.box_borde_dashed_all{
margin:2px;
padding:2px;
border: #8F8982 1px dashed;
}

.box_borde_tb{
margin:2px;
padding:2px;
border-bottom: #625E5A 1px solid;
border-top: #625E5A 1px solid;
}

.box_borde_dashed_tb{
margin:2px;
padding:2px;
border-bottom: #8F8982 1px dashed;
border-top: #8F8982 1px dashed;
}

/* para las fotos cuando están seleccionadas */
.box_borde_activo{
	border: thin solid #F6DE00;
	border-width: 2px;
	border-size:2px;
	padding:2px;
	margin:2px;
}

/*Margenes*/
.espacio{
margin-top:15px;
}
.espacio_max{
margin-top:70px;
}
.espacio_med{
margin-bottom:150px;
}
.espacio_bottom{
margin-bottom:250px;

}
.espacio_txt_left{
padding-left:30px;
}

.color_bg_1{
	/* color de fondo:  blanco */
	background-color:#FFFFFF;
}
.color_bg_2{
	/* color de fondo:  marron fuerte */
	background-color:#625E5A;
}
.color_bg_3{
	/* color de fondo:  marron medio */
	background-color:#8F8982;
}
.color_bg_4{
	/* color de fondo: marron semiclaro */
	background-color:#CAC5BF;
}
.color_bg_5{
	/* color de fondo:  marron claro */
	background-color:#F7F2ED;
}
.color_bg_6{
	/* color de fondo:  amarillo */
	background-color:#F6DE00;
}

.color_txt_1{
	/* color de texto:  blanco */
	color:#FFFFFF;
}
.color_txt_2{
	/* color de texto:  marron fuerte */
	color:#625E5A;
}
.color_txt_3{
	/* color de texto:  marron medio */
	color:#8F8982;
}
.color_txt_4{
	/* color de texto: marron semiclaro */
	color:#B9B6B3;
}
.color_txt_5{
	/* color de texto:  marron claro */
	color:#F7F2ED;
}
.color_txt_6{
	/* color de texto:  amarillo */
	color:#F6DE00;
}


/* color de fuente:  */
.tam9{
  font-size: 9px;
}
.tam10{
  font-size: 10px;
}
.tam11{
  font-size: 10px;
}
.tam12{
  font-size: 10px;
}
.tam14{
  font-size: 11px;
}
.tam16{
  font-size: 16px;
}
.tam18{
  font-size: 18px;
}


.subrra{
text-decoration:underline;
}
.subrraNO{
text-decoration:none;
}


img {
  border: 0;
}

form {
  margin: 0;
}

.negrita{
font-weight:bold;
}
.normal{
font-weight:normal;
}



.separador{
border-bottom: #BFC7D9 1px dashed;
}




TABLE.lq_set {
	TABLE-LAYOUT: fixed; BORDER-COLLAPSE: collapse
}


TABLE.lq_set TD {
	OVERFLOW: hidden;  WHITE-SPACE: nowrap; TEXT-OVERFLOW: ellipsis
}


.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}



