/* Elementos comunes de Html */
 
BODY  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFCF0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: Black;
	font-size: 0.9em;	
	min-width: 750px;	
}

HR  {
	color: #9E1B34;
}

HR.fina {
	color: #9E1B34;
	border-style: solid none none none;
	height:1px;
}

SPAN  {
	color : #9E1B34;
}

IMG  {
	border : none;
}


/* Elementos de web INE */
.fondoINE{
	background-color: #9E1B34;
}
.colorINE{
	color: #9E1B34;
}

.raya {
	height: 1px;
}

.rayacorta {
	height: 1px;
	width: 5%;
	text-align: left;
	margin-right: 95%;
}

.border  {
	border : none;
}

.sinesp {
	margin-bottom : -2px;
	margin-top : -2px;
}

.nowrap {
	white-space: nowrap;
}

.left {
	text-align: left;
}

br.left {
	clear: left;
}

.right {
	text-align: right;
}

.miga {
	font-family: Arial,Helvetica,sans-serif;
	color: #971B32;
	font-weight: bolder;
	font-size: 1.1em;
}

.miga a , .miga a:hover , .miga a:visited  , .miga a:link , .miga a:active, .miga a:focus{
	font-weight: normal;
	color: #9E1B34;
	text-decoration: none;
}

