/**************************************************************************************************************************
 * GENERAL LAYOUT
 **************************************************************************************************************************/

body {
	background: url(../img/bg.jpg) no-repeat center top;

    /*-moz-transform: scale(0.85);
    -moz-transform-origin: 50% 0 0;
    -moz-background-size: 64.5% auto; /* detectar y aplicar con jQuery */ 
}

body.section {
	background-image: url(../img/bg_inner.jpg);
}
body.section .header-banners,
body.section .jumbotron {
	display: none;
}

a {
	color: #1bac92;
}

h1 {
	font-family: 'Trajan Pro';
	font-size: 22px;
	line-height: 15px;
	color: #1bac92;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

h2 {
	font-family: 'Trajan Pro';
	font-size: 14px;
	line-height: 15px;
	color: #009396;
	letter-spacing: -1px;
	margin: 6px 0 3px 0;
}

.main-content.faq h2 {
	margin: 30px 0 10px 0;
	cursor: pointer;
}
.main-content.faq .answer {
	display: none;
}

h5 {
	color: #cacaca;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 5px 0;
	display: none;
}

legend {
	font-family: 'Trajan Pro';
	color: #1bac92;
	margin-top: 30px;
}

.container {
	margin: 0 auto;
	float: none;
	padding-bottom: 40px;	
}

.shadow-top {
 	background-image: url(../img/content_bg.png);
 	background-repeat: no-repeat;
 	background-position: center top;
 	padding-top: 10px;
 }


/**************************************************************************************************************************
 * HEADER
 **************************************************************************************************************************/

.jumbotron {
	color: #fff;
	margin: 64px 20px;
}

.jumbotron h1 {
	font-family: 'Trajan Pro';
	font-size: 28px;
	color: #fff;
	margin: 0 0 15px 0;
}

.lead {
	font-size: 18px;
	line-height: 23px;
}

.header-banners {
	height: 209px;
}
.header-banners h2 {
	margin-top: 12px;
}
.header-banners > .span4 > img {
	box-shadow: 0px -9px 15px -5px rgba(0,0,0,.3);
}
.header-banners p {
	color: #aeadad;
	font-size: 11px;
	line-height: 12px;
}
.header-banners .input-append {
	margin-top: 3px;
}
.masthead input[type=text], .header-banners input[type=text] {
	border-radius: 0;
	font-size: 12px;
	background: url(../img/input_bg.png) repeat-x;
	background-size: auto 100%;
	border: 1px solid #f0f0f0;
}
.sidebar button,
.sidebar button:hover,
.header-banners button,
.header-banners button:hover {
	background: url(../img/btn_bg.png) repeat-x;
	background-size: auto 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0;
	padding-bottom: 4px;
}

/*
 * HEADER MENU
 */
.masthead .session {
 	margin: 13px 13px 0 0;
 	position: relative;
 }

.masthead .session input[type=text] {
	position: relative;
	top: 3px;
}

.masthead .session input[type=image] {
	position: absolute;
	right: 9px;
	top: 12px;
}

.masthead {
	background: url(../img/header_bg.png) no-repeat 20px -3px;
	height: 131px;
	margin-top: 20px;
}

.masthead, .masthead .session > a {
	color: #cfcfcf;
	font-size: 12px;
	font-weight: bold;
}
.masthead .session > a {
	margin: 0 5px;
}

.masthead .navbar {
	margin-bottom: 0;
	/*margin-right: 13px;*/
	margin-top: 14px;

	margin-top: 2px;
}

.masthead .navbar-inner {
	margin: 0;
	padding: 0;
}

.masthead .navbar .nav {
	margin: 0;
}
.masthead .navbar .nav > li > a {
	color: #009396;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 9px 10px;

	padding: 18px 6px 17px 6px;
}

.masthead .navbar .nav > li:last-child > a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.masthead .navbar .nav > li:last-child > a:hover {
	color: #eee;
}
.masthead .navbar .nav > li:last-child {
	margin-left: 10px;
}
.masthead .navbar .nav > li:last-child a {
	padding-left: 15px;
	padding-right: 15px;
	background: url(../img/btn_pedido.png);
}

.masthead .navbar-inner,
.masthead .navbar .nav > .active > a,
.masthead .navbar .nav > .active > a:hover,
.masthead .navbar .nav > .active > a:focus {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
}

.masthead .navbar .nav > li > a:hover {
	color: #09aea0;
}

.masthead .navbar .nav > .active > a,
.masthead .navbar .nav > .active > a:hover {
	color: #e07a3e;
}

label {
	color: #dd6929;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
label.checkbox, label.radio {
	color: #777;
	font-weight: normal;
}
form > fieldset > .row {
	margin-bottom: 5px;
}


/**************************************************************************************************************************
 * CONTENT
 **************************************************************************************************************************/

.content {
	color: #b0b0b0;
	padding-top: 35px;
}

.content .main-content {
	margin-top: 15px;
}

.content strong {
	/*color: #e07a3e;*/
	color: #858585;
}

.sidebar img {
	margin: 10px 0;
}

.sidebar p {
	font-size: 11px;
	line-height: 1em;
}

/**************************************************************************************************************************
 * FOOTER
 **************************************************************************************************************************/
.footer {
 	background-color: #efefef;
 	margin: 0 auto;
 	float: none;
 	text-align: center;
 	color: #9f9f9f;
	font-size: 10px;
	line-height: 16px;
 	padding-bottom: 10px;
 }

.footer .nav {
 	margin-bottom: 10px;
 }

.footer .nav > li, .footer .nav > li > a {
	display: inline;
 }
.footer .nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin: 0 5px;
 }

.footer strong,
.footer .nav > li > a {
	color: #737373;
 }
 
  img[src="img/banner_04d.png"] {
    width: 400px ;   /* Ajustá este tamaño */
    height: auto ;
    max-width: none;
}
 