@charset "UTF-8";

/*
Naranja: #F68017  #FFB310
Azul:    #171695  #001E3C
Verde:   #70BC3E
*/  

body {
	background-color: #001E3C;
	font-family: Verdana, Geneva, sans-serif;
}

a.link {
	color: #F68017;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

h1 {
	font-size: 46px;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 20px 0px;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
	margin: 0;
	padding: 20px 0px;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #777;
	text-align: left;
	margin: 0;
	padding: 10px 0px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #888;
	text-align: left;
	margin: 0;	
	padding: 5px 0px;
}

.round {
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}
.round-bottom {
	border-radius: 0px 0px 6px 6px;
	-ms-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
}
.round-top {
	border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
}
.round-left {
	border-radius: 6px 0px 0px 6px;
	-ms-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	-khtml-border-radius: 6px 0px 0px 6px;
}
.round-right {
	border-radius: 0px 6px 6px 0px;
	-ms-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-khtml-border-radius: 0px 6px 6px 0px;
}

ul.bullets {
	list-style-type: disc;
}
ul.bullets li {
	margin: 6px 0px;
	color: #F68017;
	padding-left: 5px;
}
ul.bullets li span {
	color: #000;
}

.text-box {
	background-color: #F6F6F6;
	text-align: justify;
	padding: 20px;
	margin: 10px 0px 40px 0px;
	border: 2px solid #F0F0F0;
}
.text-box p:last-child {
	margin-bottom: 0px;
}

/* Header */
#header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFF;
	font-size: 13px;
}
#header-logo {
	background-color:rgba(255,255,255,0.95);
	text-align: center;
}
#header-top {
	background-color:rgba(0,30,60,0.9);
	text-align: center;
}

/* Navbar */
#navbar {
	font-size: 16px;
}
#navbar a {
	color: #FFF;
	background: #E07628;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0px;
	text-align: center;
	cursor: pointer;
}
#navbar a:hover {
	background: #FFB310;
}
#navbar ul.menu > li.menu-item > a {
	border-left: 2px solid #001E3C;
}
#navbar ul.menu > li.menu-item:first-child a {
	border-left: none;
}
#navbar ul.menu > li.menu-item[selected] > a {
	background-color: #001E3C;
}

/* Content */
#content {
	background-color: #FFF;
	color: #000;
	font-size: 14px;
}

/* Footer */
#footer {
	color: #FFF;
	font-size: 13px;
	background-color: #001E3C;
	padding: 20px 0px;
}
#footer h2 {
	color: #FFF;
   	padding: 10px 0px;
}
#footer-columns {
	padding-top: 10px;
}
#footer-copyright {
	padding: 15px 0px;
}

.footer-column {
	border-left: 2px solid #F68017; 
}

/* Columns */
.column a {
	text-decoration: none;
}

/* Boxes */
.box-top {
	background-color: #F68017;
}
.box-top h2 {
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	padding: 5px;
}
.box-text {
	border: 2px solid #F68017;
	font-style: italic;
	padding: 12px;
}
.box-image {
	border: 2px solid #F68017;
	background-color: #F68017;
}
.box-image-text {
	text-align: justify;
	padding: 12px 0px;
}
.box-image-link {
	text-align: right;
	padding: 20px 0px 40px 0px;
}
.box-image-link a:after {
	content: "\25BA"; /* Triángulo negro hacia la derecha */
	font-size: 12px;
	margin-left: 7px;
}

/* Button */
.button {
	background-color: #F68017;
	border: none;
	color: #FFF;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 14px;
}
.button:hover {
	background-color: #FFB310;
	color: #FFF;
}

/* Index */
.index .text-box {
	font-size: 16px;
}

/* Customers */
.customer-box {
	border: 2px solid #F0F0F0;
	background-color: #F6F6F6;
	width: 115px;
	height: 115px;
	margin-bottom: 15px;
}
.customer-box img {
	width: 115px;
	height: 115px;
	border: none;
	margin: 0;
}
.customer-box:last-child {
	margin-bottom: 40px;
}

/* Company */
.company-text-height {
	height: 280px;
	margin-bottom: 5px;
}

/* Products */
.products-box-height {
	height: 140px;
}
.products-box {
	border: 2px solid #F0F0F0;
	background-color: #F6F6F6;
	width: 270px;
	height: 160px;
}
.products-box img {
	width: 270px;
	height: 160px;
	border: none;
	margin: 0;
}
.products-box:last-child {
	margin-bottom: 40px;
}

/* Contact */
.contact-subtitle {
	padding-top: 0px;
}
.contact-text {
	text-align: justify;
}
.contact-media {
	padding-bottom: 5px;
}
.contact-map {
	border: 2px solid #F0F0F0;
	background-color: #F6F6F6;
}
.contact-form {
	border: 2px solid #F0F0F0;
	background-color: #F6F6F6;
}
.contact-form-button  {
	margin-top: 10px;
}
.contact-form-message {
    text-align: center;
}
.contact-form-back {
    text-align: center;
}
.contact-error-message {
	color: #F00;
	text-align: center;
}

.contact-table td {
	background-color: #F6F6F6 !important;
}
.contact-table tr > td:first-child {
	text-align: right; 
}
.contact-table input[type=text] {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.contact-table textarea {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}


