html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, table, tr, th, td {
  margin: 0;
  padding: 0;
  
  outline: 0;
  vertical-align: top;
  background: transparent;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000;
	height:100%;
	
	
	background-image: url(../images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #efefe6;
}
ul
{
    list-style-type: none;
}
a {
	color:#b4546d;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.page_container {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    background-color: #FFFFFF;
    position: relative;
    min-height: 100%;
}
.top {
    margin: 0 30px 0 30px;
    padding: 0;
    width: 900px;
	height:	174px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}
.content {
    margin: 0 30px 0 30px;
    padding: 0 0 60px 0;
    width: 900px;
	min-height: 100%;
}
.menu_container{
    margin: 0;
    padding: 0;
    width: 250px;
}
.menu_line{
    margin: 0 0 14px 0;
    padding: 0;
    width: 250px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
	line-height: normal;
	color:#000;	
}
.menu_line2{
    margin: 0 0 14px 24px;
    padding: 0;
    width: 220px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
	line-height: normal;	
}
.menu_line_text{
	color:#000;	
}
.menu_line_text:hover{
    text-decoration:none;
	color:#b4546d;
}
.menu_line_text_a{
	color:#b4546d;
}
.footer {
	position: absolute;
    margin: 0;
	bottom:0;
	width: 960px;
	height: 30px;
	padding: 0;
}
.footer_content {
	margin: 0 30px 0 30px;
	width: 900px;
	height: 30px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 28px;
	color: #dac8a7;
	text-align:center;
}
.csaladfa_tabla{
  margin: 0;
  padding: 0;
  border: 1;  
  outline: 0;
  vertical-align: top;
  background: transparent;
}