div.pais{
	display:block;
	float:left;
	width:99px;
	height:299px;
	margin:0;
	padding:0;
	border:0px solid red;
	text-align:center;
	border-left:1px dotted #ffffff;
}

div.pais a {
display:block;
width:99px;
height:299px;
font-size:18px;
text-decoration:none;
}

body { 
    margin: 0px;
    padding: 0px; 
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 12px;
	background:url('images/gradiente.jpg') repeat-x top center;
    background-color:#ffffff;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
	background:url('images/header_fondo2.jpg') no-repeat top center;

}

#intro {
    padding-bottom:30px;
	padding-left:380px;
	height:80px;
}

h2 {
    margin: 0;
    padding: 0;
	font-size:14px;
	font-weight:100;
	color:#3399cc;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 380px;
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 380px;
    width: 760px;
}

#shade {
	border:0px solid red;
    background: #EDEDEC url(images/marlinsolo.jpg) no-repeat;
	background-position:top center;
    height: 50px;
	padding-top:40px;
	text-align:center;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    font-family: 'Lobster';
	font-size:16px;
}

ul.navigation a {
    padding: 4px;
    color: #000;
    text-decoration: none;
	/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */

}

ul.navigation a:hover {
    background-color: #f6f6f6;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul.navigation a.selected {
    background-color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

img {border:0}

div.columna {
width:240px;
height:100%;
margin-right:10px;
border:0;
border-right:1px dotted #3399cc;
float:left;
}

div.columna2 {
width:360px;
height:100%;
margin-right:10px;
border:0;
border-right:1px dotted #3399cc;
float:left;
}

div.columna ul, div.columna ul li {
	list-style-type: none;
    margin: 0;
    padding: 0px;
    padding-bottom: 4px;
}

div.columna ul li a {color:#666666 !important; display:inline; padding:0px; text-decoration:none;}
div.columna ul li a:hover {color:#3399cc !important; text-decoration:underline;}

a {color:#333333;}
a:hover {color:#999999;}

#example2 li ul li a {color:#3399cc !important; display:inline; padding:0px; }

#about {background:url('images/fondo1.jpg');}`