@charset "iso-8859-1";

#tab_sociales {
			/*width:40px;
			height:50px;*/
			position:fixed;
			left:0px;
			top:370px;
			display:block;
			cursor:pointer;
			border-radius: 0 10px 10px 0;
		}		

#tab_sociales_mas {
			/*width:40px;
			height:50px;*/
			position:fixed;
			left:0px;
			top:466px;
			display:block;
			cursor:pointer;
			border-radius: 0 10px 10px 0;
		}		
		
.contenido_sociales { margin-bottom:1px;}



		#tab_sociales_interna {
			border-radius: 0 5px 5px 0;
			width: 100%;			
			height: 100%;
			border-top: 1px solid #2C88CD;
			border-right: 1px solid #2C88CD;
			border-bottom: 1px solid #2C88CD;
			background-color:#fff;
			color:#2C88CD;
			text-transform:uppercase;
			padding:4px 1px 4px 5px;
			line-height:normal;
		}

		
		
		
		#tab_sociales_interna.expandida {
		}
		
		#tab_sociales_interna.expandida:hover {
			background-position: 5px 13px !important;
		}
		

		#panel_sociales {
			position:fixed;			
			top:466px;
			/*background-color:#2C88CD;*/
			background-color:#fff;		
			height:30px;
			color: #fff;
			border-radius: 0 0 15px 0;
			border: 1px solid #2C88CD;
			padding:10px 0px 0 8px;
			left:-42px;
			text-transform:uppercase;
			z-index:10;
		}
				
		#panel_sociales h3 {
			margin: 0;
			margin-bottom: 15px;
			text-transform: uppercase;
		}
		
		#panel_sociales .content {
			width:320px;
			margin: 5px auto;
		}		
		
		#panel_sociales a {color:#FFF;
		text-transform:lowercase;
		}