/* -------------------------------------------------- ESTILOS HOME -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.seccionBotones {
	margin-bottom: -2px;
	margin-top: 12px;
	text-align: center;
	width: 100%;
}
.botonesGrandes, .botonesGrandesNoticias {
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

	display: inline-block;
	height: 97px;
	margin: 3px;
	margin-bottom: -2px;
	text-align: center;
	width: 196px;
}
.botonesGrandes:hover, .botonesGrandesNoticias:hover {
	background: #006D75; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #ffffff 50%, #d3d3d3 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(50%,#ffffff), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#ffffff 50%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #d3d3d3 0%,#ffffff 50%,#d3d3d3 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#ffffff 50%,#d3d3d3 100%); /* IE10+ 
	background: linear-gradient(to bottom,  #d3d3d3 0%,#ffffff 50%,#d3d3d3 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-8 */

	cursor: pointer;
}
.botonesGrandes:nth-child(1) {
	margin-left: 0px;
}
.botonesGrandes:nth-child(4) {
	margin-right: 0px;
}

.subSeccionBotones:nth-child(1) .botonesGrandes:nth-child(1) div {
	background: url('../img/src/conoceNuestraEmpresa.png') no-repeat center center;
}
.subSeccionBotones:nth-child(1) .botonesGrandes:nth-child(2) div {
	background: url('../img/src/miraNuestrosProductos.png') no-repeat center center;
}
.subSeccionBotones:nth-child(2) .botonesGrandes:nth-child(1) div {
	background: url('../img/src/visitaNuestrasObras.png') no-repeat center center;
}
.subSeccionBotones:nth-child(2) .botonesGrandes:nth-child(2) div {
	background: url('../img/src/atencionAlCliente.png') no-repeat center center;
}
.subSeccionBotones:nth-child(1) .botonesGrandes:nth-child(1) div:hover {
	background: url('../img/src/conoceNuestraEmpresa2.png') no-repeat center center;
}
.subSeccionBotones:nth-child(1) .botonesGrandes:nth-child(2) div:hover {
	background: url('../img/src/miraNuestrosProductos2.png') no-repeat center center;
}
.subSeccionBotones:nth-child(2) .botonesGrandes:nth-child(1) div:hover {
	background: url('../img/src/visitaNuestrasObras2.png') no-repeat center center;
}
.subSeccionBotones:nth-child(2) .botonesGrandes:nth-child(2) div:hover {
	background: url('../img/src/atencionAlCliente2.png') no-repeat center center;
}
.botonesGrandes div {
	width: 100%;
	height: 97px;
	margin: 0px auto;
}

.subSeccionBotones {
	display: inline-block;
}

