@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*{

	
}

.page {
    width: 100%;
    margin: 0px auto;
    max-width: 80em;
}

.pagefull {
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}



#wrapper {
    padding-right: 350px;
	max-width: 100%;
	margin: 0px auto;
	background-color:#F4F4F4;
	position:relative;
}
#page-wrapper {
    padding: 10px;

}
#page-wrapper {
    width: 100%;
    padding: 0px;
	background-color:#e2e2e2;
	min-height:500px;
	padding:20px;
}




.row {
	margin:0px;
}

#sidebar-wrapper {
    margin-right: -350px;
	right:350px;
    width: 350px;
    background: none repeat scroll 0% 0% transparent;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
	position:absolute;
	padding:15px;

}

.article h1{
    font-size: 2.875em;
}

.article h2{
    font-size: 2em;
	margin-top: 2em;
}

.article p{
    font-size: 1em;
	text-rendering: optimizelegibility;
	line-height: 1.6;
	margin-bottom: 1.25em;
}

.infoblog {
font-family: 'Open Sans', sans-serif;

}
.infoblog h1{
    font-size: 48px;
	padding-bottom:20px;
}

.infoblog h2{
    font-size: 2em;
	margin-top: 2em;
}

.infoblog p{
    font-size: 16px;
	text-rendering: optimizelegibility;
	line-height: 28px;
	padding:10px 0;
	color:#666;
	font-weight:400;
}

@media only screen and (max-width: 770px)  {
	#wrapper {
    padding-right:0;
    transition: all 0.4s ease 0s;
    margin: 0px auto; min-height:500px; height:auto
}	

#sidebar-wrapper {
	right:0;
	display:none;
	
}


#wrapper.active {
	 padding-right: 350px;
	 position: relative;
}

#wrapper.active #sidebar-wrapper {
  right: 350px;
  width: 350px;
  transition: all 0.4s ease 0s;
}


}






.homephoto {
   
}
.homephoto {
    height: 300px;
    width: 100%;
    background: url('../img/ballon.jpg') no-repeat scroll center center / cover transparent;
    display: table;
    vertical-align: middle;
    margin-right: -4px;
    float: none;
}

.inputSearchHome {
    width: 100%;
    max-width: 600px;
    height: 60px;
    border: 0px none;
    padding-left: 10px;
    padding-right: 50px;
    opacity: 0.8;
    font-size: 20px;
}

.btnSearchHome {
    position: absolute;
    margin-left: -40px;
    margin-top: 15px;
}




.datadb {
	border-top:1px solid #ccc; width:100%; margin:0px auto; height:40px;  text-align:center; color:#fff;

	
}

.datadb p{
	padding:15px 10px;
	font-size:14px;display:inline-block;
	
}

.datadb a{
	padding:10px 15px;
	color:#fff;
	font-size:14px;display:inline-block;
	 font-weight:bold; 
	
}

.datadb a:hover{
 background-color:#e2e2e2; color:#333	
}

.datadb .active{
 background-color:#e2e2e2; color:#333	
}





.box .info{
	padding:15px;
	
}
.box h3 {
	text-align:left;
	font-size:15px;
	margin:0px;
	font-weight:bold;
	padding-bottom:0px;
	
}

.box p {
	text-align:left;
	font-size:11px;
	margin:0px;
	margin-bottom:5px;
	color:#666;
	text-transform:uppercase;
	
}

.blog{
font-family: 'Open Sans', sans-serif;	
}

.box .blog h3{
	
	text-align:left;
	font-size:19px;
	line-height: 28px;
	margin:0px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:20px;

}

.box  h3 a{
	color:#333;
	font-size:18px;

}
.box  h3 a:hover{
	color:#666;

}

.box .blog p{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 25px;
text-transform:none;

}
	
	
	

            body {
                padding-top: 50px;
                padding-bottom: 20px;
					font-family:"Open Sans", sans-serif;
	text-rendering: optimizelegibility;
				background-color:#e2e2e2;
			
            }
			.box {
				width:25%;
				height:auto;
				float:left;
				padding:10px;
				
			}
			
			.box_in {
				width:100%; height:100%;
				
				background-color:#f9f9f9;
				border-radius:4px;
			}
			
			.navbar-inverse {
				background-image:none !important;
				border-color:#444  !important;
				border:0px;
				background-color:#444;
				
			}
			
			.nav_search{
				margin-top: 7px;
				margin-left: 10px;
				margin-right: 10px;
			}
			
			.nav_search input {
				    background: none repeat scroll 0% 0% #777;
					width: 220px;
					color: #FFF;
					padding: 9px 12px;
				border-radius: 4px;
				border: 0px none;
				vertical-align: middle;
				-moz-appearance: textfield;

			}
			
			.nav_search button {
			position: relative;
			top: 1px;
			left: -30px;
			background: none repeat scroll 0% 0% transparent;
			border: 0px none;
			padding: 0px;
			margin: 0px;
			cursor: pointer;
			opacity: 0.6;
}

