@charset "UTF-8";
/* CSS Document */

html, body { margin: 0; padding: 0; }
body { background: #1b1b1b url(../img-home/background-degradado.png) repeat-x fixed; }
body, td, p { color: #909090; font: 12px Arial, Helvetica, sans-serif; }
td { vertical-align: top; }
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover { color: #FFF; }
a img { border: 0; }

#cabecera2 { position: relative; margin: 0 auto; width: 720px; }
#cabecera { position: relative; height: 118px; border-bottom: 1px solid #2A2A29; }
#logo { position: absolute; left: 0; top: 0; }
#texto { margin: 40px 0; }

