@charset "utf-8"; 
<style>
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.bgColorPrimario {background-color: #15C;}
.txtColorPrimario {color: #15C;}
.bgColorSecundario {background-color: #F00;}
.txtColorSecundario {color: #F00;}
.borderColorPrimario {border: #15C 2px solid;}
.borderColorSecundario {border: #F00 2px solid;}

.temaLogo {
	position: absolute;
	width: ;
	height: ;
	left: ;
	top: ;
	margin-left: ;
	margin-top: ;
	z-index: 300;
}

.borderHeader {
	border-bottom: #F5F5F5 3px solid;	
}

#aktivo {
/*	background-image: url(imagenes/degradado.png);*/
	background-color: #FFF;
	background-size: 100% 100%;
	color:  #F00;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	behavior: url(border.htc);
	border-radius: 5px 5px 0px 0px;
}

.puntaColor {
	background-image: url(imagenes/punta-roja.png);
	background-size: 60px 30px;
	background-position: top center;
	background-repeat: no-repeat;
}

.catnav li ul {
	border-left: #F00 5px solid;
}

.catnav li a:hover > span, .catnav li:hover > a { /* Menu on */
	background-color: #F00;
}

.catnav li li a:hover {
	background-color: #F00;
}

hr {
	width: 150px;
	border-top: 2px solid #F00;
}

</style>