/* @group generales */

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

/* @end */

#contenedor {
	margin: auto;
	width: 760px;
	height: 520px;
	background: url(img/x-conjunto/vida-fnd.jpg) no-repeat 0 bottom;
	margin-top: 30px;
}
#cabecera {
	width: 760px;
	height: 120px;
}
#menu {
	width: 150px;
	height: 370px;
	float: left;
}

#contenido {
	width: 598px;
	height: 370px;
	float: left;
	margin-left: 10px;
}

#pie {
	width: 760px;
	height: 30px;
	float: left;
	text-align: center;
}

/* @group pie */

.pie{
	font-size: 10px;
	color: #979797;
}
a.pie:link, a.pie:active, a.pie:visited{
	color: #9e0054;
	text-decoration: none;
}
a.pie:hover{
	color: #cf136f;
}

/* @end */

/* @group menu */

.menu{
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	color: #979797;
	display: block;
	margin-bottom: 5px;
	width: 150px;
	padding-left: 2px;
}
a.menu:link,a.menu:active,a.menu:visited{
	margin-bottom: 5px;
	text-decoration: none;
	color: #979797;
}
a.menu:hover{
	margin-bottom: 5px;
	background-color: #9e0054;
	color: #fff;
}

/* @end */

/* @group menu destacado */

.menudestacado{
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	color: #979797;
	display: block;
	margin-bottom: 5px;
	width: 150px;
	padding-left: 2px;
}
a.menudestacado:link,a.menudestacado:active,a.menudestacado:visited{
	text-decoration: none;
	color: #979797;
	background: url(img/x-conjunto/fondo-destacadomenu.png) no-repeat 100%;
}
a.menudestacado:hover{
	background-color: #9e0054;
	color: #fff;
}

/* @end */

/* @group texto */

.texto{
	color: #808080;	
	margin-top: 0px;
}
a.texto:link,a.texto:active,a.texto:visited{
	text-decoration: none;
	color: #9e0054;
}
a.texto:hover{
	color: #cf136f;
}

.textodestacado{
	color: #9e0054;	
}

/* @end */

/* @group texto peq */

.textopeq{
	color: #b2b2b2;	
	text-align: right;
	margin-top: 30px;
	font-size: 10px;
}
a.textopeq:link,a.textopeq:active,a.textopeq:visited{
	text-decoration: none;
	color: #9e0054;
}
a.textopeq:hover{
	color: #cf136f;
}

/* @end */

