@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto);
body{
	font-family:"Roboto Condensed", sans-serif !important; 
}
b{}

.cabecera
{
	/*width: 940px;
	margin: 0 auto;
	height: 100px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.logoSup
{
	background:url(imagenes/logoPlanning.jpg) no-repeat;
	background-size:188px 90px;
	height:86px;
	width:323px;
	display:inline-block;
}

.menuSup
{
	display:inline-block;
	vertical-align: top;
	width:100%;
	text-align:right;
	line-height:30px;
	font-size: 14px;
	margin-top: -50px;
}

.menuSup a
{
	color:#2E2E2E;
	text-decoration:none;
	padding: 0 0 0 12px;
	font-size: 14px;
	transition: background .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out;
	-moz-transition: background .50s ease-in-out;
	-o-transition: background .50s ease-in-out;
}

.menuSup a:hover
{
	color:#F90;;
}

.buscador
{
	line-height:0px;
	text-align:right;
	padding:0 0 5px 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	position: relative;
	right: -25px;
}

.buscador input 
{
	background: #e8e8e8 url('imagenes/buscar.jpg') no-repeat 140px;
}
.buscador input
{
	/*position: relative;*/
	border: 1px solid #f2f2f2;
	font-size: 11px;
	width: 150px;
	padding: 7px 0 7px 7px;
	margin-top: 10px;
	z-index: 9999;
}

.inisesion
{
	width:48%;
	text-align: right;
	display: inline-block;
	vertical-align: top;

}

.inisesion a
{
	line-height:30px;	
	text-align:right;
	color:#F90;
	background:url(imagenes/inicieSesion.jpg) no-repeat right 5px;
	padding:0 12px 0 0;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	transition: background .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out;
	-moz-transition: background .50s ease-in-out;
	-o-transition: background .50s ease-in-out;
}

.inisesion a:hover
{
	color:#F60;
}

.cuerpo
{
	/*margin: 0 auto;	*/
	/*display:table;*/
	/*width: 100%;*/
	background-repeat: no-repeat;
	border-bottom: 1px solid #333;
}

.categorias
{
	margin-top:30px;
	
}
.cuerpo .navegador
{
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	height:30px;
	padding:10px 0 0 0;
}

.cuerpo .navegador .opciones .puntoN, .cuerpo .navegador .opciones .puntoG
{
	height:30px;
	width:20px;
	float:right;
	cursor:pointer;
}
.cuerpo .navegador .opciones .puntoN
{
	background:url(imagenes/bolaNaranja.png) no-repeat 1px 12px;	
}

.cuerpo .navegador .opciones .puntoG
{
	background:url(imagenes/bolaGris.png) no-repeat 1px 12px;
}


.cuerpo .texto .n1
{
	font-size:20px;
	padding: 20px 0 0 40px;
	background-color: rgba(255,255,255,0.5);
}

.cuerpo .texto .n2
{
	background-color: rgba(255,255,255,0.5);
	font-size: 14px;
	color: #666;
	height:100px;
	padding: 0 0 60px 40px;
		
}

.cuerpo .texto .n2 a
{
	font-weight:bold;
	background:url(imagenes/flechaNegra.png) no-repeat right 1px;
	text-decoration:none;
	color:#000;
	padding:0 12px 0 0;
}

.cuerpo .texto .n2 a:hover
{
	text-decoration:underline;
}

.pie
{
/*	width:940px;
	margin:0 auto;*/
	padding-top:5px;
	height:60px;
}

.pie .textoPs
{
	display: inline-block;
	bottom: 0px;
	vertical-align: bottom;
	/*padding-bottom: 25px;*/
	font-size: 12px;
	color:#999;
}

.pie .empD
{
	display: inline-block;
	/*margin-top: 6px;*/
	/*width: 40%;*/
	font-size: 14px;
	color:#999;
	height:30px;
	line-height:30px;
	vertical-align:top;
}

.pie .imagenPie
{
	display:inline-block;
	/*width: 34%;*/
}

.pie .imagenPie img
{
	width: 150px;
}

.pie .empD a
{
	text-decoration:none;
	color:#333;
	padding: 0 0 0 20px;
	font-size: 12px;

}

.pie .reds
{
	display:inline-block;
	height:30px;
	vertical-align: top;
	padding-left: 0px;
	/*width: 25%;*/
}

