/*
Theme Name: Kmpus 
Theme URI: http://www.anilina.cl/
Version: 1.0
Author: Guillermo Fernandez Brombley
Author URI: http://www.anilina.cl/
*/

/*------------------------------------------------*/
/*----------------[ESTILOS BASICO]----------------*/
/*------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(../img/web-temp-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
img, object, a{
	outline: none;
}
/*------------------------------------------------*/
/*--------------------[HEADER]--------------------*/
/*------------------------------------------------*/		

#header{
	background-image: url(../img/web-temp-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100%;
}
#header .container{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#kmpus-logo{
	background-image: url(../img/logo-kmpus.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 43px;
	width: 275px;
	margin-top: 25px;
}
	#kmpus-logo a{
	text-indent: -9000px;
	display: block;
	height: 43px;
	width: 275px;
}					
#banner{
	height: 250px;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;

}
#navbar{
	float: right;
	width: auto;
	height: 30px;
	margin-top: 45px;
}
#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul li{
	float: left;
	width: auto;
}
#navbar ul li a{
	display: block;
	float: left;
	height: 30px;
	width: auto;
	line-height: 30px;
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #283138;
	margin-left: 15px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	text-align: center;
}
#navbar ul li a:hover{
	color: #333;
	background-color: #FFF;
}
#follow{
	background-image: url(../img/web-temp-foolowbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 49px;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------*/
/*--------------------[SLIDER]--------------------*/
/*------------------------------------------------*/		
					
#featured-thumbs {
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
	#featured-thumbs .container {
	width: 100%;
	height: auto;
}
	#featured-thumbs img {
	float: left;
	margin-left: 5px;
	padding: 4px;
	background: #ffffff url(../img/thumb-bg.png);
	border: 1px dashed #b0b0b0;
	margin-bottom: 10px;
	margin-right: 5px;
}
		
	#featured-thumbs img.hover {

}
	
	#featured-thumbs div#active_item { background: url(../img/activethumb.png) no-repeat; width: 28px; height: 14px; position: absolute; top: -1px; left: 108px ; }
	
	.thumb_popup {
	display: none;
	background: url(../img/popup-bottom.png) no-repeat bottom left;
	width:239px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 31px;
	padding-left: 0px;

	
}
		.thumb_popup p {
	color: #666666;
	background: #ffffff;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;

}
		.thumb_popup p.heading {
	color: #313131;
	font-size: 16px;
	font-style: normal;
	background-color: #FFF;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.thumb_popup p.extra {
	color: #666666;
	background: #ffffff;
	display: block;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
.social{
	margin-top: 9px;
	margin-left: 10px;
	float: left;
}
.inscribete{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
/*------------------------------------------------*/
/*--------------------[FOOTER]--------------------*/
/*------------------------------------------------*/	
#footer{
	background-image: url(../img/web-temp-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 77px;
	width: 100%;
	margin-top: 20px;
	bottom: 0px;
}
#creditos{
	font-size: 11px;
	color: #999;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

/*------------------------------------------------*/
/*--------------------[SLIDER]--------------------*/
/*------------------------------------------------*/


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	visibility: hidden;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	visibility: hidden;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	visibility: hidden;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
a.link-pdf{
	text-indent: 35px;
	display: block;
	height: 30px;
	width: auto;
	line-height: 30px;
	text-decoration: none;
	color: #000;
	background-image: url(../img/pdf-ico.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	float: right;
}
a.link-pdf:hover{}
