@charset "utf-8";
/* Social Networks by Ipalmor
*
*
*/

		#panelFace {
			height: 490px;
			width: 700px;
			border: #c1c1c1 1px solid;
		}
		/* Panel; muestra el contenido de Facebook */		
		#faceContent{
			background-color: #dfdfdf;
			height: 470px;
			width: 680px;
			padding: 10px 10px 10px 10px;
		}
		/* Panel; muestra el contenido de Twitter */
		#twitterContent{	
			height: 470px;
			width: 680px;
			padding: 10px 10px 10px 10px;
			background: url(../imagesSocial/bg-clouds.png) repeat-x;
			background-color: #c0deed;
		}
		
		/* Panel; contenedor main */
		.contentFace {
			height: 533px;
			width: 742px;
			left: -702px;
			position:fixed;
			float: left;
			margin-top:30px;
			
		}
		
		/* Botón de Facebook */
		.slideF {
			background: url(../imagesSocial/btn-slide.png) no-repeat;
			height: 157px;
			width:37px;
			cursor: pointer;
			padding: 0 2px 1px 2px;
		}
		
		#faceFooter{
			margin-top:10px; 
			background-color:#FFF;  
			border: #c1c1c1 1px solid; 
			padding:10px 10px 10px 10px; 
			font-family:Tahoma; 
			font-size:12px;
			width: 320px;
		}
		
		/* Botón de Twitter */
		.slideT {
			background: url(../imagesSocial/btn-slide-t.png) no-repeat;
			height: 157px;
			width:37px;
			cursor: pointer;
			padding: 0 2px 0 2px;
		}
		/* Botón de Abrir/Cerrar */
		.slideOC {
			height: 39px;
			cursor: pointer; 
		}
		
		/* Extras Botón de Facebook */
		.btn-slide {
			height: 80px;
			display: block;
			background: url(../imagesSocial/btn-slide-oc.png)  no-repeat -40px;
			color: #fff;
			text-decoration: none;
		}

    	ul.tabsAPI {     
				list-style: none;  
				height: 50px;     
		}     
		.active {
			background-position: 1px;
		}
		
		.curvy {position:relative; width:250px; background:#fff; color:#000; margin-top:0px; }
		#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#c0deed; background:#c0deed; overflow:hidden; font-style:normal; z-index:1;}
		#ctl {top:0; left:0;}
		#cbl {bottom:0; left:0;}
		#ctr {top:0; right:0;}
		#cbr {bottom:0; right:0;}
		.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#fff; line-height:40px; font-weight:normal;}
		#ctl b {left:-8px;}
		#ctr b {left:-25px;}
		#cbl b {left:-8px; top:-17px;}
		#cbr b {left:-25px; top:-17px;}
		.curvy p {position:relative; z-index:100; padding:20px 25px; font-size:14px;}