.pie .reds .logoF
{
	background:url(imagenes/logoFacebook.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}

.pie .reds .logoT
{
	background:url(imagenes/logoTwitter.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}

.pie .reds .logoP
{
	background:url(imagenes/logoPinterest.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}

.pie .reds .logoY
{
	background: url(imagenes/logoYouTube.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}
.pie .reds .logoI
{
	background: url(imagenes/logoInstagram.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}
.pie .reds .logoFl
{
	background: url(imagenes/logoFlickr.png) no-repeat;
	background-size: 100% 100%;
	height:24px;
	width:25px;
	float:right;
	cursor:pointer;
	margin: 5px 5px 5px 5px;
	cursor:pointer;
}

.pie .reds .idioma
{
	background: url(imagenes/flechaIdioma.jpg) no-repeat 50px ;
	height:28px;
	width:250px;
	float:right;
	line-height:30px;
	font-size: 12px;
	
}

.idioma
{
	display: inline-block;
  	width: 100%;
  	margin-top: -25px;
  	font-size: 14px;
}

.idioma a
{
	color:#848484;
	text-decoration:none;
	transition: background .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out;
	-moz-transition: background .50s ease-in-out;
	-o-transition: background .50s ease-in-out;
	font-size: 11px;
	margin-left: 10px;
}

.idioma a:hover
{
	color:#F90;
}

.catOut
{
	font-size: 14px;
	height:20px;
	width:20px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:10px 0;
	z-index: 10;
}

.catHover
{
	font-size: 14px;
	height:20px;
	width:120px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:10px 0;
	z-index: 10;
}

.BotonesMenu
{
	z-index: 10;
	position: relative;
	overflow: visible;
	width:25px;
}

.catOut .texto, .catOut .lista, .catOut .lista .item
{
	display:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
		z-index: 10010;
	overflow: visible;
}

.catHover .texto
{
	width:180px;
	float:left;
	padding: 2px 2px 2px 30px;
	display:block;
	color:#FFF;
	z-index: 10;
	overflow: visible;
}

.catHover .lista
{
	margin-left: 30px;
	width:300px;
	float:left;
	display:block;
		z-index: 1010;
	overflow: visible;
}

.catHover .lista .item
{
	background:url(imagenes/miniLogo.png) no-repeat 10px;
	background-color: rgba(242,242,242,0.9);
	padding: 5px 10px 5px 40px;
	color:#333;	
	display:block;
		z-index: 1010;
		text-decoration:none;   
	overflow: visible;
}
.catHover .lista .item:hover
{
	background-color:#f2f2f2;
		z-index: 1010;
	overflow: visible;
	text-decoration:none;
}


.categorias span
{
	text-indent:-10000px;
}
/*
.ca1
{
	background:#fbe726;
}

.ca2
{
	background:#f89c1d;
}

.ca3
{
	background:#f279fc;
}

.ca4
{
	background:#d90011;
}
.ca5
{
	background:#35c815;
}
.ca6
{
	background:#145008;
}

.ca7
{
	background:#79ecf1;
}

.ca8
{
	background:#2423af;
}
*/
.producto
{
	margin:5px 0 0 30px;
}

.producto .imgGeneral
{
	float:left; 
	/*width:50%;*/
}

.producto .imgGeneral .titulo
{
	font-size: 22px;
	font-weight:bold;
}

.producto .detalle
{
/*	float:right; 
	width:50%;
	display:table;*/
}

.producto .detalle .imgPequenas img
{
	margin: 0 5px 0 0;
}

.producto .detalle .opcDetPro
{
	width:40%;
	float:left;	
}

.producto .detalle .esquema
{
	width:60%;
	float:left;
}

.producto .detalle .pieDetPor
{
	margin:20px 0 0 0;
	clear:both;
	font-size:13px;
}

.producto .detalle .pieDetPor .redesDetPro .fb
{
	background:url(imagenes/facebook2.png) no-repeat;
	width:20px;
	height:20px;
	float:left;
	margin: 0 5px 0 0;
}

.producto .detalle .pieDetPor .redesDetPro .tw
{
	background:url(imagenes/twitter2.png) no-repeat;	
	width:20px;
	height:20px;
	float:left;	
	margin: 0 5px 0 0;
}

.producto .detalle .pieDetPor .redesDetPro .gp
{
	background:url(imagenes/googleplus2.png) no-repeat;	
		width:20px;
	height:20px;
	float:left;
	margin: 0 5px 0 0;
}

.producto .detalle .pieDetPor .artRelDetPro
{
	text-align:right;
	float:right;
	width:200px;
}

.producto .detalle .pieDetPor .artRelDetPro a
{
	background: url(imagenes/flechaIdioma.jpg) no-repeat right;
	padding: 0 15px 0 0;
	text-decoration:none;
	color:#333;
}

.producto .docPdf
{
	clear:both;
	height:20px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height:20px;
	font-size:13px;
}

.producto .docPdf a
{
	color:#F90;
	text-decoration: none;
}

.boton
{
	display:table;
	padding:5px 5px 5px 0;
}

.boton a
{
	text-decoration: none;
	border: 1px solid #999;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px;
	padding:5px;
	margin:5px;	
	color:#FFF;
	background-color:#666;
}

.boton a:hover
{
	color:#333;
	background-color:#f2f2f2;
	box-shadow: rgba(0,0,0,0.6) 0 1px 6px; 
	-webkit-box-shadow: rgba(0,0,0,0.6) 0 1px 6px;
		
}

.catalogo
{
	display:table;
	margin:40px 0 0 0px;
}

.catalogo .item
{
	height:150px; 
	width:429px; 
	float:left;
	margin-bottom:40px;
	cursor:pointer;
	z-index: 200;
	text-decoration:none;
}

.catalogo .item:hover
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.catalogo .item .numero
{
	float:left; 
	width:106px; 
	height:106px;
	padding:5px;
	color:#FFF;
	font-size:50px;
	font-weight:bold;
	text-decoration:none;
}

.catalogo .item .linText
{
	font-size:22px; 
	line-height:30px;
	text-decoration:none;
}

.formCentrado
{
	vertical-align: bottom;
}

.tituloSeccion
{
	font-weight:bold;
	font-size:30px;
	color: #F90;
	margin: 20px 0 20px 0px;
}

.textoSeccion
{
	/*width: 450px;  Definimos el ancho del objeto a centrar 	*/
	font-size:16px;
	text-align: justify;
}

.textoSeccion2
{
	width: 450px; /* Definimos el ancho del objeto a centrar */	
	font-size:16px;
	text-align: left;
	font-size: 12px;
	color: #424242;
}

.textoSeccion2 h2{
	font-weight: bold;
	color:#F90;
	line-height:0px;
}

.idiomas
{
	padding-right:200px;
	text-align:right;
	margin: 0px 0px -30px 0px;
}

.pDescargas
{
	width: 100%;
	/*height: 100%;*/
}

.tablaCentrada
{
	margin-top: 70px;
	width: 80%;
	height: 90%;
	vertical-align: middle;
	text-align: center;
}

.tablaCentrada .Sup
{
	height: 143px;
	width: 158px;
}

.Sup
{
	vertical-align: top;
}

.imagenDescarga img:hover
{ 
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
}

.imagenDescarga
{
	z-index: 5;
}

.textoDescargas
{
	margin: -75px 18px 50px 18px;
	font-size: 13px;
	color: #ffffff;
	z-index: 10;
	width: 100px;
}

.tablaCentrada .Inf
{
	font-size: 13px;
	height: 60px;
	width: 158px;
	vertical-align:	top;
	background-image: url(imagenes/Descargas/fondoInfDescarga.jpg);
 	border-collapse: separate;
    border-spacing: 10px 25px;
}

.TextosDescargas
{
	margin-top: 5px;
	color:#F90;
	text-align: center;
	width : 80%; 
}

.textoDescarga
{
	font-weight:bold;
	margin-top: 60px;
	margin-bottom: 50px;
	color:#4d4d4d;
	text-align: center;
	font-size: 34px;
	width: 85%;
}
.productosN1{
	font-size: 14px;
}

.productosN3
{
	/*width: 95%;*/
	margin:0 auto 0 auto;
}

.productosN3 a
{
		color:#F90;
	text-decoration:none;
	padding: 5px 9px;
	transition: background .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out;
	-moz-transition: background .50s ease-in-out;
	-o-transition: background .50s ease-in-out;
}

.productosN3 a:hover
{
	color:#2E2E2E;

}

.productos
{
	/*width: 95%;*/
	/*margin:0 auto 0 auto;*/
	margin-left:2%;
}

.productos a
{
	color:#F90;
	text-decoration:none;
	padding: 5px 9px;
	transition: background .50s ease-in-out;
	-webkit-transition: background .50s ease-in-out;
	-moz-transition: background .50s ease-in-out;
	-o-transition: background .50s ease-in-out;
}

.productos a:hover
{
	color:#2E2E2E;
}

.separadorTablas
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.boton
{
	margin-left: 30px;
	margin-top: 10px;
	border:1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.boton:hover{
 border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
 background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
 background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

.Gmap{
	height: 280px;
	width: 280px;
	margin-left: 20px;
	margin-top: 70px;

}
.datos{
		width: 280px;
		margin-left: 20px;
}
.datos .text1{
	font-size: 12px;
	color: black;
}
.datos .text2{
	font-size: 10px;
	color: #afafaf;
}
.text3{
	margin-top: 20px;
	margin-left: 5px;
	font-size: 40px;
}
.form2{
	border-style: none;
	margin-top: 10px;
	font-size: 14px;
}
.form2 .input{
	width: 300px;
}
.form2 .textarea{
	width: 90%;
	height: 150px;
}

.notasprensa
{
	margin-top: 10px;
	margin-left: 20px;
	height: 100%;
	color: #2E2E2E ;
}

.clipping
{
	margin-top: 10px;
	margin-left: 45px;
	/*height: 100%;*/
	color: #2E2E2E ;
}

.clipping .titulo
{
	margin-right: -75px;
	font-size: 20px;
	font-weight:bold;
}

.clipping .espacioimagen
{
	margin-top: 20px;
	display: inline-block;
	position : relative;
	width: 33%;
	/*height: 150px;*/
}

.clipping .espacioimagen .imagen
{
	position : relative;
	width: 100%;
	height: 150px;

}

.clipping .espacioimagen .imagen:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.clipping .texto
{
	position : relative;
	font-size: 12px;
	color: #2E2E2E;
}

.clipping .descripcionart
{
	margin-top: 40px;
	/*width: 60%;*/
	display: inline-block;
	font-size: 12px;
	/*margin-left: -45px;*/
}
.clipping .fechaart
{
	margin-top: 40px;
	/*display: inline-block;*/
	font-size: 12px;
	vertical-align: top;
}
.clipping .imgClipping
{
	margin-top: 30px;
	/*display: inline-block;*/
	/*margin-left: 33%;*/
	width: 67%;
}

.clipping .imgClipping img
{
	display: inline-block;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.clipping .catalogo
{
	/*margin-left: 33%;*/
	display: inline-block;
	font-size: 13px;
}

.clipping .catalogo a
{
	color:#F90;
	text-decoration: none;
}
.notasprensa
{
	margin-top: 10px;
	margin-left: 40px;
	height: 100%;
	color: #2E2E2E ;
}

.notasprensa .titulo
{
	display: inline-block;
	margin-right: -75px;
	font-size: 20px;
	font-weight:bold;
}

.notasprensa .espacioimagen
{
	margin-top: 20px;
	display: inline-block;
	position : relative;
	width: 33%;
	height: 150px;
}

.notasprensa .espacioimagen .imagen
{
	position : relative;
	width: 100%;
	height: 150px;

}

.notasprensa .espacioimagen .imagen:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.notasprensa .espacioimagen .texto
{
	position : relative;
	font-size: 12px;
	color: #2E2E2E;
}

.notasprensa .descripcionart
{
	margin-top: 40px;
	width: 66%;
	display: inline-block;
	font-size: 12px;
}
.notasprensa .fechaart
{
	margin-top: 40px;
	width: 66%;
	display: inline-block;
	font-size: 12px;
}
.notasprensa .imgNotasprensa
{
	margin-top: 30px;
	display: inline-block;
	margin-left: 33%;
	width: 67%;
}

.notasprensa .imgNotasprensa img
{
	display: inline-block;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.notasprensa .catalogo
{
	margin-left: 33%;
	display: inline-block;
	font-size: 13px;
}

.notasprensa .catalogo a
{
	color:#F90;
	text-decoration: none;
}

.condiciones
{
	margin:5px 0 0 30px;
	font-size: 18px;
}

.condiciones .naranja
{
	color: #F90;
}

.condiciones .titulo
{
	font-size: 24px;
}

.blog
{
	margin-top: 50px;
	margin-left: 2%;
	color:#6E6E6E;
}

.blog .content
{

}

.blog .titulo
{
	font-size: 15px;
	float : left;
	/*width: 35%;*/
	float : top;
}

.blog .titulo a
{
	color: #F90;
	font-size: 32px;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blog .titulo a:hover
{
	color: #000;
}

.blog .descripcion
{
	position: relative;
	float:left;
	margin-top: -20px;
	margin-bottom: 20px;
	/*width:50%;*/
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


.blog .descripcion a
{
	text-decoration: none;
	color: #F90;
}

.blog .descripcion img
{
	max-width: 100%;
}

.blog .fecha
{
	float:left;
}
/* Styles the thumbnail */

a.lightbox img {
	/*height: 100px;*/
	text-decoration: none;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	margin-left: -51%;
	background: rgba(0,0,0,.7);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	z-index: 100;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}

.monograficos
{
	float:left;
	/*width: 90%;*/
	margin-left: 50px;
	/*margin-top: 50px;*/
	margin-bottom: 50px;
}

.monograficos .monografico
{
	/*float:left;*/
	width: 30%;
	margin-left: 20px;
	margin-top: 20px;
}

/*-- ESTILOS RESPONSIVE --*/
.navbar-default{
	background-color: transparent; 
	border:0px;
    /*border-color: transparent; */
}

.navbar-default .nav>li>a{
	position: relative;
    display: block;
    padding: 5px 5px;
}

.menu-principal-custom li>a{
	color:#2E2E2E !important;
}

.form2 label{
	line-height: 1 !important;
	margin-bottom: 0px !important;
	font-weight: 400;
}

.form2 input{
	line-height:normal;
}