/* CSS Document */


#principal {
	width: 900px;
	height: auto;
	margin:0 auto;
	box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 2px 2px 30px #111;
-webkit-box-shadow: 2px 2px 30px #111;
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#111111')"; 


 }

#menu {
width:900px;
height:35px;
padding-top:4px;
}

#encabezado {
width:900px;
margin:0px auto;
}

#contenido {
width:900px;
height:auto;
}

#carrusel {
width:630px;
margin:0px auto;
padding-top:4px;
float:left;
}

#banner {
width:625px;
height:143px;
margin:0px auto;
margin-left:4px;

}

#lateral {
width:259px;
height:400px;
margin-left:3px;
margin-top:4px;
padding-left:5px;
padding-top:4px;
float:left;
/*background-color:#ccc;*/
/*border: 1px solid #263475;*/
/*border-left:1px solid #263475;*/
}


#pie {
height: 100px;
width: 100%;
background: #cecece;
line-height:45px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:smaller; 
color:#333333;
text-align:center;

}





#cuadrosizq{
/*margin-top:0px;*/
width:460px;
height: 280px;	
     -moz-box-shadow: 0px 0px 5px #A3FF0F; 
      -webkit-box-shadow: 0px 0px 5px #A3FF0F; 
	box-shadow:0px 0px 10px black;

      border: 1px solid #fff;
      margin: 20px;
	  background-color:#FCFCFC;
/* border-radius:5px;	*/
}

#cuadrosizqb{
/*margin-top:0px;*/
width:460px;
height: 400px;	
     -moz-box-shadow: 0px 0px 5px #A3FF0F; 
      -webkit-box-shadow: 0px 0px 5px #A3FF0F; 
	box-shadow:0px 0px 10px black;

      border: 1px solid #fff;
      margin: 20px;
	  background-color:#FCFCFC;
/* border-radius:5px;	*/
}

#cuadrosder{
margin:20px;
width:300px;
height: 150px;	
     -moz-box-shadow: 0px 0px 5px #A3FF0F; 
      -webkit-box-shadow: 0px 0px 5px #A3FF0F; 
	box-shadow:0px 0px 10px black; 

      border: 1px solid #fff;
      /*margin: 0px;*/
	  background-color:#FCFCFC;
/* border-radius:5px;	*/
}

#cuadrosderb{
margin:20px;
width:300px;
height: 220px;	
     -moz-box-shadow: 0px 0px 5px #A3FF0F; 
      -webkit-box-shadow: 0px 0px 5px #A3FF0F; 
	box-shadow:0px 0px 10px black; 

      border: 1px solid #fff;
      /*margin: 0px;*/
	  background-color:#FCFCFC;
/* border-radius:5px;	*/
}


.letradetalle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  color: #333;

}

table.grilla, table.grilla th, table.grilla td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Tahoma";
	color: #555;
}

caption {
	font-size: 120%;
	font-weight: bold;
	margin: 5px;
}

table.grilla td,table.grilla th {
	padding: 4px;
}

table.grilla thead th {
	text-align: center;
	background: #CC99FF;
	color: #fff;
	font-size: 100% !important;
}

table.grilla tbody th {
	font-weight: bold;
}

table.grilla tbody tr { background: #FCFDFE; }

table.grilla tbody tr.odd { background: #F7F9FC; }

table.grilla a:link {
	color: #718ABE;
	text-decoration: none;
}

table.grilla a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.grilla a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.grilla tfoot th, tfoot td {
	font-size: 85%;
}