.detalle .navi {
		text-align:left;
	font-size:11px;
	margin:0px;
	margin-bottom:5px;
	color:#666;
	text-transform:uppercase;
	
	
}

.detalle h1{
	text-align:left;
	font-size:35px;
	margin:0px;
	font-weight:bold;
	padding-bottom:0px;
	color:#333;
	margin-bottom:5px;
}

.detalle p{
	
	text-align:left;
	font-size:15px;
	margin:0px;
	padding-bottom:0px;
	color:#999;
	margin-top:10px;
	line-height: 24.2px;
}

.detalle .navi a{
color:#999;
}

.launch {
	background-color:#F6F;
	padding:15px 35px;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	
}

.btn-warning {
	background-image:none;
background-color:#F6F;	
}

#topdecora {
width:100%; height:7px;  position:fixed; top:0; z-index: 1030; background-image: linear-gradient(to right, #c69 0%, #c69 8.33333%, #b37399 8.33333%, #b37399 16.66667%, #998099 16.66667%, #998099 25%, #699 25%, #699 33.33333%, #d2e1dd 33.33333%, #d2e1dd 41.66667%, #fff 41.66667%, #fff 50%, #f2ece4 50%, #f2ece4 58.33333%, #e1d7d2 58.33333%, #e1d7d2 66.66667%, #dadbdf 66.66667%, #dadbdf 75%, #808c99 75%, #808c99 83.33333%, #6b717f 83.33333%, #6b717f 91.66667%, #036 91.66667%, #036 100%);	
}

#newsletter {
	padding:15px;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
}
#newsletter p {
	text-align:center;
	font-size:12px;
	color:#666;	
}

#newsletter .btnsubscribe {
	background-color:#F90;
	color:#fff;
	border:0;
	margin:10px 0;
	width:100%;
	padding:7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#newsletter h2 {
	text-align:center;
	font-size:20px;
	color:#333;
}

@media (min-width: 100px) {.box {
width:100%;
} }

@media (min-width: 450px) {.box {
width:100%;
} }


@media (min-width: 770px) {.box {
width:50%;
} }


@media (min-width: 900px) {.box {
width:50%;
} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) { .box {
width:33.333%;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) { .box {
width:33.3333%;
} }



@media (min-width: 770px) {.boxr {
width:100%;
} }


@media (min-width: 900px) {.boxr {
width:100%;
} }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) { .boxr {
width:50%;
}}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) { .boxr {
width:50%;
} }



a.facebook-button, a.rss-button, a.twitter-button, a.facebook-button:visited, a.rss-button:visited, a.twitter-button:visited {
    color: #FFF;
    text-decoration: none;
}
.facebook-button, .facebook-button:visited {
    background-color: #3B5999;
}
.facebook-button, .rss-button, .twitter-button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 9px 9px 9px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    border-radius: 5px;
    background-position: 9px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
	text-align:center;
	margin-top:10px;
}

.article_box{
	padding:50px;
	
}


@media (max-width: 500px) {
	
#page-wrapper {

    padding: 5px!important;

}	

.article_box{
	padding:20px;
	
}
	
	}
	
	
@media (max-width: 400px) {
	
.botones, .itemsocial {
	width:100% !important;
	
}


	
	}

.browsing {
	margin:30px 10px;
	margin-top:40px;
	
}
.browsing .browsing-nav-right {
    float: right;

    text-align: right;
}
.browsing .browsing-nav-left {
    float: left;

    text-align: left;
}
.browsing .browsing-nav-right a, .browsing .browsing-nav-left a {
    display: inline-block;
    width: 125px;
    padding: 12px 0px;
    text-align: center;
    margin: 0px !important;
}
.browsing a, .browsing .current {
    font-size: 18px;
    line-height: 18px;
    padding: 5px;
    text-decoration: none;
    letter-spacing: 0px;
}
.browsing a {
    border: 1px solid #CCC;
    color: #999;
	border-radius: 4px;
}

.browsing a:hover {
    border: 1px solid #333;
    color: #333;

}