/*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: #EF7C00;
}
.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;
}
/*Estilos para ID*/
#column-left {
    float: top;
    position: fixed;
	background-color:#FCCD7A;
	width:100%; 
}