/************************** BODY *******************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#141f00;
}

/************************** DIAGRAMACÍON GENERAL *******************************/

#container {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
}

.header_bg {
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:77px;
}

.content {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	color:#000000;
	padding-left: 30px;
	padding-top: 20px;
	width:400px;
	float:left;
}

.content_right {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color:#000000;
	padding-left: 20px;
	padding-top: 20px;
	width:400px;
/*	float: left;*/
}

.content_bg {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:right;
	background-image: url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	width:1000px;
}

.content_topbg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	background-image: url(../images/content_topbg.jpg);
	background-repeat:no-repeat;
	width:1000px;	
	color:#000000;
}



.bottom_bg {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:42px;
}

.menu {
	margin-left: 220px;
	padding-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width:760px;
}

a.menulink:link {
	color: #fefefe;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:visited {
	color: #fefefe;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:active {
	color: #fefefe;
	text-decoration: none;
	font-weight:bold;
}
a.menulink:hover {
	/*font-weight: bold;*/
	color: #fefefe;
	text-decoration: underline;
	font-weight:bold;
}

h1 {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #521d00;
}

.msn_err {
	color:#FF0000;
/*	font-weight:bold;*/
}


