/*
Theme Name: +160 
Theme URI: http://mas160.com/
Version: 2.0
Author: Manuchis
Author URI: http://inochi.com.ar/

*/



@import url("reset.css");

body{
	text-align: center;
	font: 62.5% Arial;
	background: url(img/bg.gif) repeat center center;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background-color: #fff;
	padding: 0;
}

/* ### Header ### */
#logo{
	float: left;
}
/* || Search form ||*/
#search-form{
	float: right;
	margin: 10px;
}
#main #search-form{
	margin: 0;
	float: none;
	border:3px solid #3e3e3e;
}
#main.error p{
	color: #fff;
	padding: 5px;
	background: #3e3e3e;
}
#main.error #titulo  a{
	display: none;
}
fieldset{
	border: 1px solid #ececec;
}
#search-form input{
		color: #3c3c3c;
		border: none;
	text-transform: uppercase;
	font-size: 1.2em;
}
#searchsubmit{
	background: url(img/lupa.gif) no-repeat 0 0;
	height: 25px;
	width: 19px;
}
/* --- Menu --- */
#menu{
	clear: both;
}

.social{
	float: right;
	margin: 5px;
}
.social li{
	float: left;
	margin: 5px 5px 5px 2px;

}
.social a{
	padding: 0;
	border: solid 0px #ececec;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -1000em;
	cursor: inherit;
	overflow: hidden;
}


#social-yt{
	background: url(btn/social-yt.gif) no-repeat 0 0;
}
#social-fl{
	background: url(btn/social-fl.gif) no-repeat 0 0;
}
#social-fb{
	background: url(btn/social-fb.gif) no-repeat 0 0;
}
#social-ms{
	background: url(btn/social-ms.gif) no-repeat 0 0;
}
#social-tw{
	background: url(btn/social-tw.gif) no-repeat 0 0;
}
#social-sc{
	background: url(btn/social-sc.gif) no-repeat 0 0;
}


/* ### Content### */
#sky{
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: solid 1px #ececec;
}
#sky img{ 
	border: solid 10px #ececec;
}
/* --- Main --- */
#main{
	width: 600px;
	float: left;
	position: relative;
}
#main-tabs{
	margin: 10px;
}
#main-tabs h1{
	font-size: 2.4em;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
	float: left;
	text-indent: -1000em;
	background: #3e3e3e url(img/loultimo.gif) no-repeat 0 0;
	width: 374px;
}
#main.error #main-tabs h1{
		background: #3e3e3e url(img/error.gif) no-repeat 0 0;
}
#main.noticias #main-tabs h1{
		background: #3e3e3e url(img/noticias.gif) no-repeat 0 0;
}
#main.links #main-tabs h1{
		background: #3e3e3e url(img/links.gif) no-repeat 0 0;
}
#main.pics #main-tabs h1{
		background: #3e3e3e url(img/pics.gif) no-repeat 0 0;
}
#main.videos #main-tabs h1{
		background: #3e3e3e url(img/videos.gif) no-repeat 0 0;
}
#main.goodies #main-tabs h1{
		background: #3e3e3e url(img/goodies.gif) no-repeat 0 0;
}
#main.blogs #main-tabs h1{
		background: #3e3e3e url(img/blogs.gif) no-repeat 0 0;
}
#main.agenda #main-tabs h1{
		background: #3e3e3e url(img/agenda.gif) no-repeat 0 0;
}
#main.quees #main-tabs h1{
		background: #3e3e3e url(img/quees.gif) no-repeat 0 0;
}

#titulo{
	background: #3e3e3e;
	height: 40px;
}
#titulo a{
	float: right;
	margin: 8px;
	padding: 5px;
	background: #ececec;
	text-decoration: none;
	color: #3e3e3e;
	font-size: 1.1em;
}
#main-tabs.index ul{
	background: #3e3e3e;
padding-right: 10px;	
}
#main-tabs.index li{
	float: left;
	margin-top: 19px;
	margin-left: 3px;
}