/* INICIO RESPONSIVE SECCION BOTONES */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 818px) { /* Mientras que el maximo sea 816 */
	.botonesGrandes {
		width: 49.5%;
	}
	.botonesGrandes:nth-child(3) {
		margin-left: 0px;
	}
	.botonesGrandes:nth-child(2) {
		margin-right: 0px;
	}
	.subSeccionBotones {
		display: block;
	}
}
@media (max-width: 700px) { /* Mientras que el maximo sea 700 */
	.botonesGrandes {
		width: 50%;
		margin: 0px;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* FIN RESPONSIVE SECCION BOTONES */

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS HOME -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS PRODUCTOS -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.blockDoble {
	display: inline-block;
	min-height: 190px;
	vertical-align: top;
	width: 50%;
}
.bloqueUnicoCentrado {
	font-size: 12px;
	margin: 15px auto;
	margin-top: 30px;
	max-width: 407px;
	text-align: center;
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	#textoCentradoProductos {
		display: none;
	}
	.blockDoble {
		display: block;
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS PRODUCTOS -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS EMPRESA -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.blockDoble { --EN PRODUCTOS
	display: inline-block;
	width: 50%;
}*/
.blockEmpresa {
	min-height: 190px;
}
.blockIzqEmpresa {
	margin-bottom: 10px;
	margin-top: 10px;
}
.blockDerEmpresa {
	border-left: 1px solid #BEBEBE;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blockFila2Empresa {
	background: #EAEAEA;
}
.h2 {
	font-size: 20px;
	font-weight: bold;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444 !important;
}
.h5 {
	font-size: 12px;
	color: #6B6B6B !important;
}
.leerMas {
	color: #006D75 !important;	
	font-weight: bold !important;
	font-size: 12px !important;
	margin: 20px auto; 
	display: block;
}
.paddingTextoBlock {
	padding: 15px;
	padding-left: 25px;
}
@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.enter {
		display: none;
	}
	.imgEstatica {
		display: none;
	}
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.blockEmpresa {
		border: none;
		min-height: 145px;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS EMPRESA -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS NOTICIAS -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.articuloLista {
	-webkit-box-shadow: 0 28px 10px -24px #A8A8A8;
	-moz-box-shadow: 0 28px 10px -24px #A8A8A8;
	-o-box-shadow: 0 28px 10px -24px #A8A8A8;
	-ms-box-shadow: 0 28px 10px -24px #A8A8A8;
	box-shadow: 0 28px 10px -24px #A8A8A8;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 100%;
}
/*.h3 { -- EN EMPRESA
	font-size: 14px;
	font-weight: bold;
}
.h5 {
	font-size: 11px;
}
.leerMas {
	color: #009BDB;
}*/
.imgEstaticaArticuloLista {
	height: 160px;
	width: 205px;
}
.navPaginacion {
	background: #EDEFF1;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 5px;
	position: relative;
	width: 100%;
}
.navPaginacion *{
	display: inline-block;
}
.numPaginador,.sigAntPaginador {
	background: #727176;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 10px;
}
.numPaginador:hover,.activoPaginador{
	background: #006D75;
}
.sigAntPaginador {
	background: #FFF;
	border: 1px solid #006D75;
	color: #006D75;
}
.textoPaginador {
	display: inline-block;
	/*float: right;*/
	padding: 5px 10px;
}
.subArticuloLista {
	display: inline-block;
	vertical-align: top;
}
.subArticuloListaIzq {
	width: 25%;
}
.subArticuloListaDer {
	padding: 15px;
	width: 75%;
}
.subBotonesGrandesNoticias {
	display: inline-block;
}

.botonesGrandesNoticias div {
	height: 97px;
	margin: 0px auto;
	width: 100%;
}
.subBotonesGrandesNoticias:nth-child(1) .botonesGrandesNoticias:nth-child(1) div {
	background: url('../img/src/bannersInstitucional.png') no-repeat center center;
}
.subBotonesGrandesNoticias:nth-child(1) .botonesGrandesNoticias:nth-child(2) div {
	background: url('../img/src/bannersProductos.png') no-repeat center center;
}
.subBotonesGrandesNoticias:nth-child(2) .botonesGrandesNoticias:nth-child(1) div {
	background: url('../img/src/bannersTarjetas.png') no-repeat center center;
}

.subBotonesGrandesNoticias:nth-child(1) .botonesGrandesNoticias:nth-child(1) div:hover {
	background: url('../img/src/bannersInstitucional2.png') no-repeat center center;
}
.subBotonesGrandesNoticias:nth-child(1) .botonesGrandesNoticias:nth-child(2) div:hover {
	background: url('../img/src/bannersProductos2.png') no-repeat center center;
}
.subBotonesGrandesNoticias:nth-child(2) .botonesGrandesNoticias:nth-child(1) div:hover {
	background: url('../img/src/bannersTarjetas2.png') no-repeat center center;
}



.subBotonesGrandesNoticias2:nth-child(1) .botonesGrandesNoticias:nth-child(1) div {
	background: url('../img/src/boletinInformativo.png') no-repeat center center;
}
.subBotonesGrandesNoticias2:nth-child(1) .botonesGrandesNoticias:nth-child(2) div {
	background: url('../img/src/boletinFotos.png') no-repeat center center;
}
.subBotonesGrandesNoticias2:nth-child(2) .botonesGrandesNoticias:nth-child(1) div {
	background: url('../img/src/boletinVideos.png') no-repeat center center;
}

.subBotonesGrandesNoticias2:nth-child(1) .botonesGrandesNoticias:nth-child(1) div:hover {
	background: url('../img/src/boletinInformativo2.png') no-repeat center center;
}
.subBotonesGrandesNoticias2:nth-child(1) .botonesGrandesNoticias:nth-child(2) div:hover {
	background: url('../img/src/boletinFotos2.png') no-repeat center center;
}
.subBotonesGrandesNoticias2:nth-child(2) .botonesGrandesNoticias:nth-child(1) div:hover {
	background: url('../img/src/boletinVideos2.png') no-repeat center center;
}


@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.imgEstaticaArticuloLista {
		display: none;
	}
	.subArticuloListaIzq {
		width: 0%;
	}
	.subArticuloListaDer {
		width: 100%;
	}
}
@media (max-width: 620px) { /* Mientras que el maximo sea 816 */
	.subBotonesGrandesNoticias {
		display: block;
		text-align: left;
	}
	.botonesGrandesNoticias {
		margin: 0px;
		width: 50%;
	}
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.textoArticuloLista {
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS NOTICIAS -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS CONTACTO -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}

:-ms-input-placeholder {  
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}
input, select, textarea {
	border: 1px solid #009BDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	width: 100%;
}
textarea {
	height: 106px;
}
#inputCaracteristicaContacto {
	width: 25%;
}
#inputCVContacto {
	height: 24px;
}
#inputGuionContacto {
	width: 5%;
}
#inputTelefonoContacto {
	width: 70%;
}
.blockContacto {
	min-height: 125px;
}
.blockFormContacto, .blockFormTrabajo {
	padding: 15px;
	padding-left: 35px;
}
.botonForm {
	background: #FFF;
	border: 1px solid #009BDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #009BDB;
	font-weight: bold;
	padding: 3px;
}
.inputTelefonoContacto {
	display: inline-block;
}
.link {
	color: #006D75 !important;	
	font-weight: bold !important;
	font-size: 12px !important;
}
.link:hover {
	color: #006D75 !important;
	font-weight: bold !important;
	font-size: 12px !important;
}
.mapaContacto {
	width: 100%;
}
.seccionMensaje {
	background: #E8E8E8;
}
.seccionPrincipal {
	width: 100%;
}
.textoForm {
	min-height: 120px;
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.blockChicoContacto {
		min-height: 75px;
	}
	.blockImagenContacto {
		display: none;
	}
	.blockResolucionChica:nth-child(odd) {
		background: #E8E8E8;
	}
	.blockResolucionChica:nth-child(even) {
		background: #FFF;
	}
	.mapaContacto, .fotoContacto {
		display: none;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS CONTACTO -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS ARTICULO NOTICIA -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 25px;
}
h3 {
	font-size: 15px;
}
p {
	font-size: 12px;
}
.blockArticuloNoticia {
	padding: 20px;
	width: 625px;
}
.volver {
	color: #009BDB;
	font-weight: bold;
}
@media (max-width: 700px) { /* Mientras que el maximo sea 585 */
	.blockArticuloNoticia, .blockArticuloNoticia img {
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS ARTICULO NOTICIA -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS OBJETIVO y CALIDAD -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.blockBtnDescargar {
	position: relative;
}
.btnDescargar {
	background: #E6E6E6;
	color: #009BDB;
	font-weight: bold;
	height: 56px;
	line-height: 55px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 99px;
}
.colorSeccionPrincipal:nth-child(odd) {
	background: #FFF;
}
.colorSeccionPrincipal:nth-child(even) {
	background: #E8E8E8;
}
.paddingBlock {
	padding: 20px;
}
.textoTituloPadding {
	display: block;
	padding-bottom: 5px;
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.btnDescargar {
		top: 0px;
	}
	.blockImagenObjetoMisionVision img {
		display: none;
	}
	.blockImagenObjetoMisionVision {
		min-height: 0px !important;
		padding: 0px !important;
	}
	.btnDescargarVisible {
		display: none;
	}
	.btnDescargarHide {
		display: block !important;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS OBJETIVO y CALIDAD -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS AMBIENTE -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.blockAmbiente {
	min-height: 392px;
}
@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.blockAmbiente {
		min-height: 290px;
	}
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.blockAmbiente {
		min-height: 150px;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS AMBIENTE -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS ESQUEMA TP Y TB -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#logoTecnoPav, #logoTecnoBlock {
	height: 56px;
	margin: 0px auto;
	margin-top: 15px;
	width: 140px;
}
#logoTecnoPav {
	background: url('../img/src/logoChicoTecnoPav.png');
}
#logoTecnoBlock {
	background: url('../img/src/logoChicoTecnoBlock.png');
}
.blockDobleEsquemaTecnoPB {
	display: inline-block;
	min-height: 190px;
	vertical-align: top;
}
.blockDobleEsquemaTecnoPBIzq {
	width: 55%;
}
.blockDobleEsquemaTecnoPBDer {
	width: 45%;
}
.seccionPrincipalEsquemaPB {
	text-align: center;
}
.logoTecnoPB {
	display: inline-block;
	text-align: center;
	width: 30%;
}
.espacioSubMenu {
	background: #FFF !important;
	height: 0px !important;
	width: 2%;
}
.productoTecnoPB {
	display: inline-block;
	margin: auto 2px;
	vertical-align: top;
	width: 93px;
}
.productoTecnoPB .h5{
	padding: 2px;
}
.subMenuTecnoPB {
	display: inline-block;
	margin-top: 15px;
	vertical-align: top;
	width: 70%;
}
.subMenuTecnoPB ul {
	position: relative;
	text-decoration: none;
}
.subMenuTecnoPB ul li {
	background: #E6E6E6;
	display: inline-block;
	font-weight: bold;
	height: 56px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subMenuTecnoPavB  ul li {
	color: #009BDB;
}
.subMenuTecnoPBlock  ul li {
	color: #de0209;
}
.subMenuTecnoPB ul li:nth-child(1) {
	width: 15%;
}
.subMenuTecnoPB ul li:nth-child(3) {
	width: 47%;
}
.subMenuTecnoPB ul li:nth-child(5) {
	width: 15%;
}
.subMenuTecnoPB ul li:nth-child(7) {
	width: 15%;
}
.subMenuTecnoPavB ul li:nth-child(1):hover, .subMenuTecnoPavB ul li:nth-child(3):hover, .subMenuTecnoPavB ul li:nth-child(5):hover, .subMenuTecnoPavB ul li:nth-child(7):hover {
	background: #0082cc;
	color: #E6E6E6;
}
.subMenuTecnoPBlock ul li:nth-child(1):hover, .subMenuTecnoPBlock ul li:nth-child(3):hover, .subMenuTecnoPBlock ul li:nth-child(5):hover, .subMenuTecnoPBlock ul li:nth-child(7):hover {
	background: #de0209;
	color: #E6E6E6;
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	#logoTecnoPav, #logoTecnoBlock {
		height: 90px;
		width: 194px;
	}
	#logoTecnoPav {
		background: url('../img/src/logoMedianoTecnoPav.png');
	}
	#logoTecnoBlock {
		background: url('../img/src/logoMedianoTecnoBlock.png');
	}
	.blockDobleEsquemaTecnoPBIzq {
		width: 100%;
	}
	.blockImagenEsquemaPB {
		display: none;
	}
	.espacioSubMenu {
		width: 0%;
	}
	.margenTop {
		margin-top: 15px;
	}
	.subMenuTecnoPB {
		display: block !important;
		width: 100%;
	}
	.subMenuTecnoPavB ul li:nth-child(1),.subMenuTecnoPavB ul li:nth-child(3),.subMenuTecnoPavB ul li:nth-child(5),.subMenuTecnoPavB ul li:nth-child(7), .subMenuTecnoPBlock ul li:nth-child(1),.subMenuTecnoPBlock ul li:nth-child(3),.subMenuTecnoPBlock ul li:nth-child(5),.subMenuTecnoPBlock ul li:nth-child(7) {
		margin-left: 3.2%;
		width: 45%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS ESQUEMA TP Y TB -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS DESCARGAS TP Y TB -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.descargaArticle {
	display: inline-block;
	margin: 5px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.descargaArticle div {
	margin-top: 10px;
}

.seccionArticulosDescarga {
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS DESCARGAS TP Y TB -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS MODELOS TP Y TB -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.h4 {
	font-style:italic;
	font-size: 14px;
	font-weight: bold;
	color: #6B6B6B !important;
}

.tituloObra {
	font-size: 12px !important;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	width: 94px;
}

.centroSubModeloLista {
	padding-top: 55px;
}

.imgModeloLista {
	width: 40% !important;
}

.modeloLista {
	color: #5B5B5F;
	margin-bottom: 35px;
	width: 100%;	
}

.subModeloLista {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.textoModeloLista {
	font-weight: normal !important;
	margin: 5px auto;
}

@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.centroSubModeloLista {
		padding-top: 0px;
	}
	.imgModeloLista {
		width: 0% !important;
	}
	.modeloLista {
		margin-bottom: 0px;
		padding: 20px;
	}
	.subModeloLista {
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS MODELOS TP Y TB -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS ESPECIALIZACION TP -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.rowEspecificacion2 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px;
	width: 57%;
}
.rowEspecificacion2 div {
	display: inline-block;
	font-weight: bold;
	text-align: center;
}
.colMin2 {
	background: #0081CB;
	color: #fff;
	display: inline-block;
	height: 38px;
	line-height: 35px;
	margin-bottom: 14px;
	width: 21.8%;
}
.rowMin2 {
	background: #E5E5E5;
	color: #727176;
	height: 38px;
	line-height: 35px;
	margin-bottom: 14px;
	width: 28.2%;
}
.rowMin2 img {
	width: 45%;
}
.rowMinImg2 {
	background: #fff;
}
.espacio12 {
	display: none;
}
.rowDescripcion2 {
	width: 78%;
}
.textoAmplioContenedor {
	padding: 0px 10px;
}
.textoAmplioContenedor2 {
	padding: 0px 23px;
}
.textoAmplioContenedor3 {
	padding: 0px 30px;
}
.textoAmplioContenedor, .textoAmplioContenedor2, .textoAmplioContenedor3 {
	line-height: 12px !important;
}
.tituloEspecificacion2 {
	background: #0081CB;
	margin-top: 15px;
	text-align: center;
}
.rowEspecificacionImg2 {
	display: inline-block;
	vertical-align: top;
	width: 43%;
}
.rowEspecificacionImg2 img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.textoAmplioContenedor {
		padding: 0px 8px;
	}
	.textoAmplioContenedor2 {
		padding: 0px 4%;
	}
	.textoAmplioContenedor3 {
		padding: 0px 6%;
	}
}
@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.textoAmplioContenedor {
		padding: 0px 3% !important;
	}
	.textoAmplioContenedor2 {
		padding: 0px 6% !important;
	}
	.textoAmplioContenedor3 {
		padding: 0px 8% !important;
	}
	.rowEspecificacion2, .rowEspecificacionImg2 {
		display: block;
		width: 100%;
	}
}
@media (max-width: 400px) { /* Mientras que el maximo sea 400 */
	.textoAmplioContenedor {
		padding: 0px 2% !important;
	}
	.textoAmplioContenedor2 {
		padding: 0px 4% !important;
	}
	.textoAmplioContenedor3 {
		padding: 0px 8% !important;
	}
	.rowEspecificacion2, .rowEspecificacionImg2 {
		display: block;
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS ESPECIALIZACION TP -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS ESPECIALIZACION TB -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.blockPrincipal {
	color: #fff;
	font-size: 10px;
	width: 100%;
}

.colMin {
	display: none !important;
}

/* INICIO ---------------------------------------------- COLUMNAS */
.colEspecificacion {
	text-align: center;
}

.colEspecificacion div {
	display: inline-block;
	height: 38px;
	padding-top: 4px;
	vertical-align: top;
}

.colPalet div:nth-child(1) {
	margin-top: -5px;
	height:19px;
	width:100%;
}

.colPalet div:nth-child(2), .colPalet div:nth-child(3), .colPalet div:nth-child(4) {
	float:left;
	height:19px;
	margin-top: -2px;
	width: 33.33%;
}

.colColor {
	background: #de0209;
}

.espacio1 {
	width: 0.125%;
}
.colCodigo {
	width: 5.25%;
}
.colImagenPalet {
	width: 13.75%;
}
.colImagenPalet img {
	width: 100%;
}
.colDescripcion {
	width: 32.5%;
}
.colDimensionesPesoUnid {
	width: 11.25%;
}
.colPalet {
	width: 14%;	
}
/* FIN ---------------------------------------------- COLUMNAS */

.rowEspecificacion {
	width: 100%;
}
.rowEspecificacion:nth-child(odd)
{
	background:#E5E5E5;
}
.rowEspecificacion:nth-child(even)
{
	background:#fff;
}

.rowEspecificacion div {
	text-align: center;
}

.rowEspecificacion div {
	color: #727176;
	display: inline-block;
	font-weight: bold;
}

.rowPalet div:nth-child(2), .rowPalet div:nth-child(4), .rowPalet div:nth-child(5) {
	display: inline-block;
	width: 33.33%;
}

.colImagenPalet2 {
	display: inline-block;
	width: 4%;
}

.tituloEspecificacion {
	background: #de0209;
	margin-top: 15px;
	text-align: center;
}

@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.espacio1 {
		display: none !important;
	}
	.colMin {
		background: #de0209 !important;
		color: #fff !important;
		display: inline-block !important;
		height: 38px !important;
		line-height: 35px;
		margin-bottom: 14px;
		width: 21.8% !important;
	}
	.colEspecificacion {
		display: none;
	}
	.rowEspecificacion {
		margin-bottom: 10px;
	}
	.rowMin {
		background:#E5E5E5;
		margin-bottom: 14px;
	}
	.rowMinImg{
		background:#fff;
	}
	.rowMin, .colImagenPalet img {
		height: 38px !important;
		line-height: 35px;
		width: 28.2% !important;
	}
	.colImagenPalet img {
		width: auto !important;
	}
	.rowDescripcion {
		width: 78% !important;
	}
	.tituloEspecificacion {
		margin-bottom: 5px;	
	}
	.rowEspecificacion
	{
		background: #fff !important;
	}
}

@media (max-width: 300px) { /* Mientras que el maximo sea 300 - POR ERROR PARTUCULAR DE QUE SE LEVANTA UNA CELDA*/
	.resMinimaOcultar {
		display: none;	
	}
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS ESPECIALIZACION TB -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS ESQUEMA DETALLE TP -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.imgEsquemaDetalle {
	width: 100%;
}

.imgProductoEsquemaDetalle {
	display: inline-block;
	vertical-align: top;
}

.productoEsquemaDetalle {
	color: #5B5B5F;
	display: inline-block;
	margin-left: 10px;
}

.productoEsquemaDetalle span {
	width: 100%;
	display: block;
}

.productoEsquemaDetalle span:nth-child(1) {
	margin-bottom: 5px;
	margin-top: 23px;	
}

.productoEsquemaDetalle span:nth-child(2) {
	font-style:italic;
	margin-top: 0px;
}

.seccionPrincipalEsquemaDetalle {
	margin-top: 25px;
}

.tituloEsquemaDetalle {
	background:#E5E5E5;
	color: #727176;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-left: 10px;
	width: 98%;
}

@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.imgEsquemaDetalleFotter {
		display: none;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS ESQUEMA DETALLE TP -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS CATALOGO -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.busquedaCatalogo input::-webkit-input-placeholder {
	color: #de0209;
   	font-size: 11px;
   	line-height: 20px;
   	padding-left: 10px;
}

.busquedaCatalogo input:-moz-placeholder { /* Firefox 18- */
   	color: #de0209;
   	font-size: 11px;
   	line-height: 20px;
   	padding-left: 10px;
}

.busquedaCatalogo input::-moz-placeholder {  /* Firefox 19+ */
   color: #de0209;
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}

.busquedaCatalogo input:-ms-input-placeholder {  
   color: #de0209;
   font-size: 11px;
   line-height: 20px;
   padding-left: 10px;
}

article span {
	color: #999999 !important;
	display: block;
	font-weight: bold !important;
	margin-top: 5px !important;
}

.busquedaCatalogo {
	width: 30%;
}

.busquedaCatalogo *{
	display: inline-block;
	vertical-align: top;
}

.busquedaCatalogo input{
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #de0209;
	height: 37px;
	width: 85%;
}

.busquedaCatalogo button{
	width: 15%;
}

.btnBusquedaCatalogo {
	background: #EDEFF1 url('../img/src/iconBusquedaCatalogo.png') 5px 6px no-repeat;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border-left: none;
	border: 1px solid #de0209;
	height: 37px;
	width: 34px;
}

.cancelTag {
	background: none;
	border: none;
	margin-right: 10px;
	vertical-align: 1px;
}

.catalogoObras {
	overflow: hidden;
	width: 100%;
}

.catalogoObras article{
	display: inline-block;
	margin-right: 43px;
}

.espacioMenuCatalogo {
	background: #FFF !important;
	height: 0px !important;
}

.filtrosCatalogo {
	margin: 10px auto;
	width: 100%;
}

.filtrosCatalogo section{
	display: inline-block;
}

.introCatalogo {
	line-height: 18px;
	font-weight: normal;
	font-size: 12px;
}

.menuCatalogo ul {
	position: relative;
	text-decoration: none;
}
.menuCatalogo ul li {
	background: #E6E6E6;
	display: inline-block;
	font-weight: bold;
	height: 56px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menuCatalogo  ul li {
	color: #009BDB;
}
.menuCatalogolock  ul li {
	color: #de0209;
}
.menuCatalogo ul li:nth-child(1),.menuCatalogo ul li:nth-child(11) {
	width: 0%;
}
.menuCatalogo ul li:nth-child(2),.menuCatalogo ul li:nth-child(10) {
	width: 12.125%;
}
.menuCatalogo ul li:nth-child(3),.menuCatalogo ul li:nth-child(5),.menuCatalogo ul li:nth-child(7),.menuCatalogo ul li:nth-child(9) {
	width: 1.5%;
}
.menuCatalogo ul li:nth-child(4),.menuCatalogo ul li:nth-child(6),.menuCatalogo ul li:nth-child(8) {
	width: 23.25%;
}
.menuCatalogo ul li:nth-child(n+1):hover{
	background: #0082cc;
	color: #E6E6E6;
}

.nombreTag {
	font-size: 11px;
	line-height: 25px;
	/*margin: auto 20px;*/
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto 5px;
}

.seccionOverflow {
	width: 110%;
}

.tag {
	background: #de0209;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 26px;
	margin-bottom: 10px;
}

.tagsCatalogo {
	width: 70%;
}

/*------------------ overflow bootstrap css */
.popover.bottom > .arrow {
	border:none;
	top: -10px;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #0082CC;
}
.popover-content {
	background: #0082CC;
	color: #fff;
}
.popover {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	max-width: 590px;
}
/*------------------ overflow bootstrap css */

/*------------------ lista Tooltip */
.listaTooltip{
	display: inline-block;
	list-style: none;
	line-height: 30px;
	margin-bottom: 0px;
	vertical-align: top;
}
.listaTooltip li {
	border:  1px solid #0082CC;
	padding-left: 15px;
	padding-right: 15px;
}
.listaTooltip li:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-color: #fff;
}

@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.seccionOverflow {
		text-align: center;
		width: 100%;
	}
	.seccionOverflow article {
		margin: 5px 19px !important;
	}
}

@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.tagsCatalogo {
		vertical-align: top;
		width: 50% !important;
	}
	.busquedaCatalogo {
		vertical-align: top;
		width: 50% !important;
	}
	#productoBtnMenuCatalogo {
		width: 23.5%;
	}
	#tipoObraBtnMenuCatalogo {
		width: 50%;
	}
	#modeloBtnMenuCatalogo {
		width: 23.5%;
	}
	#tipoUsoBtnMenuCatalogo {
		margin-top: 8px;
		width: 50%;
	}
	#colorBtnMenuCatalogo {
		margin-top: 8px;
		width: 23.5%;
	}
	.menuCatalogo ul li:nth-child(7) {
		width: 0px;
	}
}
@media (max-width: 270px) { /* Mientras que el maximo sea 270 - ESTE CASO ES ESPECIAL PARA QUE NO SE ROMPAN LOS TAGS CON MUCHOS CARACTERES*/
	.busquedaCatalogo, .tagsCatalogo {
		width: 100% !important;
		display: block;
	}
}
/*------------------ lista Tooltip */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS CATALOGO -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS DESCARGAS EMPRESA -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccionArticulosDescargaEmpresa {
	margin: 40px auto;
	text-align: left;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS DESCARGAS EMPRESA -------------------------------------------------- */

/* -------------------------------------------------- ESTILOS BOLETIN, FOTOS, VIDEOS -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccionArticulosVideos {
	text-align: center;
}

.seccionArticulosVideos article {
	margin: 15px 1%;
	width: 46%;
}

.txtBackFotos {
	color: #000 !important;
	text-align: left;
}

@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	.seccionArticulosVideos article {
		display: block !important;
		width: 98%;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS BOLETIN, FOTOS, VIDEOS -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS PRIVACIDAD -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccionPrincipalPrivadidad {
	color: #5B5B5F;
	padding: 20px 35px;
	width: 100%;
}

.seccionPrincipalPrivadidad:nth-child(odd) {
	background: #E8E8E8;
}
.seccionPrincipalPrivadidad:nth-child(even) {
	background: #FFF;
}

.tituloPrivacidad {
	display: block;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-top: 40px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS PRIVACIDAD -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS TARJETAS -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccionTarjetasImagenes img{
	margin: 1%;
	width:141px; 
}

.seccionTarjetasImagenPrincipal {
	margin: 30px 1%;
}

@media (max-width: 816px) { /* Mientras que el maximo sea 816 */
	.seccionTarjetasImagenes {
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS TARJETAS -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS PASSWORD -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#puntaPassword {
	left: -17px;
	position: absolute;
}

.formContenedor {
	position: relative;
	margin: 0px auto;
	height: 400px;
	text-align: left;
	width: 570px;
}

.formPassword span {
	color: #EDEFF1;
	display: block;
	font-size: 20px;
	margin-left: 70px;
	left: -210px;
	position: absolute;
	top: 155px;
}

.formPassword {
	background: #EDEFF1;
	-webkit-box-shadow: -2px 2px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px 2px 9px 0px rgba(50, 50, 50, 0.75);
	-o-box-shadow:    -2px 2px 9px 0px rgba(50, 50, 50, 0.75);
	-ms-box-shadow:    -2px 2px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -2px 2px 9px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 245px;
	left: 210px;
	padding: 23px;
	padding-bottom: 50px;
	position: relative;
	top: -160px;
	width: 358px;
}

.formPassword input {
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	border: none;
	height: 50px;
	margin-bottom: 15px;
}

.formPassword input[type="submit"] {
	background: #006D75;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}

.formPassword input[type="submit"]:hover {
	background: #999999;
}

.formPassword input::-webkit-input-placeholder {
	color: #006D75;
   font-size: 15px;
   font-weight: bold;
   line-height: 18px;
   padding-left: 10px;
}

.formPassword input:-moz-placeholder { /* Firefox 18- */
	color: #006D75;
   font-size: 15px;
   font-weight: bold;
   line-height: 18px;
   padding-left: 10px;
}

.formPassword input::-moz-placeholder {  /* Firefox 19+ */
	color: #006D75;
   font-size: 15px;
   font-weight: bold;
   line-height: 18px;
   padding-left: 10px;
}

.formPassword input:-ms-input-placeholder {  
	color: #006D75;
   font-size: 15px;
   font-weight: bold;
   line-height: 18px;
   padding-left: 10px;
}

.inputsPassword:nth-child(2) {
	margin-top: 16px;
}

.inputsPassword input, .inputsPassword div {
	display: inline-block !important;
	vertical-align: top !important;
}

.inputsPassword input {
	border-radius: 5px 0px 0px 5px;
	float: left;
	height: 38px;
	width: 90% !important;
}
.inputsPassword div {
	background: #fff;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-o-border-radius: 0px 10px 10px 0px;
	-ms-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	width: 10% !important;
}
.inputsPassword div img{
	height: 38px;
}

.seccionPrincipalPassword {
	background: #999999;
	margin-top: 10px;
	padding: 23px 0px;
	text-align: center;
}


@media (max-width: 585px) { /* Mientras que el maximo sea 585 */
	#puntaPassword { 
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 310px;
		top: -20px;
	}
	#imgRevistaPassword {
		display: none;
	}
	.formContenedor {
		height: 290px;
		width: 100%;
	}
	.formPassword {
		left: 0px;
		margin: 0px auto;
		margin-top: 50px;
		top: 0px;
	}
	.formPassword span {
		left: 168px;
		top: -50px;
	}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS PASSWORD -------------------------------------------------- */


/* -------------------------------------------------- ESTILOS SITEMAP -------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/

.site-map h5 {
	font-weight: bold;
}

.site-map ul {
	list-style-type: none;
}

.site-map ul ul {
    margin-left: 50px;
    list-style-type: none;
}

.site-map ul .item1 {
	background: #EAEAEA;
	color: #444;
    padding: 2px 16px;
    width: auto;
    display: inline-block;
}

.site-map ul .item2 {
	color: #006D75;
}

.site-map ul .item3 {
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.site-map .inline-block {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------- ESTILOS SITEMAP -------------------------------------------------- */


.dotsControls {
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.dotControl {
	background: #0082cc;
	opacity: 1;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border-radius: 6px;
	cursor: pointer;
}

.dotPlay {
	background: url('../img/src/dotPlay.jpg');
}
.dotStop {
	background: url('../img/src/dotStop.jpg');
}


/* Estilos adicionales */
.banner {
	/*max-height: 368px;*/
}

.textoGenerico {
	line-height: 20px !important;
}

.textLeyendaBack {
	font-size: 12px;
	color: #6B6B6B !important;
	margin-bottom: 6px;
}

#error404 img {
	width: 100%;
	margin-top: 100px;
	max-width: 450px;
}

div#error404 a {
	line-height: 45px;
    margin: 0px 35px;
    background: #fff;
    border: 1px solid #aaa;
    padding: 8px 14px;
    border-radius: 3px;
    font-weight: bold;
    color: #006D75;
    font-size: 16px;
	text-decoration: none;
}

div#error404 a:hover {
    background: #006D75;
    color: #fff;
}

.capitalise
{
    text-transform:capitalize;
}

.breadcrumbs {
	max-width: 738px;
	display: block;
	margin: 6px auto;
}

@media (min-width:585px) and (max-width:780px) {
	.breadcrumbs {
	    max-width: 500px;
	}
}

@media (max-width:585px) {
	.breadcrumbs {
	    padding-left: 4px;
	}
}