body {
	margin:0px;
	background:url(images/body.gif) repeat-x #AAA7C1;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}

.web {
	width:770px;
	background:url(images/pxrep.gif) repeat-y;
	margin:auto;
}

.head {
	background:url(images/head.jpg) no-repeat;
	height:190px;
}

.menu {
	background:url(images/menu.gif) no-repeat;
	height:60px;
}

.menu a {
	color:#666666;
	text-decoration:none;
	display:block;
	width:80px;
	text-align:center;
	float:left;
	background:url(images/barrita.gif) no-repeat right bottom;
	height:37px;
	padding-top:12px;
}

.menu a:hover {
	background:url(images/hover.gif);
}

a.nada:hover {
	background:url(images/barrita.gif) no-repeat right;
	cursor: default;
}

.container {
	background:url(images/container.gif) no-repeat;
}

.pagina {
	background:url(images/pagina.jpg) no-repeat left bottom;
	clear:both;
	color:#515151;
	text-align:justify;
	line-height:150%;
	padding-left:30px;
	padding-right:30px;	
	height:100%;
	padding-bottom:20px;
}

.pagina img {
	border:1px solid #AAA7C1;
	padding:5px;
}

h2 {
	color:#0000FE;
	font-size:18px;
	margin-top:5px;
}

.foot {
	clear:both;
	background:url(images/foot.gif) no-repeat #AAA7C1;
	height:5px;
	padding-top:25px;
	text-align:right;
	padding-right:20px;
	
}

.foot a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}