 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index:1000;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 26%; /* Could be more or less, depending on screen size */ 
	z-index:1001;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 
/* MODAL*/
body {

	background: url(img/bg-04.jpg) no-repeat top center;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lucida_13_333{
	color: #333;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.lucida_roja{
	color: #cc0000;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;

}

.lucida_fb{

    font-size: 11px;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    color: #959595;
    line-height: 1.28;
    text-align: left;
    direction: ;
}


a:link {
	color: #1c66a1;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	}
	
a:hover {
	color: #0b4879;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:underline;
	}

a:visited {
	color: #1c66a1;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	}
a:active {
	color: #1c66a1;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	}



.lucida_12_ccc{
	color: #ccc;
	font-size: 13px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.lucida_grande_celeste{
	color: #1c66a1;
	font-size: 18px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	
}

.arial_10_gris{
	color: #666;
	font-size: 10px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.arial_11_negro{
	color: #000;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.georgia_18{
	color: #000;
	font-size: 18px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.photo-link {
border:1px solid #cfcfcf;
display:block;
margin:3px;
padding:3px;
text-align:center;
text-decoration:none;
width:50px;
}


.thumb {
padding-left:10px;
padding-Right:10px;


}

#cuerpo table{
	border-image: 1px solid #cfcfcf;
	width:680px;
	font-size:11px;
    color: #666;
    line-height: 1.28;
    text-align: left;
				}
			
#cuerpo table td{
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:340px;
	
	
			}
#columna a{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	align:left;

			}
			

  
#columna 
{
  Display:inline; /*Se declara que las propiedades serán otorgadas a cada linea*/
  Float: left;
  Width:50%;
  font-size:11px;
  padding-bottom:20px;


  } 
