.body .container {
	border-radius: 0;
	padding: 0;
	border-color: #FFFFFF;
	background-color: #fad9d4;
}

body {
	padding: 0 !important;
}

.well {
	background-color: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.header {
	margin-bottom: 0;
}

#content {
	background-color: #fad9d4;
}

#sidebar {
	background-color: #7C1313;
}

.sidebar-nav a {
	color: #FFFFFF;
	padding: 8px 20px;
	border-bottom: 1px solid #ffffff;
}

.sidebar-nav li.active a {
	color: #000000;
	background-color: #FAD9D4;
}

.well {
	padding-top: 0;
}

.page-header {
	border-bottom: 0;
}

.page-header h1 {
	padding-left: 10px;
}

table, td, tr {
	border: 1px solid black;
}

h1, h2 {
	color: #664444;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
}

h2.lateral {
	color: #FF6600;
}

#cadre_alert_cookies .btn-warning {
    color: #ffffff !important;
    background-color: #259919 !important;
    border-color: #276C20 !important;
}

#cadre_alert_cookies .btn-inverse {
    color: #ffffff !important;
    background-color: #991919 !important;
    border-color: #6C2020 !important;
    background-image: none !important;
}

h2.lateral a {
	color: #FF6600;
	text-decoration: underline;
}

.well > .custom > h2:nth-child(3) {
	padding: 25px 0;
}

.well .custom p.lateral {
    padding: 20px 0;
    font-size: 30px;
    color: #7C1313;
}

.sidebar-nav {
	min-height: 558px;
}

#aside {
	background-color: #FAFAFA;
	min-height: 575px;
}

.item-page {
	padding-left: 10px;
	padding-right: 5px;
}

.sidebar-nav a:hover {
	color: #000000;
	background-color: #F0B2AA !important;
}

.resaltado {
	font-weight: bold;
	font-size: 14px;
}

.linea {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #7C1313;
}

/*******************************
		FORMULARIO
*******************************/

#form-row-custom label,
#form-row-checkbox13 label.required_label {
	display: none;
}

#chronoform-contacto h2 {
	font-size: 20px;
	line-height: 24px;
	color: #664444;
	padding-left: 10px;
}

p.rojo {
	padding-left: 5px;
	font-weight: bold;
	color: #7C1313;
}

.gbs3 .form-group {
	margin-bottom: 5px !important;
	padding-left: 8px;
}

.gbs3 .form-horizontal .control-label {
	padding-top: 5px !important;
}

label {
	font-weight: normal !important;
}

.gbs3 .gcore-label-left {
    min-width: 200px !important;
    max-width: 200px !important;
}

.gbs3 input.form-control {
	height: 28px !important;
}

p.chrono_credits {
	display: none;
}

#fin-enviar {
	float: right;
	padding-right: 60px;
}

/*******************************
		FOOTER
*******************************/

footer .container {
	background-color: #7C1313;
}

footer hr {
	display: none;
}

footer > .container {
	height: 75px;
	position: relative;
	font-weight: normal;
}

.t15 {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}

.t0 {
	padding-top: 0;
	padding-left: 10px;
}

footer .nav.menu a,
.pull-right a,
footer p {
	font-size: 12px;
	color: #FFFFFF;
}

footer .nav.menu a {
	text-decoration: underline;
}

footer .nav.menu a:hover {
	background-color: transparent;
	text-decoration: none;
}

footer .nav.menu {
	position: absolute;

}

footer > .container > .nav.menu:nth-child(2) {
	top: 5px;	
	left: 35%;
} 

footer > .container > .nav.menu:nth-child(3) {
	top: 30px;
	left: 31%;
} 

footer .nav.menu a {
	display: inline;
}

footer .nav.menu li {
	float: left;
	padding: 2px 5px;
}

.pull-right {
	padding-right: 10px;
}


/*******************************
		MEDIAQUERIES
*******************************/

@media (min-width: 1200px) {
	.row-fluid .span6 {
		width: 51.05%;
	}

	.row-fluid [class*="span"] {
		margin-left: 0;
	}

	.item-page .row {
		margin-left: 0;
	}

	.item-page .row .span6 {
		width: 50%;
		padding-left: 2%
	}

	#aside {
		width: 25.476255% !important;
	}
}

@media (max-width: 768px) {


.sidebar-nav {
	min-height: inherit;
}

#aside {
	min-height: inherit;
	padding-top: 20px;
}

footer > .container {
	height: auto;
	position: relative;
	font-weight: normal;
	overflow: all;
}

.t15 {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}

.t0 {
	padding-top: 0;
	padding-left: 10px;
}



footer .nav.menu {
	position: relative;

}

footer > .container > .nav.menu:nth-child(2) {
	top: auto;	
	left: auto;
} 

footer > .container > .nav.menu:nth-child(3) {
	top: auto;
	left: auto;
} 

footer .nav.menu a {
	display: block;
	text-align: center;
}

footer .nav.menu li {
	float: none;
	padding: 0;
}

.pull-right {
	padding-right: 0;
}


}