/*@START PESTAŅAS */

.container {width: 160px; margin: 0px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	border-bottom: none;
	border-left: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
	height: auto;
	border: none;
	border-left: none;
	margin-bottom: -1px;
	background: #666;
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 0 0px;
	border: none;
	outline: none;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	line-height: 10px;
	border-bottom: 1px #171717 solid;
}
ul.tabs li a:hover {
	background: #ccc;
	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #277d66;
	border-bottom: none;
}

html ul.tabs li#azul.active, html ul.tabs li#azul.active a:hover {
	background: #27719d;
	border-bottom: none;
}

.tab_container {
	border: none;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #171717;
}
.tab_content {
	padding: 0px;
	font-size: 1.2em;
}
.tab_content img {
	float: left;
	border: none;
	padding: 5px;
}

/*@END PESTAŅAS */



/*@START MENU DESPLEGABLE */
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 160px;
	height: 32px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 4px; /*Set to same as spacing option. */	
}

.kwicks.vertical  li p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 7px;
	padding-left: 15px;
}

#kwick_1 {
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}
#kwick_2 {
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}
#kwick_3 {
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}
#kwick_4 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	color: #fff;
	width: 160px;
}

#kwick_4 h6 a {
	width: 150px;
	margin-left: -1px;
}

#kwick_5 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_6 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_7 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_8 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_9 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_10 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

#kwick_11 { 
	background: url(../img/fondoBoton_canales.jpg) top no-repeat;
	background-color: #000;
	color: #fff;
}

.kwicks.horizontal #kwick_10 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_10 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}




.kwicks.vertical  li p a {
	text-decoration: none;
	width: 150px;
	height: 100px;
	color: #FFF;
	}
	
.kwicks.vertical li h6 a {
	text-decoration: none;
	width: 150px;
	height: 100px;
	color: #FFF;
	}

.kwicks.vertical li h6 {
	margin-top: 12px;
	padding-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

/*@END MENU DESPLEGABLE */
