/* Heredado de las news de Nico */
.caja {
    border-color: #077677;
    border-spacing: 0px;
    border-style: solid;
    border-width: 1px;
	padding: 0px;
    border-collapse: collapse;
}
.caja thead th{
    background: #077677;
    text-align: left;
	padding: 4px;
    border-style: solid dashed;
    border-width: 1px;
    border-color: #77aa88;
    font-size: 12px;
}
.caja thead.una-linea th{
    color: #bbddcc;
}
.caja thead.dos-lineas th strong{
    font-size: 13px;
    color: #bbffdd;
}
.caja thead.dos-lineas th{
    color: #bbddcc;
    font-size: 11px;
}
.caja td{
	padding: 4px;
	border-bottom-width: none;
    border-style: solid dashed;
    border-width: 1px 1px 0px 1px;
    border-color: #bbccdd;
}

.caja p{
    color: #004477;
	padding: 3px;
}

/* /Heredado */

/* Pie con el Powered by Pypa */

.bottom_footer
{
	font-size: 12px;
}

.bottom_left { float: left; height: 20px; width: 600px; background-color: #666666; padding-left: 1px; padding-right: 1px;}
.bottom_right {float: right; background-color: #666666; padding-left: 1px; padding-right: 1px;}

.bottom_container
{
	height: 40px;
}

.bottom_footer
{
	height: 40px;
}
/* /Pie */


/* Colores de Login implementados por Galeria */
a.login:link,
a.login:visited,
a.login:link {
      color:#4478b1;
	  text-decoration:none;
	  font-weight:bold;
	  }
a.login:hover {
     color:#006666;
     text-decoration:none;
	 font-weight:bold;
	 }
/* /Colores de login */

/* Pruebas de centrado */

body {
/*	text-align: left;*/
	width: 757px;
}

.body_container{
/* 	margin: 0 auto; /*Centrar la pagina*/
/* 	width: 100%;  */

}

/* /Pruebas centrado */

.minimapa_letras{
	color: #000000;
	font-size: 18px;
}

.copete_texto{
	color: #000000;
	font-size: 14px;
}

.tabla_copete{
	padding-left: 8px;
	padding-right: 8px;
}

	#contenido2col{
/*     	margin-right: 200px; */
/* 	    width: 400px; */
	    font-size: 14px;
    	    padding: 20px 30px 20px 30px;

	}
	
	#contenido{
/* 	    margin: 0px 5px 0px 5px; */
	}
    
	#lateral{
	    width: 260px;
	}


