/* 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: 0px;
	padding: 0px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 200px;
	height: 68px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0px;  /* 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: 0px; /*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: 0px; /*Set to same as spacing option. */	
}


.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.bloque_main,
.bloque_main a:link,
.bloque_main a:active,
.bloque_main a:visited,
.bloque_main a:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	margin-top: 6px;
	margin-right: 6px;
}
.masinfo_main,
.masinfo_main a:link,
.masinfo_main a:active,
.masinfo_main a:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #005288;
	text-align: right;}
.masinfo_main a:hover  {
	text-decoration: underline;
}
