/*
	Totem Ticker Stylesheet
	Zach Dunn / Build Internet (buildinternet.com)
	Winter 2011
*/


*{margin:0; padding:0;}



/* Top Banner */
#banner .clear{ height:0px; width:100%; overflow:hidden; visibility: hidden; display:block; }
#banner{ z-index:100; background: #1a1a1a; padding:10px 0; width:100%; display:block; }
	#banner.transparent{ background-color:transparent; }
	#banner.above{ position:absolute; top:0; left:0; }
#banner .logo-zone{ height:auto; clear:left; float:left;overflow:hidden;}
			#banner h1#logo-link{height:57px; width:160px; margin:24px 12px; background: url('/images/diseno_principal/news/build-internet-logo-shadow.png') no-repeat top left;}
				#banner h1#logo-link a{text-indent:-9999px; display:block; height:100%; width:100%; text-decoration:none;}

#wrapper{
	
	width:227px;
	height:227px;
	float:left;
	background: url("/images/diseno_principal/news/back_inf_darkblue.jpg") repeat-x bottom;
}
#wrapperEnd{
	
	width:227px;
	height:227px;
	float:right;
	background: url("/images/diseno_principal/news/back_inf_darkblue.jpg") repeat-x bottom;
}
#wrapperEnd a{
color:#6d6d6d;
}
#wrapperEnd a:hover{
color:#e37d16;
}

/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

.vertical-ticker-u, .vertical-ticker-d, .vertical-ticker-t{
	height:141px;
	width:180px;
	overflow:hidden;
padding:0;
	background: url("/images/diseno_principal/news/back_news_img.jpg");
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

.vertical-ticker-u li, .vertical-ticker-d li, .vertical-ticker-t li{
		padding:5px 0px 5px 0px;
		display:block;
		text-align:left;
		color:#6d6d6d;
		border-bottom:1px dotted #ddd;	
		font-size:11px;	
		width:169px;
		font-family:Verdana, Geneva, sans-serif;
	
		  margin-left:10px !important;   
	}
	
	.vertical-ticker-u .newsEstiloTit, .vertical-ticker-d .newsEstiloTit, .vertical-ticker-t .newsEstiloTit{
		font-weight:bold;
		color:#7e7e7e;
	}
	
	.vertical-ticker-u li a, .vertical-ticker-d li a, .vertical-ticker-t li a{
		color:#e7950e;
		text-decoration:none;
	}
	#wrapper .titNew
	{
	    color:#434343;
	    padding-left:10px;
	    font-size:15px;
	    }
	    #wrapper .titNew a
	{
	    color:#434343;
	    padding-left:10px;
	    font-size:15px;
	    }
#wrapperEnd .titNew
	{
	    color:#434343;
	    padding-left:10px;
	    font-size:15px;
	    }	    
.spaceNew 
{
    width:7px;
	height:208px;
	float:left;
    } 
  
    
    /*Estilos del slider*/
.coin-slider { overflow: hidden; height:332px; zoom: 1; float:left;  }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left;  }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #cccccc; color: #FFFFFF; padding: 0px 10px; }
