html, 
body {
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1;
}
.wrap {
	background-color: #CCCCCC;
}
.container {
	background-color: #EEEEEE;
}
/* Wrapper for page content to push down footer */
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
/*header*/
.logo_link {
    position: relative;
    display: block;
    left: 10px;
    top: 10px;
    width: 290px;
    height: 100px;
}
.main-header {
	height: 490px;
}
.small-header {
	height: 200px;
}
.header-clientes {
	height:120px;
}
.logo-section {
	
	height:120px;
	background-color: #666666;
	background-image: url(../img/img-portada4-top.png);
	background-repeat: no-repeat;

}
.header-sub {
	overflow: hidden;
	position: relative;
	height: 370px;
	background-image: url(../img/img-portada4.jpg);
	background-repeat: no-repeat;
}
.header-sub-small {
	overflow: hidden;
	position: relative;
	height: 80px;
	background-image: url(../img/img-portada4.jpg);
	background-repeat: no-repeat;
}
.who-section {
	padding-left: 20px;
	position: absolute;
	bottom: 40px;

}
/*content*/
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #000;
	padding: 0em;
	margin-top: 0em;
	margin-bottom: 1.3em;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #831618;
	padding: 0px;
	margin-top: 1.3em;
	margin-bottom: 0em;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #C41A1C;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 1.3em;
	margin-bottom: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1.1em;
	margin-bottom: 0px;
}
p a {
	color: #666666;
	text-decoration: none;
}
p a:hover {
	color: #999999;
	text-decoration: underline;
}
p a:visited {
	color: #831618;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.content {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*end content*/
/*menu*/
.navbar {
	font-size: 13px;
	margin-bottom: 30px;
}
.navbar-inner {
	filter: none;
	min-height: 25px;
	border: 0;
	background-image: none;
	background-color: #FF0000;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-right: 0;
}
.navbar .nav {
	margin-right: 0;
}
.navbar .nav > li {
	height: inherit;
	margin: 0;
	border-right: 1px solid #C41A1C;
}
.navbar .nav .last{
	
	border-right: 0;
}
.navbar .nav > li > a {
    color: white;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    float: none;
    padding: 2.5px 20px;
    text-decoration: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-color: #C41A1C;
}

.navbar .nav > li > a:active {
	color: #C41A1C;
	text-decoration: none;
	background-color: transparent;
}

.navbar .nav .active {
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	pointer-events: none;
	cursor: default;
}

.btn {
	filter: none;
}
.navbar .btn-navbar {
	margin:2px;
	padding: 2px 8px;
	background-image: none;

	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #bf0000 50%, #ff0000 100%, #ff0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(50%,#bf0000), color-stop(100%,#ff0000), color-stop(100%,#ff0000));
	background: -webkit-linear-gradient(top,  #ff0000 0%,#bf0000 50%,#ff0000 100%,#ff0000 100%);
	background: -o-linear-gradient(top,  #ff0000 0%,#bf0000 50%,#ff0000 100%,#ff0000 100%);
	background: -ms-linear-gradient(top,  #ff0000 0%,#bf0000 50%,#ff0000 100%,#ff0000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#bf0000 50%,#ff0000 100%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );

}
.navbar .btn-navbar:hover, 
.navbar .btn-navbar:focus, 
.navbar .btn-navbar:active, 
.navbar .btn-navbar.active, 
.navbar .btn-navbar.disabled, 
.navbar .btn-navbar[disabled] {
	color: #FF0000;
	background-color: #FF0000;
}
.navbar .brand {

	padding: 2px 20px 5px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
	.navbar .nav > li {
		text-align: right;
		border-right: 0;
	}
}
/*end menu*/

/*footer*/

.push,
.footer {
	min-height: 120px;
}
.push img {
	width:100%;
}

.footer section {
	min-height: 90px;
}
.footer {
	background-color: #333333;	
}
.fsub1 {
	padding-bottom: 6px;
	border-right: 1px solid #E2E2E2;
}
.fsub1 .btncliusr {
	margin-left: 50px;
}

.fsub1 .btncliusr,
.fsub1 .arrow-right {
	margin-top: 11px;
	
}
.fsub4 {
	padding-left: 20px;
	border-left: 1px solid #E2E2E2;
}
.footer > section > ul > li > a {
	color: #E2E2E2;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
}
.footer section ul {
	color: #E2E2E2;
	margin-bottom: 0;
	font-size: 11px;
}
.footer section ul li {
	list-style-type: none;
	line-height: 18px;
}
.footer section.fsub1 {
	min-height: 90px;
}
.footer .nav > li > a:focus,
.footer .nav > li > a:hover,
.footer .nav > li > a:active  {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 979px) {

	.fsub1 .btncliusr {
		margin-left: 30px;
	}
	.footer section.fsub1 {
		min-height: 108px;
	}
}
@media (max-width: 767px) {
	.fsub1 {
		border-right: 0;
	}
	.fsub4 {
		padding-left: 20px;
		border-left: 0;
	}
}
/*end footer*/

/*botones acceso clientes e internos*/

.btncliusr {
	float: left;
	text-align: center;
	font-size: 12px;
	width: 122px;
	margin-top: 15px;
	margin-left: 30px;
	background-color: #831618;
	border: 0;
	display: inline-block;
	color: #eeeeee;
	padding: 6px 9px;
	text-decoration: none;

}
.btncliusr:hover, 
.btncliusr:focus {
	color: #eeeeee;
	text-decoration: none;
	background-color: #C41A1C;
}
.btncliusr:active {
	color: #eeeeee;
	text-decoration: none;
	background-color: #C41A1C;
	position: relative;
	top: 1px;
}

.arrow-right {
	margin-top: 15px;
	margin-left: 5px;
	float: left;
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #831618;

}

.wrapbtn {
    overflow: hidden; 
}

/*end botones acceso clientes e internos*/

/*left container*/
.logo-cert {
	margin-top: 25px;
	margin-left: 30px;
}
.logo-cert img {
}
.leftcontainer img {
	margin-bottom: 15px;
}
.leftmenu {
	margin-bottom: 15px;
}
@media (max-width: 979px) {
	.logo-cert img {
		max-width: 140px;
	}
}

/*end left container*/

/*clientes*/
.nav-cli {
  background : #5F5F5F;	
}
.tab-container{
  background : #5F5F5F;
  margin: 0;
  padding: 0;
  height: 28px;
}

ul.tabs{
	font-size: 12px;
	margin: 0;
	list-style-type : none;
	max-height: 28px;
	position: relative;
}

ul.tabs li{
	padding-top: 8px;
	float : left;
	position: relative;
	background-image: url(../img/sombrita2.png);
	background-repeat: repeat-x;
}

ul.tabs li.active {
	z-index: 4;
	position: relative;
	background-image: url(../img/sombrita1.png);
	background-repeat: repeat-x;
	pointer-events: none;
	cursor: default;
}

ul.tabs div.before {
	z-index: 1;
	position: relative;
	margin-left: -40px;
	background-image: url(../img/esquina2-izq.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width:42px;
}
ul.tabs div.first{
	position: relative;
	margin-left: 15px;

}
ul.tabs div.after {
	z-index: 2;
	position: relative;
	background-image: url(../img/esquina2-der.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width:42px;
}
ul.tabs div.before-active {
	z-index: 4;
	position: relative;
	background-image: url(../img/esquina1-izq.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width:42px;
	pointer-events: none;
	cursor: default;
}
ul.tabs div.after-active {
	z-index: 4;
	position: relative;
	background-image: url(../img/esquina1-der.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width:42px;
		pointer-events: none;
	cursor: default;
}
ul.tabs div.after-active-hover {
	background-image: url(../img/esquina3-der.png);
	background-repeat: no-repeat;
}
ul.tabs div.before-active-hover {
	background-image: url(../img/esquina3-izq.png);
	background-repeat: no-repeat;
}
ul.tabs li > a{
	display: inline-block;
	/*max-width:100%;*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #222;
}
ul.tabs li > a:hover{
	color: #ffffff;
}
ul.tabs li:hover {
	background-image: url(../img/sombrita3.png);
	background-repeat: repeat-x;
}

ul.tabs div.first{
	margin-left: 15px;

}
.navbar .navbar-cli {
	margin:2px;
	padding: 2px 8px;
	background-image: none;

	background: #5f5f5f;
	background: -moz-linear-gradient(top,  #5f5f5f 0%, #4f4f4f 50%, #4f4f4f 50%, #5f5f5f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(50%,#4f4f4f), color-stop(50%,#4f4f4f), color-stop(100%,#5f5f5f));
	background: -webkit-linear-gradient(top,  #5f5f5f 0%,#4f4f4f 50%,#4f4f4f 50%,#5f5f5f 100%);
	background: -o-linear-gradient(top,  #5f5f5f 0%,#4f4f4f 50%,#4f4f4f 50%,#5f5f5f 100%);
	background: -ms-linear-gradient(top,  #5f5f5f 0%,#4f4f4f 50%,#4f4f4f 50%,#5f5f5f 100%);
	background: linear-gradient(to bottom,  #5f5f5f 0%,#4f4f4f 50%,#4f4f4f 50%,#5f5f5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#5f5f5f',GradientType=0 );

}
.navbar .clinav > li > a:focus,
.navbar .clinav > li > a:hover {
	color: white;
	font-weight: normal;
	text-decoration: none;
	background-color: #808080;
}

.navbar .clinav > li.active > a {
	color: #efefef;
	text-decoration: none;
	background-color: transparent;
}
.navbar .clinav > li {
	height: inherit;
	margin: 0;
	border-right: 1px solid #4f4f4f;
}

.footer-cli {
	margin-top: 10px;
	padding-top: 50px;
	min-height: 30px;
	padding-bottom: 10px
}
.footer-cli li {

	list-style-type: none;
	float: left;
	color: #FFFFFF;

}
.footer-cli li a {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #E2E2E2;
	color: #E2E2E2;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
}
.footer-cli li a:focus,
.footer-cli li a:hover,
.footer-cli li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}
.footer-cli li a.last {
	border-right: 0;	
}

.row-container {
	padding-top: 15px;
	padding-bottom: 15px; 
	margin-bottom: 15px;
	border-bottom: 2px solid #AFAFAF;
}
.main-cli {
	margin-bottom: 30px;
}
.main-cli p {
	padding-left: 10px;
	margin-bottom: 10px;

}
.main-cli strong {
	color: #C41A1C;
}
.image-container {
	background-color: #AFAFAF;
	border: 2px solid #C41A1C;
}
.image-container img{
	height: 130px;
	width:185px;
}
.info-conteiner {

}
.info-conteiner .titulo {
	padding-left: 10px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	border-left: 2px solid #C41A1C;
	line-height: 15px;
	margin-bottom: 10px;
}
.ver-mas {
	float: right;
}
.ver-mas a{
	font-weight: bold;
	color: #4D4D4D;
}
.logo-clientes {
	background-color: #5F5F5F;
	background-image: url(../img/img-portada5-top.png);
	position: relative;
}
.cerrar-sesion {
	position:absolute; 
	right: 10px; 
	top:50px;
}
/*end clientes*/
/*obras,proyectos galeria*/
.gallery-container {

}
.gallery {
	border: 1px solid #ccc; 
	margin: 0px auto 20px auto; 
	padding: 2px;
}
.thumb {
	float: left; 
	padding: 10px; 
	margin: 4px; 
	background-color: #ddd; 
	width:149px;
}
.thumb:hover {
	outline: 1px solid #999;
}
img {
	border: 0;
}
.gallery:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}
.caption {
	padding-top: 5px;
	text-align: left;
	font-size: 8pt;
	line-height: 1.3em;
}
/*end*/
.proy-nav {
	margin-left: 20px;
}
.proy-nav ul{
	margin-left: 15px;
}
.proy-nav .level-1>li{
	color: #C41A1C;
}
.proy-nav .level-1>li>a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	color: #000;

}
.proy-nav .level-2>li { 
	color: #C41A1C;
	line-height: normal;
}
.proy-nav .level-2>li>a, .proy-nav .level-2>li>a:visited { 
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.proy-nav .level-2>li>a:hover, .proy-nav .level-2>li>a:focus { 
	color: #C41A1C;
	text-decoration: underline;
}
.proy-content {
	border-left: 2px solid #AFAFAF;
	padding: 30px;
}
.proy-table {
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.proy-table thead {
	background-color: #CCCCCC;
}
.proy-table th {
	padding: 10px;
	border: 1px solid #AFAFAF;
}
.proy-table td {
	padding: 10px;
	width: 50%;
	border: 1px solid #AFAFAF;
}
.proy-table td a, .proy-table td a:visited{
	font-weight: normal;
	text-decoration: none;
	color: #C41A1C;
}
.proy-table td a:hover, .proy-table td a:focus{
	text-decoration: underline;
	color: #C41A1C;
}
#titulo-pag {
	margin-left: 94px;
	margin-top: 0px;
	margin-bottom: 0px;
}
