html, body {
	background	: #CCDCDA;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	font-size	: 10pt;
	margin	: 0;
	padding	: 0;
	text-align	: center;
}

a img {
	border	: none;
}

#main {
	background-color	: #FFF;
	margin	: 20px auto;
	text-align	: left;
	width	: 800px;
}

#header {
	background-color	: #FFF;
	background-image	: url(../img/cabecera.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
	height	: 96px;
	position	: relative;
	text-indent	: -1000px;
	width	: 800px;
}

#header img {
	position	: absolute;
	top	: 5px;
	right	: 10px;
}

#cos {
	min-height	: 300px;
	padding	: 10px 20px;
	position	: relative;
}

h1 {
	color	: #015545;
	font-size	: 15pt;
	margin	 : 0;
	padding	: 5px 0;
}

h2 {
	color	: #015545;
	font-size	: 13pt;
	margin	: 0;
	padding	: 5px 0; 
}

#footer {
	border-bottom	: 10px solid #015545;
	background-color	: #FFF;
	padding	: 10px 10px 0 30px;
	width	: 760px;
}

#footer div {
	border-top	: 1px dashed #888888;
	color	:#888888;
	font-size	: 8pt;
	padding	: 5px 0 5px 0;
	text-align	: center;
}

#footer a {
	color	: #015545;
	font-weight	: bold;
	text-decoration	: none;
}

#footer a:hover {
	text-decoration	: underline;
}

#subfooter a {
	color	: #015545;
	font-weight	: bold;
	text-decoration	: none;
}

#subfooter a:hover {
	text-decoration	: underline;
}