.organismosAdscritos {
float: left;
width: 50px;
height: 50px;
margin-left: 5px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.organismosAdscritos:hover{
width: 75px;
height: 75px;
}

.adscritos {	
width: 100px;
height: 100px;
margin: 0 100px 0 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.adscritost {	
width: 150px;
height: 100px;
margin: 0 100px 0 100px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.adscritos:hover{
width: 110px;
}
.adscritost:hover{
width: 160px;
}



.footermppsp{
text-align:center;
padding-top:20px;
color: #585858;
}

.footermsp
{	background-color: #000;	
	padding: 34px 0 0;
}

.footermsp-row
{
	background-color: #000;	
	padding: 34px 0 0;
	color: #BDBDBD;
	text-align: center;
}
	
.Redes{ 
	margin-top: 0px;
	float:right;
	width: 100%;
	height: 49px;
	color: white;  
	border: 0px solid blue;  
	border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	background:#203377;
   border-bottom: 0px solid #c6020e;
   z-index: 1000;
}
.icon_rs
{
	margin:4px 25px 0px 5px;
	float:right;
	width:39px;
	height:39px;
}
.icon_rs:hover
{	
	width:50px;
	height:50px;
}
 div.slider
{            
display: block;
margin-left: 9%;
margin-right: auto;
margin-top:10px;
margin-bottom:70px;
z-index:98;
}



#headersup {
	width: 100%;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EAEAEA;
	/*background-color: #245B98;*/
	background: -moz-linear-gradient(top, #203377, #203377,#203377);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#203377), color-stop(#203377), color-stop(#203377)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #203377,#203377,#203377); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #203377,#203377,#203377); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #203377,#203377,#203377); /* IE10+ */
	background: linear-gradient(to bottom,  #203377,#203377,#203377); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#203377", endColorstr="#203377",GradientType=0 ); /* IE6-9 */

	
	}



#headersup .innerheadersup {
	margin: 0 auto;
	width: 90%;
	height: 110px;
}

#headersup .innerheadersup .logoa {
	float: left;
	margin: 5px 0 0 0;
}

#headersup .innerheadersup .logob {
	float: right;
	margin: 5px 0 0 0;
}

.menumsp{
position: relative;
left:0;
width: 100%;
height: 60px;
display: block;
float: left;
margin: 5px 0 0 0;
background-color:#f8f8f8;
}

.menu-header {
	height: 20px;
	padding: 15px 0;

	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0 ); /* IE6-9 */
}

}
/*Navbar*/

