﻿body 
	{
	background-image: 		url(imagenes/fondofr.jpg);
	background-position: 		center center; 
	background-repeat: 		no-repeat; 
	background-attachment: fixed; 
	background-size: 			cover;  
	}


.tabla 
	{
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		12px; 
	text-align: 		left; 
	width: 			100%; 
	border: 			0px;
	cellpadding: 	2px;
	cellspacing: 	2px;
	}

/* CSS ICONOS SOCIALES EFECTO HOVER */
ul#iconos {
width: 155px;
height: 60px;
margin: 10px 0 0 0;
padding: 5px 0 0 0;
}
ul#iconos li {
list-style: none;
float: left;
}
#iconos li a{
width: 50px;
height: 50px;
background: url(imagenes/iconos/iconoscompletos.png) no-repeat;
display: block;
}
#iconos li#facebook a{
background-position: 0 0;
}
#iconos li#twitter a {
background-position: -50px 0;
}
#iconos li#contacto a {
background-position: -100px 0;
}
#iconos li#facebook a:hover{
background-position: 0 -60px;
}
#iconos li#twitter a:hover {
background-position: -50 -60px;
}
#iconos li#contacto a:hover {
background-position: -100px -60px;
}/* FIN CÓDIGO apuntesmultimedia.wordpress.com */-