/*Estilos para Etiquetas*/
th{
  text-align: center;
}
body,td,th {
	font-family: "Arial Black", Gadget, sans-serif;
}
a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}
/*Estilos para Clases*/
.blancoF {
	background-color: #FFFFFF;
}
.capal{
	padding: 5px;
	width: 30px;
}
.colortabla1 {
	background-color: orange;
}
.comicS {
	font-family: "Comic Sans MS", cursive;
}
.letraA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.letraB {
	color: white;
}
.letraM {
	color: #902678;
}
.fa { 
	color: #ffffff; 
}
.fondoN {
	color: #EF7C00;
	background-color: orange;
}
.fondoM {
	background-color: black;
}
.fondoTF {
	background-color: #FFD500;
}
.fondoTS {
	background-color: #f5f5f5;
}
.letrasS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
}
.letraV {
	color: #00A03A;
}
.tablasuc {
	background-color: #ff9333;
}
.Table{
	display: table;
	font-align: center;
	width:100%
}  
.Title{  
	display: table-caption;  
	text-align: center;  
	font-weight: bold;  
	font-size: larger;  
}  
.Heading{  
	display: table-row;  
	font-weight: bold;  
	text-align: center;  
}  
.Row{  
	display: table-row;  
}  
.Cell{  
	display: table-cell;  
	border-width: thin;  
  	padding-left: 0px;  
	padding-right: 0px;  
}
/*Estilos para ID*/
#column-left {
    float: top;
    position: fixed;
	background-color:#FCCD7A;
	width:100%; 
}