@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0
}
a{outline:none;}
body{
	text-align:center;
	background:#FFFFFF;
	margin:0 auto;
	font-family:Verdana, sans-serif, Tahoma;
}
#head{
	height:125px;
	width:800px;
	margin:0 auto;
	background-image:url(../images/head.jpg);
	background-repeat:repeat;
	border-bottom:1px solid #FFFFFF;
	font-size:12px;
}
	#head-base{
		width:800px;
		position:relative;
	}
		a#logo{
			position:absolute;
			background-image:url(../images/logo.gif);
			background-repeat:no-repeat;
			width:256px;
			height:39px;
			left: 0px;
			top: 21px;
			text-indent:-9999px;
			display:block;
		}
#contenido{
	width:800px;
	margin:0 auto;
	text-align:left;
}
.destacado{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:16px;
}
/*estilos para el pie*/
#box-pie{
	clear:both; 
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
#pie{
	height:50px;
	width:800px;
	border-top:1px solid #DFDFDF;
	margin:0;
	padding:0;
	text-align:left;
	font-size:11px;
	clear:both;
}
.pie-linea{ padding:7px 0 0 0; margin:0; color:#999999 }
a.boton-pie{ color:#00C7EF; }
a.boton-pie:hover{ color:#00C7EF; }
/* fin estilos del pie */