#main-tabs.index li a{
	display: block;
	width: 80px;
	height: 20px;
	color: #fff;
	text-indent: -1000em;
	padding: 0 5px;
}
a.main-tab-age{
	background: url(btn/tab-age.gif) no-repeat center -20px;
}
a.main-tab-not{
	background: url(btn/tab-not.gif) no-repeat center -20px;
}
#main-tabs li.ui-tabs-selected a,
#main-tabs a:hover{
background-color: #fff;
background-position: center 0;
}
.ui-tabs-hide{
	display: none;
}
#main-content{
	padding: 0 10px;
}
.post{
	text-transform: uppercase;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ececec solid;
	position: relative;
}

.post a{
	text-decoration: none;
	color:  #3e3e3e;
}
.post a:hover{
		color: #868686;
}
.post h2{
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;

}
.post h2 a{
		color: #3e3e3e;
	text-decoration: none;
}
.post p, .comment-template p{
	padding-top: 10px;
	color: #868686;
	font-size: 1.2em;
	text-transform: none;
	line-height: 1.4em;
}
.post .thumb{
	float: left;
	position: relative;
	margin-right: 10px;
	text-transform: none;
}
.post img{
	width: 580px;
}
.post img.wp-smiley{
	width: 12px;
}
.goodies .post img, .home .post img{
display: none;
}
.post .thumb img{
	display: block;
	width: 260px;
	float: left;
	height: 195px;
}


.post .thumb .post-metadata, .pics .post .post-metadata{
	font-size: 1em;
	padding-top: 0;
	color: #3e3e3e;
	padding: 3px 5px;
	background: #fff;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.addthis_button img{
	width: 125px;
}
.goodiesItem{
 background: url(img/star.gif) no-repeat  right center; 
 padding-right: 15px;
}
#main-tabs .post li{
	float: none;
	margin: 0;
	padding: 0;
}
#main-tabs .post ul li:before{
	content: "+";
	color: gray;

}
#main-tabs .post ul{
	background: none;
}
#main-tabs .post li a{
	display: inline;
	color: gray;
	padding: 0 3px;
}
#main-tabs .post li a:hover{
	text-decoration: underline;
}
.more{
	background: #ececec;
	padding:5px;
	color: #3e3e3e;
	text-decoration: none;
	/*margin-top: 5px;*/
	float: right;
}
.more:hover{
	color: #fff;
	background: #3e3e3e;
}

/* independientes */
.pics .post{
	margin-top: 5px;
	padding: 0;
}
.pics .post img{
	width: 580px;
}
.post.agendamini {
	clear: none;
	float: left;
	width: 280px;
	margin: 5px;
	border-bottom: none;
}
.post.agendastac h2, .post.agendamini h2{
	padding: 3px 5px;
	margin-bottom: 5px;
	background: #ececec;
	}

