* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* tipografia cuerpo
-------------------------- */

body {
	font: 90%/1.5em Arial, Verdana, sans-serif;
	background: #009cdd url(imx/fd.jpg)  repeat-x;
	color: #083c75;
}


h1, h2, h5, p, pre,
blockquote, ul, ol, dl, address, horline {
    margin:  .5em 0;
    padding: 0;
	}

h1, h2, {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	color: #00a0d3;
	margin-top: 22px;
	}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 {
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #00a0d3;
	margin-top: -4px;
	margin-bottom: 6px;
	}
h4 { font-size: 118%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #00a0d3;
	}
h5 {
	font-size: 90%;
	margin-top: 20px;
}
h6 {
	font-size: 86%;
	font-weight: bold;
	color: #FFFFFF;
}

h6 a {
	color: #FFFFFF;
}


/*  Menu
-------------------------- */

#menu {
	margin-top: 1px;
}

/* Bc
-------------------------- */
#bc	{
	width="100%"
	float:left;
	background:#eee url(imx/bc_bg.jpg);
	color: #009cdd;
	text-indent: 8px;
	margin-bottom: 12px;
	line-height: 30px;
	}
	
#bc	a {
	color: #009cdd;
	text-indent: 6px;
	}
	
#bc	a:hover {
	color: #ccc;
	text-indent: 6px;
	}


/* Layout
-------------------------- */

#container {
	width: 765px;
	background: #fff;
	border: 8px solid #FFFFFF;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 15px;
	}
	
#header {
	height: 124px;
	background: url(bg.jpg);
	font-size: 85%;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-align: right;
	}
	
#content {
	padding-left: 20px;
	padding-right: 20px;
	}
	
#footer {
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	line-height: 1.2em;
	color: #FFFFFF;
	}
	

.box {
	border: 1px solid #ddd;
	background-image: url(imx/boxbg.jpg);
	background-repeat: repeat-x;
	margin-right: 18px;
	padding-left: 2px;
	padding-right: 12px;
	margin-bottom: 15px;
    }
	
.horline {
    background: url(horline.gif) no-repeat;
    height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 70px;
   }
   
   
/* Links
-------------------------- */
a, a:link, a:active {
	color: #083c75;
	}
	
a:hover {
	color: #ccc;
	}
	
#header a, h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0;
	color: #fff;
	}
	
#header a:hover {
	background: none;
	}
	
#footer, footer a, #footer a:link, #footer a:active {
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
	
#footer a:hover {
	background: #ccc;
	color: #000;
	}


	
/* styless
-------------------------- */

.center {text-align: center;}


/* Listas
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
cite {
      display: block;
      background: url(img/quote.gif) no-repeat;
      color: #56562b;
      font: normal 1.1em cursive;
      padding-left: 28px;
      }
