@font-face 
{
	font-family: Tahoma;
	src: (imagenes/TAHOMA0.eot);
}
@font-face
{
	font-family: Calligraphy;
	src:(imagenes/CALLIGR0.eot);
}

body{
	margin-top:0px;
	margin_right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

a{
	text-decoration : none;
	color : Navy
}

a:Hover{
	text-decoration : none;
	background-color: Yellow;
}

#encabezado{
	position:absolute;
	top:0px;
	left:0px;
	height:52px;
	width:1000px;
}

#encabezado #logo{
	float:left;
	top:0px;
	left:0px;
	height:51px;
}

#encabezado #texto{
	float:bottom;
	top:5px;
	left:210px;
	height:55px;
	border:1px solid #000;
	background:#EEEEEE;
	text-align: center;
	vertical-align: middle;

}

p{
	padding:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000;
	background-color : transparent;
	line-height : 130%;
	font-style: italic;
}

#principal{
	position:absolute;
	top:63px;
	left:0px;
	height:50px;
	width:1000px;
}	

#principal #dibujo{
	float:left;
	top:0px;
	left:0px;
	height:50px;
}

#principal #textoPrincipal{
	float:bottom;
	top:5px;
	left:190px;
	height:40px;
	border:1px solid #000;
	background:#EEE;
	text-align: center;
	vertical-align: middle;

}

#textoNormal{
	padding:0px;
	font-family: Tahoma;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 130%;
}

#textoFecha{
	padding:0px;
	font-family: Tahoma;
	font-size: 70%;
	font-weight: bold;
	color: #0000DD;
	background-color : transparent;
	line-height : 130%;
}

#resaltado{
	padding:2px;
	font-family: Calligraphic;
	font-size: 130%;
	font-weight: normal;
	color: #AA0000;
	background-color : transparent;
	line-height : 130%;
}

#condensado{
	padding:0px;
	font-family: Tahoma;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 110%;
}
