
.boton{
    background-color : transparent;
	text-decoration: none;
	font-family : Arial;
	font-size : 12px;
	color: #FFD75B;
	font-weight : normal;
	}

a.boton:HOVER{
     background-color : transparent;
	color: #CCCCCC;
	font-size : 12px;
	font-weight : normal;
}

.boton1{
    background-color : transparent;
	text-decoration: none;
	font-family : Arial;
	font-size : 12px;
	color: Gray;
	font-weight : normal;
	}

a.boton1:HOVER{
     background-color : transparent;
	color: #DEB887;
	font-size : 12px;
	font-weight : normal;
}

.boton2{
    background-color : transparent;
	text-decoration: none;
	font-family : Arial;
	font-size : 10px;
	color:  Gray;
	font-weight : normal;
	}

a.boton2:HOVER{
     background-color : transparent;
	color: #CCCCCC;
	font-size : 10px;
	font-weight : normal;
}

.telema{
    background-color : transparent;
	text-decoration: none;
	font-family : Arial;
	font-size : 10px;
	color: Silver;
	font-weight : normal;
	padding-left :3px;
	padding-right : 3px;
}

.fondo {
	background-color: transparent; 
	background-image: url("demo/iconos/ft-portada.jpg"); 
	background-repeat: no-repeat;
	background-position: top,left;
	margin : 0px 0px;
	background-attachment : fixed;
 }	
 


