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

html,body{
	margin:0;
	padding:0
}
body{
	text-align:left;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 810px;
	padding: 20px 0;
	font-size: 12px;
	;
}
#head{
	width:800px;
	background-repeat:repeat;
	font-size:13px;
	background-color:#FFFFFF;
	float: left;
	border: 5px solid #FFF;
	height: auto;
}
	#head-base{
		width:800px;
		position:relative;
	}
		a#logo{
	position:absolute;
	background-image:url(../../../images/logo.png);
	background-repeat:no-repeat;
	width:256px;
	height:65px;
	left: 0px;
	top: 21px;
	text-indent:-9999px;
	display:block;
	background-color: #FFFFFF;
		}
#contenido{
	width:810px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}
.destacado{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
/*estilos para el pie*/
#box-pie{
	clear:both;
	width:100%;
	padding-top:0px;
	margin:0 auto;
}
#pie{
	width:810px;
	clear:both;
	background-color: #333;
	height: 120px;
}
.pie-linea{
	padding:0px 0 0PX 15px;
	margin:0;
	color:#FFFFFF;
}
a.boton-pie{ color:#00C7EF; }
a.boton-pie:hover{
	color:#01AAFD;
}

#menu {
	width: 580px;
	margin-top: -83px;
	background-color: #FFFFFF;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 50px;
	padding: 30px 25px 0 25px;
	text-decoration: none;
	font-size: 13px;
	
	background-image: url(../images/img1.gif);
	background-repeat: no-repeat;
}

#menu a:hover {
	
}


/* fin estilos del pie */
#menuinterno {
	display: block;
	height: 250px;
	width: 600px;
	position: relative;
	right: auto;
}

