﻿/*
 * Stylesheet only for desktops (with screen width > 900px)
 */


/*
 * General styles
 */

html, body {
    font-family: 'Arimo', Helvetica, Arial, sans-serif;
}

/*
 * General styles for columns layout
 */

.col {
	margin-bottom: 2%;
}

.col-inner-padding {
    padding: 10px 15px;
}

/*
 * Typography & Colors
 */

h1 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: 0.5em;
	color: #232121;
}

h2 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: 300;
	margin-bottom: 0.5em;
	color: #292626;
}

h3 {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0.5em;
}

input[type="submit"], input[type="button"], button {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
}

.horizontal-nav a,
.horizontal-nav span.label {
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
}

.vertical-nav a,
.vertical-nav span.label {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #272525;
}

.rojo {
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #E41519;
}

/*
 * Two columns layout
 */

.two-cols .col {
	width: 48%;
	margin-right: 0px;
}

.two-cols .main-col {
    width: 64%;
}

.two-cols .sidebar {
    width: 32%;
}

.two-cols .left {
	margin-right: 4%;
	margin-left: 0px;
}

.two-cols .left2 {
	margin-right: 0%;
	margin-left: 21px;
	align-content: center;
	margin-bottom: 2px;
}

/*
 * Three columns layout
 */

.three-cols .col {
    width: 32%;
}

.three-cols .col.left {
    clear: left;
    margin-right: 2%;
}

.three-cols .col.center {
    margin-right: 2%;
}

/*
 * Header
 */

#logo {
	height:100px;
    margin-right: 2%;
}

/*
 * Horizontal navigation bar
 */

.horizontal-nav li {
    float: left;
    width: auto;
}

.horizontal-nav a,
.horizontal-nav span.label {
    float: left;
    width: auto;
    padding: 0 1.8em;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.horizontal-nav ul ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 0;
    margin-top: 2em;
    padding: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.horizontal-nav ul ul li {
    margin-top: 0;
}

.horizontal-nav li:hover > ul {
    height: auto;
    opacity: 1;
}

/*
 * Header navigation
 */

.header-menu {
    float: right;
    width: auto;
    margin: 0;
    padding-top: 1.5%;
}

.header-menu li {
    border-bottom: 0 none;
    border-left: 1px solid #03080d;
}

/*
 * Vertical navigation
 */

.vertical-nav ul ul li {
    margin-top: -3em;
}

.vertical-nav .parent:hover ul li {
    margin-top: -3em;
    opacity: 0;
}

.vertical-nav .parent:hover span.menu-icon {
    background: url('../images/ico-arrow-down.png') no-repeat 100% center;
}

.vertical-nav .label:focus ~ ul li {
    margin-top: 0;
    opacity: 1;
}

.vertical-nav .label:focus + .menu-overlay,
.vertical-nav .label:active + .menu-overlay {
    display: block;
}

.vertical-nav .label:active ~ ul li {
    margin-top: 0;
}

.vertical-nav .label:focus span.menu-icon,
.vertical-nav .label:active span.menu-icon {
    background: url('../images/ico-arrow-up.png') no-repeat 100% center;
}

/*
 * Full width image
 */

.full-width-image .image-small {
    display: none;
}

.full-width-image .image-big {
    display: block;
}

/*
 * Content area
 */

img.img-left {
    margin-right: 1em;
}

img.img-right {
    margin-left: 1em;
}

.content-block {
    padding: 12px 15px;
    margin-bottom: 2em;
}

/*
 * Footer
 */

#footer .col.left {
    width: 38%;
}

#footer .col.center {
    width: 26%;
}
#tabla {
	height: 300px;
	width: 700px;
	margin-right: auto;
	margin-left: 84px;
	align-content: left;
	color: #060606;
	float: left;
	margin-bottom: 32px;
	text-align: center;
	text-shadow: 5px 0px;
}
#rates {
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#fc {
	background-color: #F8F8F8;
	height: 38px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