.post.agendastac{
		margin: 5px;
		border-bottom: none;
		border-top: 1px #ececec solid;

}
#main.links ul.post li{
	float: left;
	margin: 10px;
}
#main.links ul.post li li{
	float: none;
	margin: 0;
}
/* --- Comments --- */
.comment-template h3{
	margin: 5px 0;
background: url(img/comentario.gif) no-repeat 0 0;
width: 224px;
height: 15px;	
}
.comment-template h3 span{
	display: none;
}
.comment-template a{
	color: #3e3e3e;
}
p.cantcom{
	color: black;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: bold;
}
.comment-template input, .comment-template textarea{
	padding: 5px 3px;
	border: 1px solid #3e3e3e;
}
.comment-template input#submit{
	border: none;
	float: right;
}
#main-tabs .commentlist li{
	float: none;
	background: #ececec;
	margin-top: 25px;
	padding: 5px;
}
#main-tabs .commentlist a{
	display: inline;
}
#main-tabs .commentlist .avatar{
	float: left;
	border: solid 2px #ccc;
	margin: 0px 10px 5px 5px;
}
.commentlist .comment-meta{
		margin: -20px 0 5px;
}
#main-tabs .commentlist .comment-meta a{
		color: gray;
	text-decoration: none;
	padding: 0 5px 0 0;
}
#main-tabs .commentlist p{
	margin: 0;
	padding: 0;
	color: black;
}
.says{
	color: #3e3e3e;
}
#fbc_login{
	margin: 5px;
}
#fbc_login span{
	color: #868686;
	font-size: 1.2em;
}
/* --- Sidebar --- */
#sidebar{
	width: 360px;
	float: right;
	position: relative;
}
#proximo, #blog_author, #tags, #flickr_photoset{
	background: #ececec;
	margin: 10px;
	position: relative;
	
}
#flickr_photoset{
	padding: 10px;
}
#proximo img, #blog_author img{
	margin: 10px 5px 10px 10px;
	float: left;
	border: solid 5px #3e3e3e;
	width: 110px;
}
#proximo h4, #blog_author h4{
	font-size: 1.6em;
	color: silver;
	font-weight: normal;
	font-style: normal;
	background: #3e3e3e url(img/proximo.gif) no-repeat 2px center;
	margin: 10px 0 5px;
	float: left;
	width: 195px;
	text-indent: -1000em;
	height: 23px;
} 
#blog_author h4 {
	text-indent: 0;
	background: #3e3e3e;
	text-transform: uppercase;
	padding: 3px 3px 5px;
	width: 189px;
	height: 15px;
	font-size: 1.5em;
}
#flickr_photoset h4{
	
	background: #3e3e3e;
	text-transform: uppercase;
	padding: 5px;
	font-size: 1.6em;
	color: #e8e8e8;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
#flickr_photoset a{
	color: gray;
	text-decoration: none;
}
#flickr_photoset a:hover{
	background: #e8e8e8;
}
#flickr_photoset p{
	padding: 5px;
	text-transform: uppercase;
}
#proximo p, #blog_author p{
	text-transform: uppercase;
	margin-left: 138px;
}
#proximo ul{
	margin-top: 5px;
}
#proximo li{
	font-size: 1.2em;
	color: #858585;
	text-transform: uppercase;
	padding-top: 2px;
}
#proximo li.vj{
	font-size: 0.9em;
	color: #000;
}
#proximo li span{
	
}
#proximo li small{
	font-size: 0.6em;
}
#proximo li strong{
	color: #3e3e3e;
}
#proximo p .more{
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 3px 5px;
	margin: 0 10px;
	background: #d4d4d4;
	text-transform: none;
}
#proximo p .more:hover{
		background: #3e3e3e;

}
#banners, #flickr, #demases{
	background: #ececec;
	margin: 10px;
	padding: 5px;
	position: relative;
}
#banners a{
	display: block;
	margin: 5px 5px 0 5px;
	float: left;
}
#flickr{
	position: relative;
	margin: 10px;
	width: 330px;
}
#flickr h4{
	background: url(img/flickr.gif) no-repeat 0 0;
	width: 200px;
	height: 23px;
	float: right;
	text-indent: -1000em;
	margin: 6px 6px 6px 0;
}
#flickr ul{
	clear: both;
	margin: 0;
	padding: 0;

}
#flickr li{
	margin: 0 1px 6px 4px;
	float: left;
}
#flickr a{
	border: 1px solid #3885d1;
	display: block;
	height: 74px;
	width: 74px;
}
#flickr a:hover{
	border: 1px solid #3e3e3e;
}
#demases-tab{
margin-right: 8px;
margin-top: 4px;
height: 23px;
}
#demases-tab li{
	float: right;
	margin-left: 3px;
}

#demases-tab li a{
	display: block;
	height: 23px;
	color: #fff;
	text-indent: -1000em;
}
a.demases-tab-blogs{
	width: 140px;
	background: url(btn/tab-blogs.gif) no-repeat 0 -23px;
}
a.demases-tab-links{
	width: 65px;
	background: url(btn/tab-links.gif) no-repeat 0 -23px;

}

