a {
	text-decoration:none;
	color: #E09852;
}
.blok {
	display: block;
	}
img {
	border: none;
}
.p10{
	padding:10px;
	}
.p20{
	padding:20px;
	}	
.pTop10{
	padding-top:10px;
	}
.pTop20{
	padding-top:20px;
	}			
.pBot20{
	padding-bottom:20px;
	}	
.pLeft10{
	padding-left:10px;
	}
.pRight10{
	padding-right:10px;
	}
.pBot10{
	padding-bottom:10px;
	}
.mRight5{
	margin-right:5px;
	}
.mRight10{
	margin-right:10px;
	}
.mLeft10{
	margin-left:10px;
	}
.mTop5{
	margin-top:5px;
	}	
.mTop10{
	margin-Top:10px;
	}
.mTop20{
	margin-Top:20px;
	}
.mTop40{
	margin-Top:40px;
	}			
.mBot10{
	margin-bottom:10px;
	}	
.mBot20{
	margin-bottom:20px;
	}
.mBot35{
	margin-bottom:35px;
	}
.mBot50{
	margin-bottom:50px;
	}	
/*flotantes*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.blok {
	display: block;
}
.clear {
	clear:both;
}
/*para fixear el alto de los layers con background*/
.clearfix:after, li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix, li  {display: inline-table;}

/**/

h1, h2, h3, h4, p, span {
padding:0;
margin: 0 0 10px 0;
}

body {
	line-height: 9px;
	color: #666666;
	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

blockquote {
	line-height:14px;
	font-size:12px;
	color:#FFFFFF;
	background-color: #E09852;
	clear: both;
	margin: 10px 0;
	padding: 5px 5px 5px 7px;
	border-top: solid 1px #B86C21;
}
blockquote a{
line-height:14px;
	font-size:12px;
	color:#FFFFFF;
}
blockquote a:hover{
line-height:14px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#666666;
}
h1, h1 a {
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

h2, h2 a {
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5A7515;
	line-height: 13px;
	}

p, h3 {
	color: #666666;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
}	
	
h4 {
	font-size: 9px;
	font-style: normal;
	line-height: 5px;
	font-variant: normal;
}
#inicio {
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(../images/inicio/ini_r.png);
	height: 350px;
	position: absolute;
	left:0px;  /* half of height */
	width:100%;
	margin-top: 50px;
	  
}

#container {
min-height:100%;
	margin: 0px auto;
	width: 700px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../images/varios/back.png);
}
*html #container {
/* explorer necesita ayuda */
height:100%;
}
#header {
	background-image: url(../images/home/header.png);
	background-repeat: no-repeat;
	height: 101px;
}
#main {
	background-repeat: no-repeat;
	padding: 20px 0 20px 163px;
	background-image: url(../images/home/center.png);
	
}

body#inicioB{
background-image:none;
}

#content {
	margin: 0 0 0 0;
	width: 361px;
	text-align:left;
}
#nav {
	position:absolute;
	margin: 75px 0 0 143px;
}


html,body {
	height: 100%;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0 0 0 143px;
	width: 400px;
	background-image: url(../images/varios/footer.png);
	height: 28px;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: #8AB320;
}
#footer div {
	padding: 10px;
}
.btns {
	margin-bottom: 20px;
}
ul {
	margin: 20px;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	color: #333333;
	font-size: 11px;
	line-height: 13px;
}
li {
	background-image: url(../images/varios/bullet.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 4px 0;
	background-position: 0 4px;
}
a:hover {
	background-color: #F1F9DD;
}

