/*  
Theme Name: maxa2
Theme URI: 
Description: max-a theme
Version: 1.6
Author: Multimedial
Author URI: http://www.multimedial.cl 

	
 */
body {
	background:#fff;
	color:#666666;
	font:11px Arial, sans-serif;
}
h2 {
	font-size:18px;
        margin-top: 12px;
	color:#000;
	padding:2px 0;
	font-weight: bold;
}
h3 {
	font-size:18px;
	color:#333333;
	padding-bottom:7px;
}
a {
        color:#000;
	text-decoration:none
}
a:visited {
        color:#000;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}

#header {
	height:69px;
	width: 950px;
	margin: 15px 0 0 -7px;
	position:relative;
	text-align:center;
	min-width:950px;
}
	#header h1 {
		float:left;
		height:72px;
	}
		#header h1 a {
			font-size:1px;
			text-indent:-100000px;
			display:block;
		}
		#header h1 img {
			display:block;
		}

#content {
	text-align:left;
	min-width:950px;
}
	#content .wrap {
	width:980px;
	margin:0 0 0 37px;
	text-align:left;
	padding-bottom:20px;
	/* border-top:3px solid #000; */
}

			
	#page {
		/*border-top:  7px solid #000;*/
		float:right;
		width:675px;
		padding-top:3px;
	}	
		#page p {
			line-height:140%;
			padding-bottom:12px;
		}
		#page .list {
			clear:both;
			padding-left:18px;
			padding-top:24px;
			padding-bottom:12px;
		}
			#page .list li {
				background:url(../img/check.gif) no-repeat left center;
				line-height:36px;
				padding-left:50px;
			}
		#page .img-left {
			display:block;
			border:solid 4px #f2f2f2;
			margin-left:18px;
			margin-right:18px;
			margin-top:8px;
			float:left;	
		}
	
		
	
	#sidebar {
		width:260px;
		float:left;
		margin-top: 20px;
	}
		#sidebar #menu ul {

			text-transform: uppercase;
			font-weight: bold;

			}

			
		#sidebar ul li {
			display:block;
			padding-bottom:2px;
		}
			#sidebar ul li a, #sidebar ul li a:visited {
				width: 85px;
				height: 15px;
				/*padding-top: 5px;*/
				display:block;
				text-decoration:none;
				/*padding-left:9px;*/
				color: #666;
                                padding:4px 5px;
                                -moz-border-radius: 10px;
                                -webkit-border-radius:10px;
                                border: 1px solid #fff;
			}
			#sidebar #submenu ul li a, #sidebar #submenu ul li a:visited {
				color: #999;
				width: 160px;
                                font-size: 12px;
			}
			#sidebar  ul li a:hover, #sidebar  ul li a.active, #sidebar #submenu ul li a:hover, #sidebar #submenu ul li a.active {
                                -moz-border-radius: 10px;
                                -webkit-border-radius:10px;
                                border: 1px solid #999;
				color:#999;
			}
		#sidebar #menu{
			float: left;
			width: 100px;
			vertical-align: top;
		}
		#sidebar #submenu{
			float: right;
			width: 160px;
		}

.valign-top { vertical-align: top }

#footer {
	height:20px;
	text-align:left;
	margin-left: 807px;
	/*min-width:880px;*/
}
	#footer p {
		font-style:italic;
		line-height:140%;
		padding-top:24px;
	}
.more-link{
color:#8C8C8C;
padding:5px 10px;
border:#B3B3B3 1px solid;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
}
.more-link:hover{
color:#8C8C8C;
border:#8C8C8C 1px solid;
text-decoration:none;
}