/*----------------------
  Posicionamos
-----------------------*/
body {
	margin: 10px;
	}

#container {
	position: absolute;
	top: 0px;
	width: 786px;
	height: auto;
}


#pageHeader 
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 786px;
	height: 234px;
}
#column_1	{
	position:absolute;
	top: 290px;
	left: 0px;
	width: 190px;
	height: auto;
}
#menu_1	{
	position:relative;
	top: 10px;
	left: 20px;
	width: 190px;
}

#menu_1_bottom {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 174px;
	height:1px;
	
}
#menuItemLevel1{
	position: relative;
	top:0;
	left: 0px;
	
	height: 30px;
}

#menu1-level2-no, #menu1-level2-act	{
	position:relative;
	left: 25px;
}

#contentBody {
	position: relative;
	top: 0px;
	left: 180px;
	width: 520px;
	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;
*/
}

#footer 
{
	position:relative;
	left: 0px;
	width: 748px;
	height: 58px;
}


/*---------------------------------------
              Typografia
  ---------------------------------------*/
body {
	font:76% Arial, Helvetica, sans-serif;
	/*color:#6C7A70;*/
	color: black;
}
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: 11px;
	color: #82848B;
}

div#menu1-level2-act a {
	font-size: 11px;
	font-weight: bold;
	color: #6B7594;
 }
div#menu1-level1-no a
{
	color: #82848B;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
div#menu1-level1-act a {
	font-size: 12px;
	font-weight: bold;
	color: #6B7594;
	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: #494B5A;
}

#contentBody a {
	text-decoration: none;
	border-bottom: dotted 1px #494B5A;
}
#contentBody a:hover {
	color: #494B5A;
}
#bodytext h3, h2 {
	padding-bottom: 20px;
}	

#bodytext 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;
}	

#footer {
	text-align: center;
	color: #82848B;
	font-size: 10px;
	margin-top: 25px;
}
#footer span {
	padding: 25px;
}
/*---------------------------
         Imagenes
---------------------------*/		 
#pageHeader 
{
	background: url(images/top.jpg) no-repeat;
}

#footer {
	border-top: solid 1px #e0e0e0;
}

#menuItemLevel1
{
	margin-right: 30px;
	border-bottom: solid 1px #E0E0E0;
}
#menuItemLevel1 a 
{
	background: url(images/bullet.jpg) no-repeat;
	padding-left: 30px;
	background-position: center left;

}
#menuItemLevel1 a:hover 
{
	background: url(images/bullet_2.jpg) no-repeat;
}

#menu_1_bottom {
	background-image: url(images/column_sp.jpg);
	background-repeat: no-repeat;
}

#bodytext h1 {
	background-image: url(images/shape_1.gif);
	background-repeat: no-repeat;
	background-position: center left;
}	

div#menu1-level1-no a {
	background-image: url(images/shape_round-no.gif);
	background-repeat: no-repeat;
}
div#menu1-level1-act a {
	background-image: url(images/shape_round-act.gif);
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/footer.jpg);
}