#demases-tab li a:hover, #demases-tab li.ui-tabs-selected a{
	background-position: 0 0px;
}
#demases div{
	clear: both;
	margin: 0 8px;
	padding: 3px 1px;
	background: #fff;
	position: relative;
}
#demases div li{
	clear: both;
	padding: 5px 5px;
}
#demases div li a{
	text-decoration: none;

}
#demases div li img{
	clear: both;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	}
#demases div li h5{
	padding-top: 10px;
	font-size: 2.1em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
}
#demases div li h5 a{
	color: #3e3e3e;
}
#demases div li p, #tab-links li{
	font-size: 1.1em;
	color: #868686;
	text-transform: uppercase;
}
#demases div li p a{
		color: #868686;

}
#demases div.slider
{
    height: 235px;
    width: 8px;
    margin:0;
    float:right;
    clear: none;
    	background: #ccc;

}
#demases div.scroller
{
	width: 280px;
	float: left;
	margin: 0;
    height: 240px;
    overflow:hidden;
    padding: 0;
    clear: none;
}
#demases div a.ui-slider-handle{
	width: 8px;
	height: 30px; 
	display: block;
	background: #3e3e3e;
	position: absolute;
}
#demases div.ui-slider{
	position: relative;
}
#tab-links li a, #tab-blogs li a{
	display: block;
		padding-top: 0.8em;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
}

#tab-links li a:hover,  #tab-blogs li a:hover {
	color: #d4d4d4;
}
#tags{
	padding: 10px;
	text-align: justify;
}
#tags a{
	color: #3e3e3e;
	text-decoration: none;
}
#tags a:hover{
	background: #fff;
}
#contact-form{
	padding-top: 20px;
}
input#submitform{
	border: none;
			color: #3c3c3c;
}
/* ### Footer ### */
#footer{
	padding-top: 10px;
	clear: both;
	background: #fff;
}
.copyright{
	margin-top: 13px;
	margin-left: 10px;
	background: url(btn/firma.gif) no-repeat 0 0;
	width: 89px;
	height: 21px;
}
.copyright span{
	display: none;
}
/* || Nav ||*/
.nav li{
	float: left;
	margin: 10px 5px;
}
.nav a{
	display: block;
	height: 29px;
	text-decoration: none;
	size: 1.6em;
	color: #2f2f2f;
	text-transform: uppercase;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
.nav .b-home{
	width: 57px;
	background-image: url(btn/menu.gif);
	background-position: 0 0;
}
.nav .b-agenda{
	width: 67px;
	background-image: url(btn/menu.gif);
	background-position: -57px 0;
}
.nav .b-pics{
	width: 41px;
	background-image: url(btn/menu.gif);
	background-position: -124px 0;
}
.nav .b-videos{
	width: 64px;
	background-image: url(btn/menu.gif);
	background-position: -165px 0;
}
.nav .b-goodies{
	width: 72px;
	background-image: url(btn/menu.gif);
	background-position: -229px 0;
}
.nav .b-blogs{
	width: 61px;
	background-image: url(btn/menu.gif);
	background-position: -301px 0;
}
.nav .b-links{
	width: 53px;
	background-image: url(btn/menu.gif);
	background-position: -362px 0;
}
.nav .b-quees{
	width: 106px;
	background-image: url(btn/menu.gif);
	background-position: -415px 0;
}
.nav .b-home:hover{
	background-position: 0 -30px;
}
.nav .b-agenda:hover{
	background-position: -57px -30px;
}
.nav .b-pics:hover{
	background-position: -124px -30px;
}
.nav .b-videos:hover{
	background-position: -165px -30px;
}
.nav .b-goodies:hover{
	background-position: -229px -30px;
}
.nav .b-blogs:hover{
	background-position: -301px -30px;
}
.nav .b-links:hover{
	background-position: -362px -30px;
}
.nav .b-quees:hover{
	background-position: -415px -30px;
}

.nav .current a, .nav a:hover{
	color: #000;

}
/* || Otros ||*/
.right{
	float: right;
}
.left{
	float: left;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background: transparent url(btn/tip.gif) no-repeat 0 bottom;
    padding:0 0 6px 0;
    height: 21px;
    	width: 120px;
}

.tooltip p{
    margin:0;
    color: #e7e7e7;
    background-color:#222;
    height: 13px;
    padding: 4px;
	text-transform: uppercase;

}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	}
#demases div li h5{
	padding-top: 10px;
	font-size: 2.1em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
}
#demases div li h5 a{
	color: #3e3e3e;
}
#demases div li p, #tab-links li{
	font-size: 1.1em;
	color: #868686;
	text-transform: uppercase;
}
#demases div li p a{
		color: #868686;

}
#demases div.slider
{
    height: 235px;
    width: 8px;
    margin:0;
    float:right;
    clear: none;
    	background: #ccc;

}
#demases div.scroller
{
	width: 280px;
	float: left;
	margin: 0;
    height: 240px;
    overflow:hidden;
    padding: 0;
    clear: none;
}
#demases div a.ui-slider-handle{
	width: 8px;
	height: 30px; 
	display: block;
	background: #3e3e3e;
	position: absolute;
}
#demases div.ui-slider{
	position: relative;
}
#tab-links li a, #tab-blogs li a{
	display: block;
		padding-top: 0.8em;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
}

