@charset "utf-8";
#madre {
	height: 800px;
	width: 800px;
	left: 20%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
#madre #encabezado {
	position: absolute;
	height: 80px;
	width: 800px;
}
#madre #menu {
	position: absolute;
	width: 120px;
	height: 278px;
	top: 80px;
	background-color: #FFFFFF;
	background-image: url(../Images/Menu.jpg);
}
#madre #menu #decora {
	position: absolute;
	width: 120px;
	height: 422px;
	top: 278px;
	left: 0px;
	right: 780px;
}

#madre   #designer  {
	background-color: #0099CC;
	height: 20px;
	width: 800px;
	top: 780px;
	position: absolute;
	background-image: url(../Images/designer2.jpg);
}

#madre #fondo {
	position: absolute;
	height: 700px;
	width: 800px;
	top: 80px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../Images/Fondo.jpg);
	overflow: auto;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	word-spacing: normal;
	font-weight: normal;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link{
	text-decoration:none;
	color:#FF0000;
}
a:active{
	text-decoration:none;
	color:#0033FF;
}
a:visited{
	text-decoration:none;
	color:#990000;
}
a:hover{
	text-decoration:none;
	color:#33CCFF;
}
S
