@charset "utf-8";
/* CSS Document */

body {
	font:11px 'Trebuchet MS',tahoma,sans-serif;
	margin:0;
	padding:0 0 0 0;
	position:relative;
	width: 100%;
	background-color: #53032A;
	background-image: url(../images/fondo_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#container {
	position:relative;
	z-index:2;
	width:800px;
	margin:0 auto;
	font-size:small;
	height: 90%;
}
#container #contents {
	position: relative;
}
#container #contents #header {
	position: relative;
	background-color: #FFFFFF;
}
#container #contents #menu {
	position: relative;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-align: left;
	height: 40px;
}
#container #contents #menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#container #contents #menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#container #contents #menu li a:link {
    color: blue:
}
#container #contents #menu li a:visited {
	color: #5275B7;
}
#container #contents #menu li a:hover {
	font-weight: bold;
	color: #E652F5;
}

#container #contents #menu li a:active {
	font-weight: bold;
	color: #E652F5;
	background-image: url(images/buttonface-down.jpg);
	background-repeat: no-repeat;
}

#container #contents #info {
	position: relative;
	height: 320px;
	width: 760px;
	background-color: #FFFFFF;
	padding-top: 55px;
	padding-left: 40px;
}
#container #contents #info p {
	position: relative;
	width: 350px;
}
#container #contents #info .questions {
	line-height: 14px;
	font-weight: bold;
	color: #333366;
	font-size: 12px;
	text-align: center;
	white-space: normal;
}
#container #contents #info .text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7373B9;
}
#container #contents #info img {
	position: absolute;
	left: 406px;
	top: 50px;
}
#container #contents #bottom {
	position: relative;
	background-image: url(../images/bottom.jpg);
	height: 183px;
}#container #contents #bottom #contact {
	position: absolute;
	left: 132px;
	top: 130px;
	width: 645px;
	height: 42px;
	color: #FFFFFF;
	text-align: right;
	font-weight: lighter;
	line-height: 20px;
	font-size: 12px;
}
#container #contents #bottom #contact a {
	background-color: #75043D;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
}

