@import "menu.css";
@import "textos.css";
@import "costados.css";
@import "pie.css";
@import "tablas.css";

* {	margin: 0;	padding: 0;}
body {	background: #FFF url(../images/fondo.jpg) top center fixed;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	color: #ffffff;}
h1, h2, h3 {	margin-bottom: 1em;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
color: #ffffff;}
h1 a, h2 a, h3 a {	text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover {	text-decoration: underline;}
h1 {	letter-spacing: -2px;	font-size: 2.6em;}
h2 {	letter-spacing: -1px;	font-size: 2em;}
h3 {	font-size: 1em;}
p, ul, ol {	margin-bottom: 1.5em;	line-height: 180%;}
ul, ol {	margin-left: 3em;}
blockquote {	margin-left: 3em;	margin-right: 3em;}
a {	text-decoration: none; color:#ffffff; }
a:hover {text-decoration: underline; color:#cccccc; }

.borde1 { border:1px solid #fff; }

/* Divisiones */
#header {	width: 900px;	height: 100px;	margin: 0 auto; background: #FFF url(../images/cabecera.swf); }
#navegacion{ width:900px; 	margin: 0 auto; } 
#page {	width: 900px;	margin: 0 auto;}
#content {	float: left;	width: 478px;padding:10px;  }
#content2 {	float: right;	width: 698px; }
#content3 {	 	width: 900px;  }


