/*
 * Style tweaks

 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  margin:0;
  padding:0;
  border:0;
  
}
body {
}
footer {
  padding: 30px 0;
}
.logo{
	width:230px;
	height:30px;
	float:left;
	margin-top:-4px;
	background:url(../images/logo-100.svg) no-repeat;
	*background: url(../images/logo-100.png) no-repeat !important;  /* Sólo IE7 */
	*background: url(../images/logo-100.png) no-repeat; /* Sólo IE6 */
	background /*\**/: url(../images/logo-100.png)\9   /* Sin punto y coma!! */
	}
.botlinksuc a{
	color: #000;
	}	
.poscir{
	width:30%;
	margin-top:-20px;
	float:right;
	}
.circul{
	float:right; 
	background: #FC0; 
	width:150px; 
	height:150px;
	border-radius:50%; 
	padding-top:56px; 
	padding-left:2px; 
	text-align:center; 
	line-height:20px;
	}
.texprom{
	font-size:20px;
	}
.textitulo{
	width:70%; float:left;
	padding-left:5px;
	}
.textitulo h2{
	font-size:30px;
	width:65%; float:left;
	}
.postitu{
	width:100%;
	margin-top:-50px;
	min-height:90px;
	}
.nuvtex a{
	color:#996600;
	}							
	
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
.postitu{
	height:90%;
	}			
.textitulo h2{
	font-size:20px;
	}	
.texprom{
	font-size:15px;
	}		
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
 .poscir{
	width:0%;
	margin-top:-20px;
	}
.circul{
	float:right; 
	background: #FC0; 
	width:100px; 
	height:100px;
	border-radius:50%; 
	padding-top:36px; 
	padding-left:2px; 
	text-align:center; 
	line-height:15px;
	}		 

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
@media screen and (max-width: 450px) {
.logo{
	width:100px;
	height:30px;
	float:left;
	margin-top:-4px;
	background:url(../images/logo-100.svg) no-repeat;
	*background: url(../images/logo-100.png) no-repeat !important;  /* Sólo IE7 */
	*background: url(../images/logo-100.png) no-repeat; /* Sólo IE6 */
	background /*\**/: url(../images/logo-100.png)\9   /* Sin punto y coma!! */
	}

}
