html, body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	}
#contenedor {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	background-image: url(img/fondo_text.gif);
	}
#cab {
	height: 75px;
	text-align: center;
	background-color: #cc3333;
	width: 776px;
	}
#cab h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	margin-left: 200px;
	padding-top: 7px;
	font-size: 30px;
	font-style: italic;
	}
#content {
	width: 600px;
	top: 106px;
	text-align: justify;
	float: left;
	position: absolute;
	background-image: url(img/fondo_top_text.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
.texto {
	padding: 20px;
	padding-top: 0;
	margin-top: 21px;
	}
#menu {
	width: 176px;
	margin-left: 600px;
	background-color: #CC3333;
	}
#menu ul {
	background-color: #CC3333;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	}
#menu ul li {
	border-bottom: 1px solid #fff;
	width: 175px;
	}
#menu ul li a {
	margin-left: 2px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	}
#menu ul li a img {
	border: 0;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 5px;
	}
#menutop {
	background-color: #CC3333;
	height: 31px;
	width: 776px;
	background-image: url(img/fondo_menu.gif);
	}
#menutop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	margin-left: 7px;
	}
#menutop ul li {
	float: left;
	text-align: center;
	}
#menutop ul li a {
	font-size: 12px;
	width: 115px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #fff;
	}
#menutop ul li a.nobord {
	border: 0;
	color: #fff;
	}
#pie {
	padding-top: 20px;
	background-image: url(img/fondo_pie.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #CC3333;
	color: #fff;
	font-size: 12px;
	width: 776px;
	}

a.blanco {
	color: #fff;
	}
a {
	color: #cc3333;
	}
h2 {
	color: #cc3333;
	border-bottom: 2px solid #398931;
	}
#menu h2 {
	background-color: #cc3333;
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
	}
img.flotader {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.centrado {
	text-align: center;
}
.nomarc {
	border: 0;
	}
table tr td a {
	/* color: #000; */
	color: #cc333;
	font-weight: bold;
	text-decoration: none;
	}
h3 {
	text-align: center;
	color: #505050;
	}
