		/* Cabecera - Banner */
	
.cabecera {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}
.logocab {
	width: 360px;
	text-align: center;
	height: 70px;
}
.cabiz {
	clear: both;
	width: 30%;
	background-color: #870220;
	float: left;
	height: 23px;
}
.cabcent {
width: 40%;
background-color: #870220;
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
height: 23px;
float: left;
}
.cabdcha {
height: 23px;
width: 30%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #870220;
float: right;
}
.lineam {
clear: both;
height: 2px;
background-color: #870220;
width: 100%;
font-size: 1px;
}
.fondocab {
background-image: url(http://www.e-nologia.com/images/rojafond.png);
background-repeat: repeat-x;
clear: both;
	width: 100%;
	height: 12px;
}
		/* Enlaces Menu Gris */

#cajagris {
height: 30px;
background-color: #E7E7E7;
text-align: center;
border: 2px solid Gray;
min-width: 550px;
vertical-align: middle;
padding-top: 7px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
#cajagris a {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #8B0000;
	}
#cajagris a:hover {
	border-bottom: 2px solid Blue;
	background-color: transparent;
	text-decoration: none;
}
#cajagris a:visited {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 1px dotted #8B0000;
}
#cajagrisout {
height: 70px;
background-color: #E7E7E7;
text-align: center;
border: 2px solid Gray;
min-width: 550px;
vertical-align: middle;
padding-top: 7px;
}
.letrascajagris {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 1em;
word-spacing: 50px;
line-height: 1em;
font-weight: bold;
margin-top: 4px;
}
.marca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#cajagrisout a {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #8B0000;
	}
#cajagrisout a:hover {
	border-bottom: 2px solid Blue;
	background-color: transparent;
	text-decoration: none;
}
#cajagrisout a:visited {
	color: #BF0000;
	text-decoration: none;
	border-bottom: 1px dotted #8B0000;
}
		/* Pie Pequeño */

#piepeq {
			position: absolute;
			width: 99.5%;
			text-align: center;
		   margin-top: 55%;
			margin-left: 1px;
		font-size: 0.75em;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: #E7E7E7;
		border: 2px solid Gray;
		padding-bottom: 3px;
		padding-top: 3px;
		margin-bottom: 10px;
	}	
	
#piepeq a:visited {
	color: #BF0000;
	text-decoration: none;
}
#piepeq a {
	color: #03C;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #8B0000;
	}
#piepeq a:hover {
	border-bottom: 2px solid Blue;
	background-color: transparent;
	text-decoration: none;
}


