/*----------------------
  Posicionamos
-----------------------*/
body {
	margin: 0px;
	}

#page_decor_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 914px;
	height: 244;
}

#container {
	position: absolute;
/*	top: 213px; */
	top: 225px;
	left: 115px;
	width: 743px;
	height: auto;
}

#footer 
{
	position:relative;
	left: 0px;
	width: 743px;
	height: 44px;
}



#pageHeader 
{
	position: absolute;
	top: 72px;
	left: 119px;
	width: 234px;
	height: 69px;
}
#column_1	{
	position:absolute;
	top: 0px;
	left: 547px;
	width: 195 px;
	height: auto;
}
#menu_1	{
	position:relative;
	top: 0px;
	left: 0px;
	width: 196px;
}

#menu_1_bottom {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 196px;
	height:17px;
	
}
#menu1-level1-no, #menu1-level1-act{
	position: relative;
	top:0;
	left: 0px;
	border-bottom: 1px dotted black;
}

#menu1-level2-no, #menu1-level2-act	{
	position:relative;
	left: 25px;
}

#contentBody {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	height: auto;
	padding-bottom: 50px;
	margin-bottom: 25px;
}

#bodytext {
	position: relative;
	top: 0px;
	left: 0px;
}

#bodytext h1 {
	position: relative;
	top: 0px;
	left: 0px;
/*
	height: 40px;
	width: auto;
*/
}



/*---------------------------------------
              Typografia
  ---------------------------------------*/
body {
	font-size:85%;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	/*color:#6C7A70;*/
	color:#555;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd {
	margin:0;
	padding:0;
}

a {
	text-decoration:underline;
	color:#728569;}
a:hover {
	text-decoration:underline;
/*	color:#900 !important;} */
	color:#DB214D;
} 

a:visited {
	text-decoration:underline;
/*	color:#6C7A70; */
	color: black;
} 
#pageHeader span  {
	visibility:hidden;
}


#menuLinks {
	padding: 20px;
	text-align: justify;
}

div#menu1-level2-no a {
	font-size: 75%;
	color: #82848B;
}

div#menu1-level2-act a {
	font-size: 75%;
	font-weight: bold;
	color: #8f1c10;
 }
div#menu1-level1-no a
{
	color: #82848B;
	font-size: 100%;
	font-weight: bold;
	padding-left: 20px;
}
div#menu1-level1-act a {
	font-size: 100%;
	font-weight: bold;
	color: #8f1c10;
	padding-left: 20px;
}

#menu_1 ul  {
	list-style-type: none;
}

#menu_1 a {
	text-decoration: none;
	line-height: 25px;
}

#bodytext 
{
	line-height:2em;
	text-indent:15px;
	padding: 15px;
	padding-left: 25px;
	text-align:justify;
}

#bodytext h2{
	padding-left: 20px;
	font-size: 145%;
	font-weight:lighter;
	
}

/* Formatemamos el contenido */
#contentBody li {
	 list-style-type: square;
	 margin-left: 25px;
	 text-indent:0px;
	 padding: 5px 0px 5px 0px;
}
#bodytext b,a, h1, h2, h3,h4 {
	color:  #715A14;
}

#contentBody a {
	text-decoration: none;
	border-bottom: dotted 1px #494B5A;
}
#contentBody a:hover {
	color: #494B5A;
}
#bodytext h3, h2 {
	padding-bottom: 20px;
}	

#bodytext_tmp h1 {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 10px;
	font-size: 150%;
	text-indent: 0px;
	border-bottom: dotted 1px #494B5A;
}	


#bodytext h1 {
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 3px;
	font-size: 135%;
	text-indent: 0px;
	color: #715A14
}	

#footer {
	text-align: center;
	color: #82848B;
	font-size: 10px;
	margin-top: 25px;
}
#footer span {
	padding: 25px;
}
/*---------------------------
         Imagenes
---------------------------*/		 
body {
/*	background:#fff url(images/bg_body.png) repeat-y 50% 0; */
background:#fff url(images/bg.jpg);
background-repeat:repeat;
	
}
#page_decor_top {
	background: url(images/header.jpg) no-repeat;
}

#pageHeader 
{
	background: url(images/logo.jpg) no-repeat;
}
#container{
	background: url(images/body_bg.jpg) repeat-y;
}
#footer {
	background-color: #cccccc;
}

#column_1	{
	background-image: url(images/bg_menu.jpg);
}
#menu_1_bottom {
	background-image: url(images/bottom_menu.jpg);
	background-repeat: no-repeat;
}

#bodytext h1 {
background: url(images/bg_h1.jpg) repeat-x;
}	

#menu1-level1-no, #menu1-level1-act{
	border-bottom: 1px dotted black;
	height: 25px;
}

div#menu1-level1-no a {
	background-repeat: no-repeat;
}
div#menu1-level1-act a {
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/bottom.jpg);
}
