/* @group generales */

body {
	background-color: #fff;
	outline: none;
	font: 12px Verdana,Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #808080;
	text-align: justify;
}
a {   outline: none;}
p{
	margin-top: 0px;
}
img{
	border: 0px;
}

/* @end */

#contenedor {
	margin: auto;
	width: 850px;
	height: 590px;
	margin-top: 30px;
}
#cabecera {
	width: 848px;
	height: 115px;
	background: url(img/fnd-cabecera.jpg) repeat-x;
}
#cabecera #logo{
	width: 200px;
	height: 110px;
	float: left;
}
#cabecera #menu{
	width: 620px;
	height: 30px;
	text-transform: uppercase;
	padding-top: 76px;
	margin-left: 20px;
	float: left;
}
#contenidos {
	width: 848px;
	height: 470px;
}

#pie {
	width: 848px;
	height: 60px;
	padding-top: 10px;
	float: left;
	text-align: left;
	background: url(img/fnd-pie.jpg) repeat-x;
}

#pie .img{
	float: right;
}

/* @group MENU GENERAL */

.menu{
	font-size: 16px;
	color: #6699cc;
}
a.menu:link, a.menu:active, a.menu:visited{
	font-size: 13px;
	color: #909090;
	text-decoration: none;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	padding-bottom: 1px;
}
a.menu:hover{
	font-size: 13px;
	color: #fff;
	background-color: #6699cc;
	border-right: 4px solid #6699cc;
	border-left: 4px solid #6699cc;
	padding-bottom: 1px;
}

/* @end */