#tab-links li a:hover,  #tab-blogs li a:hover {
	color: #d4d4d4;
}
#tags{
	padding: 10px;
	text-align: justify;
}
#tags a{
	color: #3e3e3e;
	text-decoration: none;
}
#tags a:hover{
	background: #fff;
}
/* ### Footer ### */
#footer{
	padding-top: 10px;
	clear: both;
	background: #fff;
}
.copyright{
	margin-top: 13px;
	margin-left: 10px;
	background: url(btn/firma.gif) no-repeat 0 0;
	width: 89px;
	height: 21px;
}
.copyright span{
	display: none;
}
/* || Nav ||*/
.nav li{
	float: left;
	margin: 10px 5px;
}
.nav a{
	display: block;
	height: 29px;
	text-decoration: none;
	size: 1.6em;
	color: #2f2f2f;
	text-transform: uppercase;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
.nav .b-home{
	width: 57px;
	background-image: url(btn/menu.gif);
	background-position: 0 0;
}
.nav .b-agenda{
	width: 67px;
	background-image: url(btn/menu.gif);
	background-position: -57px 0;
}
.nav .b-pics{
	width: 41px;
	background-image: url(btn/menu.gif);
	background-position: -124px 0;
}
.nav .b-videos{
	width: 64px;
	background-image: url(btn/menu.gif);
	background-position: -165px 0;
}
.nav .b-goodies{
	width: 72px;
	background-image: url(btn/menu.gif);
	background-position: -229px 0;
}
.nav .b-blogs{
	width: 61px;
	background-image: url(btn/menu.gif);
	background-position: -301px 0;
}
.nav .b-links{
	width: 53px;
	background-image: url(btn/menu.gif);
	background-position: -362px 0;
}
.nav .b-quees{
	width: 106px;
	background-image: url(btn/menu.gif);
	background-position: -415px 0;
}
.nav .b-home:hover{
	background-position: 0 -30px;
}
.nav .b-agenda:hover{
	background-position: -57px -30px;
}
.nav .b-pics:hover{
	background-position: -124px -30px;
}
.nav .b-videos:hover{
	background-position: -165px -30px;
}
.nav .b-goodies:hover{
	background-position: -229px -30px;
}
.nav .b-blogs:hover{
	background-position: -301px -30px;
}
.nav .b-links:hover{
	background-position: -362px -30px;
}
.nav .b-quees:hover{
	background-position: -415px -30px;
}

.nav .current a, .nav a:hover{
	color: #000;

}
/* || Otros ||*/
.right{
	float: right;
}
.left{
	float: left;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background: transparent url(btn/tip.gif) no-repeat 0 bottom;
    padding:0 0 6px 0;
    height: 21px;
    	width: 120px;
}

.tooltip p{
    margin:0;
    color: #e7e7e7;
    background-color:#222;
    height: 13px;
    padding: 4px;
	text-transform: uppercase;

}