.navbar-default{
	background-color:#f8f8f8;
	border-color:#e7e7e7
}
.navbar-static-top {
	font-family: 'Raleway', sans-serif;
    background: #FFF;
	margin: 0;
	border: 0;
}
.navbar-static-top .navbar-header .navbar-toggle {
	width: 100%;
	margin: 0;
	height: 60px;
	border-radius: 0;
	background: #293133;
	border-color: #293133;
	color: #FFF;
	font-size: 22px;	
}
.navbar-static-top .navbar-header .navbar-toggle .btn-text {
	text-transform: uppercase;
}
.navbar-static-top .navbar-header .navbar-toggle .bars {
	display: inline-block;
	margin-right: 10px;
}
.navbar-static-top .navbar-header .navbar-toggle .bars span {
	background: #FFF;
}
.navbar-static-top .navbar-collapse ul {
	width: 100%;
}
.navbar-static-top .navbar-collapse ul li {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	width: 158px;
	text-align: center;
}
.navbar-static-top .navbar-collapse ul li:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-static-top .navbar-collapse ul li a {
	padding: 0;
	line-height: 59px;
	text-transform: uppercase;
	width: 100%;
	font-size: 15px;/*tamano tipografia menu*/
	position: relative;
	color: #333d40;
}
.navbar-static-top .navbar-collapse ul li a:hover {
	background: #203377;
	color: #FFF;
}
.navbar-static-top .navbar-collapse ul li.active {
	border-right: 0;
}
.navbar-static-top .navbar-collapse ul li.active:before {
	height: 12px;
	width: 100%;
	transform: skewX(45deg);
	background: #004e98;
	display: block;
	content: '';
	margin: -12px 0 0 6px;
}
.navbar-static-top .navbar-collapse ul li.active a {
	background: #0062b4;
	color: #FFF;
}
.navbar-static-top .navbar-collapse ul li.active a:hover {
	background: #0062b4;
	color: #FFF;
}
.navbar-static-top .navbar-collapse ul li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	background: #0062b4;
	margin-top: -12px;
}
.navbar-static-top .navbar-collapse ul li.active a:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 25px solid #0062b4;
	position: absolute;
	bottom: -24px;
	z-index: 1001;
}
.navbar-static-top .navbar-collapse ul li.active.dropdown .dropdown-menu  li a:before, .navbar-static-top .navbar-collapse ul li.active.dropdown .dropdown-menu li a:after {
	display: none;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu {
	padding: 0;
	width: auto;
	min-width: 200px;
	background: transparent;
	box-shadow: none;
	display: block;
	visibility: hidden;
	border: none;
	transform: rotate3d(1, 0, 0, -90deg);
	transition: all 500ms ease-in-out;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu  li {
	width: auto;
	border-right: 0;
	border-bottom: 1px solid transparent;
	transition: all 500ms ease-in-out;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu li:nth-child(odd) {
	transform: rotate3d(-1, 0, -1, -30deg);
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu li:nth-child(even) {
	transform: rotate3d(1, 0, 1, -30deg);
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu li a {
	background: #293133;
	color: #FFF;
	line-height: 40px;
	text-align: left;
	padding: 0 15px;
	font-size: 13px;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu li a:hover {
	background: dimgray;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu li:last-child {
	border-bottom: 0;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover:before {
	display: none;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-toggle {
	background: #f7b71e;
	color: #FFF;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-toggle:focus {
	background: #f7b71e;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-toggle:before, .navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-toggle:after {
	display: none;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-menu {
	visibility: visible;
	transform: rotate3d(0, 0, 0, 0);
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-menu li {
	transform: rotate3d(0, 0, 0, 0);
}
@media (max-width: 1170px) {
.navbar-static-top .navbar-collapse ul {
	width: 100%;
}
.navbar-static-top .navbar-collapse ul li {
	width: 13.5%;
}
.navbar-static-top .navbar-collapse ul li a {
	line-height: 60px;
}
.navbar-static-top .navbar-collapse ul li.active a:after {
border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 25px solid #0062b4;
}
#headersup {
	width: 100%;
	height: 85px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#headersup .innerheadersup {
	margin: 0 auto;
	width: 90%;
	height: 10px;
}
#headersup .innerheadersup .logob {
	display: none;
}
#headersup .innerheadersup .logoa {
	float: left;
	margin: -20px 0 0 0;	
}
#headersup .innerheadersup .logoa  img{
	width: 260px;
	height: 100px;
}
}
@media (max-width: 990px) {
.navbar-static-top .navbar-collapse ul li {
	width: 13.5%; /*cambiar a resolucion tablet*/
	
}
.navbar-static-top .navbar-collapse ul li a {
	line-height: 60px;
}
.navbar-static-top .navbar-collapse ul li.active a:after {
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid #0062b4;
	bottom: -19px;
}
}
@media (max-width: 767px) {
.navbar-static-top .container {
	padding: 0;
}
.navbar-static-top .container .m04m {
	margin: 0;
}
.navbar-static-top .navbar-collapse {
	padding: 0;
}
.navbar-static-top .navbar-collapse ul {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow-x: hidden;
}
.navbar-static-top .navbar-collapse ul li {
	width: 100%;
}
.navbar-static-top .navbar-collapse ul li:before {
	display: none;
}
.navbar-static-top .navbar-collapse ul li a {
	line-height: 60px;
}
.navbar-static-top .navbar-collapse ul li.active a:after {
	display: none;
}
.navbar-static-top .navbar-collapse ul li.dropdown .dropdown-menu {
	width: 100%;
	position: relative;
	height: 0;
}
.navbar-static-top .navbar-collapse ul li.dropdown:hover .dropdown-menu {
	height: auto;
}
}
/*----------------------------------------------------------------*/

@media (max-width: 1024px) {
.leftAlignedTap ul.nav-tabs {
	width: 200px;
	float: left;
}
.leftAlignedTap ul.nav-tabs li a {
	font-size: 15px;
	line-height: 126px;
	height: 126px;
}
.leftAlignedTap ul.nav-tabs li a i {
	font-size: 22px;
	margin-right: 5px;
}
.leftAlignedTap .tab-content {
	width: calc(100% - 200px);
	height: 100%;
	float: left;
}
.leftAlignedTap .tab-content .tab-pane {
	padding: 20px;
	color: rgba(156, 156, 156, 0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
}
@media (max-width: 990px) {
#elements .col-sm-6 {
	width: 100%;
}
}
@media (max-width: 480px) {
.leftAlignedTap {
	border: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs {
	float: none;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs li a {
	line-height: 50px;
	height: 50px;
	text-align: left;
	padding: 0 20px;
}
.leftAlignedTap ul.nav-tabs li a i {
	font-size: 18px;
}
.leftAlignedTap .tab-content {
	width: 100%;
	height: 100%;
	float: left;
}
.leftAlignedTap .tab-content .tab-pane {
	padding: 20px;
	color: rgba(156, 156, 156, 0.9);
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
}

.collapsee {
	position: relative;
	height: 0;	
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.text_block {
    width: 100%;
    background: #333 none repeat scroll 0% 0%;	
    float: left;
	color: #E4E0E0;
	margin-bottom: 20px;
}


