/*centramos el texto en body pq en IE no es posible centrar el div mediante margenes automaticos*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
/*Div contenedor de pagina, donde forzamos la alineacion a la izquierda para contrarrestar el centrado anterior*/
.container {
	width: 750px;
	background-color:#FFFFFF;
	margin: 50px auto 0 auto;
	text-align: left;
	border: 1px solid #666666;
}
.cabecera {
	width: 750px;
	height: 380px;
	border-bottom: 1px solid;
	color: #FFFFFF;
	text-align:left;
}
.cabecera_der {
	width:300px;
	height:380px;
	vertical-align:bottom;
	float:right;
	padding: 0px;
	font-size:14px;
	font-weight:bold;
	text-align: right;
}
.cabecera_izq {
	width:290px;
	height:380px;
	text-align: right;
	vertical-align:baseline;
	float:left;
	padding: 5px;
}
.cabecera h1{
	font-size: 14px font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #990000;
	}
a:visited {
	color: #CC3333; 
	text-decoration: none
}
a:active  {
	color: RED; text-decoration: underline
}
a:hover   {
	text-decoration: underline;
}
.principal {
	width: 710px;
	border-bottom: 1px solid;
	padding: 20px;
	height:auto;
}
.tabla_principal {
	vertical-align:center;
	padding: 5px;
	background-image: url(file:///D|/NICWEB/images/marca_agua.gif);
	background-repeat: no-repeat;
	background-position:center;
}
.footer {
	width: 740px;
	padding: 5px;
	text-align:center;
	color: #666666;
}
span {
	text-decoration:blink;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
}
.cuerpo_texto {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 20%;
	}