/*
Project: Blank CSS Template
Project Website: http://code.google.com/p/blank-css-template/
License: GNU-GPL v2
File: styles.css
*/

body {background:#fff url(imagenes/BG_AERO.gif) repeat 0px 10px; background-attachment:fixed; margin:0; padding:0; color:#000; text-align:center;}
html {overflow-y:scroll;} /* Firefox hack that forces the sidebar to be always visible */

/* LINKS */
a {text-decoration:underline; color:#36c;}
	a:hover{text-decoration:none;}

/* LAYOUT */
#mainWrapper {width:988px; background: #e3e3e3 url(imagenes/bg_top.jpg) no-repeat top left; margin:0 auto; text-align:left;}

