@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/gotham-book.eot');
    src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book.woff') format('woff'),
         url('fonts/gotham-book.ttf') format('truetype'),
         url('fonts/gotham-book.svg#gotham-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/gotham-bold.eot');
    src: url('fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold.woff') format('woff'),
         url('fonts/gotham-bold.ttf') format('truetype'),
         url('fonts/gotham-bold.svg#gotham-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: Times;
	color: gray;
	background-repeat: repeat-y;
	background-image: url('images/background.png');
	background-position: top center;
	margin: 0px;
	font-size:13px;
	background-color: #8c8c8c;
	background-color: -moz-linear-gradient(top,  #8c8c8c 0%, #9b9796 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#9b9796));
	background-color: -webkit-linear-gradient(top,  #8c8c8c 0%,#9b9796 100%);
	background-color: -o-linear-gradient(top,  #8c8c8c 0%,#9b9796 100%);
	background-color: -ms-linear-gradient(top,  #8c8c8c 0%,#9b9796 100%);
	background-color: linear-gradient(to bottom,  #8c8c8c 0%,#9b9796 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#9b9796',GradientType=0 );



}


a {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #333;
}
visited {
	color: #828282;
	text-decoration: none;
}

img {
	border-width: 0px;
}


.contenedor_general {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}
.header {
	height: 162px;
	position: relative;
}
.top_logo {
	letter-spacing: 2px;
	font-family: Times;
	font-size: 14px;
	color: #8C8686;
	text-transform: uppercase;
	left: 20px;
	top: 10px;
	position: absolute;
	cursor: pointer;
	width:435px;
	height:142px;
	background:url("images/logo.png") left center no-repeat;
}
.menu li{
	line-height: 32px;
	padding-left: 11px;
	padding-right: 10px;
	font-size: 14px;
	display: inline;
	letter-spacing: 0px;
	color: #B4B4B4;
}
.menu li a{
	color: #B4B4B4;
}

.menu li a:hover{
	color: #8C8686;
}

#nav .separador {
	background-image: url('images/separadormenu.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}



#nav{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	padding-left: 21px;
	border-top-color: #B7B49D;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #B4B4B4;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
}
#nav .conte{
	width:930px!important;
}
#nav .top_btn{
	display:none;
}

#nav ul{
	z-index: 50;
	margin:0;
	padding:0;
	padding-bottom: 0px;
	margin-top: 9px;
	padding-top: 5px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	height: 31px;
	background-color: white;
	border-top-color: #B4B4B4;
	border-top-style: solid;
	border-top-width: 3px;
	position:absolute;
	display:none;
	width: auto;
	height:auto;
	top:1.5em;
	-webkit-box-shadow: 0px 4px 6px 0px #999;
	box-shadow: 0px 4px 6px 0px #999;

}


#nav a{
display:block;
padding:0px 10px;
color:#B4B4B4;
text-decoration:none;
background-color: white;
z-index: 102;

}

#nav a:hover{
color:#8C8686;
}

#nav li{
float:left;
position:relative;
background-color: white;

}

.submenu {
	margin-left: 10px !important;
	margin-right: 10px !important;
	padding-top: 3px;
	padding-bottom:  3px;
	border-top-color: #B7B49D;
	border-top-style: dotted;
	border-top-width: 1px;
	font-size: 12px;

}
.submenu a, .submenu1 a{
padding: 0px !important;

}
.submenu1 {
	margin-left: 10px !important;
	margin-right: 10px !important;
	padding-top: 2px;
	padding-bottom:  3px;
	font-size: 12px;
}


#nav li ul a{
width: 110px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav #sub_2{
	display:none!important;
}
#nav #sub_1{
	display:none!important;
}

.carrousel {
	width: 100%;
	height: 450px;
	background-color: black;
}

.redes {
	position: absolute;
	right: 27px;
	top: 5px;
}

.redes a, .idiomas a{
	display: inline !important;
	width: auto !important;
	margin-left: 5px !important;
	padding: 0px !important;
}

.idiomas {
	position: absolute;
	top: 0px;
	right: 30px;
}

.contenidohome {
	width: 950px;
	background-color: white;
	background-image: url('images/fondohome1.jpg');
	background-repeat: repeat-y;
	padding-top: 11px;
	position: relative;


}

.columna1 {
	width: 190px;
	padding: 10px;
	color: #828282;
	padding-bottom: 30px;
	margin-left: 29px;
	font-family: 'Gotham-Book';
	font-size: 10px;
	display: inline-block;
	float: left;
	z-index: 2;

}

.columna1 a{


}

.columna1 a:hover {
	color: black;
	text-decoration: underline;
}

.destacol {
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	color: #8C8873;
	font-size: 12px;
}
.destacol2 {
	margin-top: 7px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	color: #8C8873;
	font-size: 12px;
}

.fechacol2 {
	margin-top: 3px;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
}
.coltitu {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	color: #8C8873;
	margin-bottom: 7px;
}

.homenovech {
	margin-bottom:  15px;
	cursor: pointer;
}



.columna2 {
	width: 190px;
	display: block;
	padding: 10px;
	padding-bottom: 30px;

	color: #828282;
	margin-left: 16px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	float: left;


}

.columna_serv{
    display:none;
}

.barra_2, .barra_3, .barra_4{
	display:none;
}


.vermas {
	margin-top: 30px;
}

.agendaitem {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 190px;
	float: left;
	margin-right: 36px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	cursor: pointer;
}

.agendaitemright {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 190px;
	float: right;
	font-family: 'Gotham-Book';
	font-size: 11px;
	cursor: pointer;
}

.vermas a {
	text-decoration: underline;
}

.vermas a:hover {
text-decoration: none;
	color: black;
}

.contenidoarriba {
	width: 100%;
	height: 488px;
	background-color: white;
	background-image: url('images/homeconttop.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background:none;
	position: relative;
}
.contenidoarriba2 {
	width: 100%;

	background-color: white;
	background-image: url('images/homeconttop.png');
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

.spaceraba {
	width: 100%;
	height: 40px;
	font-size: 8px;
	padding-top: 20px;
	font-family: Arial;
	text-align: center;
	clear: both;
}

.epigrafe {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -19px;
	text-align: center;
	color: black;
	padding: 3px;
	font-size: 9px;
	font-family: 'Gotham-Book';
	
}
.slick-slider .slick-track {
	height: 490px;
}

.cont-submenu {
	position: absolute;
	top: 24px;
	left: 31px;
	width: 211px;
	border-top: 1px dotted #C8C8C8;
	letter-spacing: 1px;
}

.cont-submenu li{
	display: block;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	font-size: 12px !important;
}

.cont-submenu li a{
	color: #B4B4B4;
	font-size: 12px;
}

.cont-submenu li a:hover{
	color: #8C8686;
	text-decoration: none;
}

.separador .desta, #menu1 .desta{
	color: #8C8686 !important;
}

.cont-submenu .separador{
	border-bottom-color: #C8C8C8;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#demo2 {
	width: 683px;
	height: 388px;
	position: absolute;
	bottom: 76px;
	right: 0px;
	background-image: url('images/puntfon.png');
	background-repeat: no-repeat;
}

#demo3 {
	font-family: 'Gotham-Book';
	width: 683px;
	height: 388px;
	position: absolute;
	bottom: 76px;
	right: 0px;
	background-image: url('images/puntfon.png');
	background-repeat: no-repeat;
}


.action{margin: 50px 0 10px 0;}


.scrollbar{
      width:250px;
      height:300px;
      margin:0 60px 0 0;
      overflow:hidden;
      float:left;

      border:6px solid #B2B2B2;
}
.scrollbar.simple{
      width:100%;
      height:388px;
      margin:0px;
      overflow:hidden;
      float:left;
      -moz-box-shadow:none;border:none;
}
      .scrollbar.noborder{border:none;}
.scrollbar p{
      margin:0;
      padding:0px;
      padding-right: 0px;
}

ul.months {
	 display: block;
	 overflow: auto;
	 width: 51px;
	 background: #FFF;
	 border: 1px solid #B2B2B2;
	 list-style: none;
	 margin: 0 60px 0 0;
	 max-height: 220px;
	 overflow-x: hidden;
	 overflow-y: auto;
	 padding: 4px 0;
}
	ul.months li {
	 color: #111;
	 cursor: pointer;
	 font-size: 93%;
	 padding: 1px 5px;
	 text-align: left;
	 white-space: nowrap;
	}

	.plain {
	 max-height: 100px;
	}

    .obraslineas {
		position:relative;
		float: left;
    	padding-top: 9px;
	    width: 646px;
	    border-bottom: 1px dotted #B2B2B2;
    }

.obra1, .obra1right {
	position:relative;
	float: left;
	width: 100%;
	margin-right: 20px;
	top:0px;
	margin-top:0px;
	margin-bottom:25px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	cursor: pointer;
}
.obra1right {
}
.obra1 img, .obra1right img{
	width: 100%;
}

.obra1:hover, .obra1right:hover {
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;

}
.tituobra {
	position:relative;
	float:left;
	color: #8C8873;
	padding-top: 3px;
	font-family: 'Gotham-Bold';
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	border-top: 1px dotted #B2B2B2;
}

.scroll_obras{
	width: 683px;
	  height: 440px;
	  position: absolute;
	  bottom: 25px;
	  right: 0px;
	overflow-y:auto;
	overflow-x:hidden;
}
#cont_obras {
    width: 100%;
}
.masonry {
    -moz-column-count:3;
    -moz-column-gap: 20px;
    -webkit-column-count:3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
/*.obra1right {
	float: right;
	width: 192px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	height: 110px;
	cursor: pointer;
}*/

#contobrabierta, #contartistabierta {
	width: 100%;
	height: 490px;
	position: absolute;
	overflow: hidden;


}
#obrabierta {
	width: 100%;
	height: 490px;
	background-color: white;
	position: absolute;
	top: 450px;
	-webkit-box-shadow: 0px 2px 6px 2px #999;
	box-shadow: 0px 2px 6px 2px #999;
}

#artistabierta {
	width: 950px;
	height: 490px;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 450px;
	-webkit-box-shadow: 0px 2px 6px 2px #999;
	box-shadow: 0px 2px 6px 2px #999;
}

.datosartista {
	width: 448px;
	height: 490px;
	position: absolute;
	top: 0px;
	left: 250px;
	border-left: 1px dotted #C8C8C8;
	border-right: 1px dotted #C8C8C8;
}

.cerrarobra {
	position: absolute;
	top: 5px;
	right: 5px;
	width:16px;
	height:16px;
	background:url(images/volver.png) center right no-repeat;
	border-radius:3px;
}

.datosobra {
	width: 438px;
	height: 490px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px dotted #C8C8C8;
}

#textodatos {
	width: 428px;
	height: 322px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top:auto;
}


#container2b {
	height: 312px;
	font-family: 'Gotham-Book';
	font-size: 11px;

}

#container2c {
	height: 352px;
	font-family: 'Gotham-Book';
	font-size: 11px;

}

#container2d {
	height: 388px;
	font-family: 'Gotham-Book';

}
#container2e {
	height: 388px;
	font-family: 'Gotham-Book';

}

.titudatos {
	padding: 10px;
	width: 428px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 98px;
	border-bottom: 1px dotted #C8C8C8;
}

.titudatosartista {
	padding: 10px;
	width: 428px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 58px;
	border-bottom: 1px dotted #C8C8C8;
}

#textoobra, #textoartista {
	width: 400px;
}

#obraautor {
	color: #8C8873;
	padding-top: 16px;

	font-family: 'Gotham-Bold';
	font-size: 12px;
	text-transform: uppercase;
	width: 410px;
}

#obratitulo {
	color: #B7B49D;
	padding-top: 9px;
	font-family: 'Gotham-Bold';
	font-size: 12px;
	text-transform: uppercase;
	width: 410px;
}

#obraautorf {
	color: #8C8873;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	width: 410px;
	border-bottom: 1px dotted #C8C8C8;
}

#obramedida {
	color: #B7B49D;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	width: 410px;
}

#obraimagen {
	width: 510px;
	height: 490px;
	background-repeat: no-repeat;
	background-position: center center;

}

.obrasartistas {
    	padding-top: 9px;
	    height: auto;
	    width: 646px;
	    border-bottom: 1px dotted #B2B2B2;
}

.artistafila {
	float: left;
	width: 215px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	cursor: pointer;
	padding-bottom: 20px;
}

.artistaletra {
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	color: black;
	margin-bottom: 4px;
	font-size: 12px;
	color: #8C8873;
}

.artistafila li {
	display: block;
	cursor: pointer;
}

.artistafila li a {
	color: #828282;
}

.artistafila li a:hover {
	color: black;
	text-decoration: none;
}

#artistaautor {
	color: #8C8873;
	padding-top: 16px;

	font-family: 'Gotham-Bold';
	font-size: 12px;
	text-transform: uppercase;
	width: 410px;
}


#artistaautorf {
	color: #8C8873;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	width: 410px;
}

#textodatosartista {
	width: 428px;
	height: 362px;
	position: absolute;
	left: 260px;
	bottom: 0px;
}

.contenidoderecha {
	width: 646px;
	height: 385px;
	position: absolute;
	right: 30px;
	top: 23px;
	border-top: 1px dotted #B2B2B2;
	border-bottom: 1px dotted #B2B2B2;
}



.contenidoderecha .columna {
	width: 192px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	float: left;
	padding-right: 34px;
}

.contenidoderecha .columnaright {
	width: 192px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	float: right;
}

.contenidoderecha .columna p, .contenidoderecha .columnaright p{
	margin: 0px;
	margin-bottom: 5px;

}

.contenidoderecha .columnatitu, .contenidoderecha .columnatitu, .contenidoderecha .col_suscripcion {
	font-family: 'Gotham-Bold';
	font-size: 12px;
	color: #8C8873;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B2B2B2;
	padding-bottom: 7px;
	padding-top: 8px;
	margin-bottom: 7px;
}


.contenidoderecha .col_suscripcion {
	width: 420px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #828282;
	float: right;
  text-align: left;
}
.contenidoderecha .col_suscripcion .tit{
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  color: #8C8873;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contenidoderecha .col_suscripcion .sub{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.contenidoderecha .col_suscripcion input{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5px;
  border: none;
  font-family: 'Gotham-Book';
	font-size: 11px;
  color: #B4B4B4;
  border-bottom: 1px dotted #B2B2B2;
}
.contenidoderecha .col_suscripcion button{
  position: relative;
  float: left;
  margin-top: 25px;
  padding: 5px 8px;
  border: none;
  font-family: 'Gotham-Bold';
	font-size: 11px;
  color: white !important;
  background: #8C8873;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
}



.abrazoobras {
	width: 650px;
}

.imagennove {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 450px;
	border-right: 1px dotted #B2B2B2;
	background-position: center right;
	background-size:cover;
}

.novedadcoltitu {
	width: 219px;
	position: absolute;
	left: 256px;
	top: 20px;
	font-family: 'Gotham-Book';
	font-size: 12px;
}

.novetitu {
	color: #8C8873;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:  1px dotted #B2B2B2;
	margin-bottom: 10px;
}

.novefecha {
	color: #B7B49D;
	font-size: 11px;
	font-style: italic;
	border-top:  1px dotted #B2B2B2;
	padding-top: 10px;
	margin-top: 10px;
}

.noveadi {
	color: #B7B49D;
	font-size: 11px;
	border-top:  1px dotted #B2B2B2;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
}

#textonovedad {
	font-size: 11px !important;
	line-height: 11px;
	width: 458px;
	position: absolute;
	right: 0px;
	top: 19px;
	height: 388px;
	background-repeat: no-repeat;
	background-image: url('images/novpunt2.png');
}
#textonovedad_resp {
	display:none;
}
#textonov2 {
	width: 419px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}




.slid_muestra {
	position: relative;
	width: 510px;
	height: 490px;
	border-right: 1px dotted #B2B2B2;
  border-top:none;
}
.slid_muestra .item{
	position: relative;
	width: 100%;
	height: 470px;
	background-position: center center;
	background-size:  contain;
	background-repeat: no-repeat;
}
.slick-prev{
  left:0px!important;
  background: url('images/slid_prev.png') center center no-repeat #fff !important;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.slick-next{
  right:0px!important;
  background: url('images/slid_next.png') center center no-repeat #fff !important;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.slick-prev:before, .slick-next:before {
    opacity: 0!important;
}

.novedadcol_muestra {
    width: 428px;
    position: absolute;
    right: 0px;
    top: 20px;
    padding-left:10px;
    font-family: 'Gotham-Book';
    font-size: 12px;
    border-bottom: 1px dotted #B2B2B2;
}
#texto_muestra {
	font-size: 11px !important;
	line-height: 11px;
	width: 430px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	height: 325px;
}
#texto_muest_in {
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}
#texto_muestra #container2d{
  height:325px
}

.agendatitu {
	color: #8C8873;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.contenidoeducacion {
	width: 885px;
	height: 1150px;
	position: absolute;
	left: 35px;
	top: 23px;
	background-image: url('images/fondoeduca.png');
	background-repeat: repeat-y;
	background-position: top right;

}
.educacol1 {
	float: left;
	width: 660px;

}

.educacol2 {
	float: right;
	width: 211px;
	background-color: #e9ece7;
}

.edutit2 {
	color: #828282;
	font-family: 'Gotham-Bold';
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px;
	border-bottom:   1px dotted #B2B2B2;
}

.barraba {
	display: black;
	clear: both;
	background-color: black;
	height: 50px;
}

.ed2item {
	padding-top: 12px;
	padding-bottom:  12px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Gotham-Book';
	font-size: 12px;
	display: block;
	border-bottom:   1px dotted #B2B2B2;
}

.ed2itemtitu {
	padding-top: 25px;
	padding-bottom:  5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #828282;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	border-bottom:   1px dotted #B2B2B2;
}

.iconopdf {
	float: left;
	margin-top: -3px;
	margin-right: 5px;
}

.col1desta {

	border-bottom:   1px dotted #B2B2B2;
	height: 240px;
}

.col1destit {
	padding: 15px;
	padding-right: 0px;
	float: right;
	width: 418px;
	color: #828282;
	font-family: 'Gotham-Bold';
	border-top:   1px dotted #B2B2B2;
	padding-bottom: 15px;
}

.col1subtitulo {
	font-family: 'Gotham-Book';

}

.col1destxt {
	margin-top: 15px;
	padding-top: 15px;
	font-family: 'Gotham-Book';
	border-top:   1px dotted #B2B2B2;
	font-size: 11px;
	color: #828282;
}

.eduhorarios {
	float: left;
	width: 200px;
	margin-top: 64px;
	font-family: 'Gotham-Book';
	font-size: 11px;
	color: #B4B4B4;

}

.edutgeneral {
	font-family: 'Gotham-Book';
	width: 417px;
	font-size: 11px;
	color: #828282;
	margin-top: 50px;
	margin-left: 244px;
}

.edgentitu {
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	color: #8C8873;
	font-size: 14px;
	display: block;
	border-bottom:   1px dotted #B2B2B2;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.edgensubtit {
	font-family: 'Gotham-Book';
	font-style: italic;
	font-size: 12px;
	color: #8C8873;
	margin-top: 20px;
	margin-bottom: 15px;
}


.gacefecha {
	color: #8C8C8C;
	font-size: 11px;
	font-family: 'Gotham-Book';
	font-style: italic;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom:  3px;
}

#fotoslistado {
	width: 458px;
	height: 388px;
	position: absolute;
	bottom: 76px;
	right: 0px;
	background-image: url('images/puntfon.png');
	background-repeat: no-repeat;

}
#fotoslistado .obra1{
	position: relative;
	  float: left;
	width:420px;
	height:auto;
	margin-bottom:20px;
}
#fotoslistado .obra1 .img{
	position: relative;
	  float: left;
	width: 100%;
	height:80px;
	background-position: center center;
}
#fotoslistado .tituobra {
  position: relative;
  float: left;
  color: #8C8873;
  padding-top: 3px;
  font-family: 'Gotham-Bold';
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px dotted #B2B2B2;
}

.fotoslineas {
    	padding-top: 9px;
	    height: 120px;
	    width: 420px;
	    border-bottom: 1px dotted #B2B2B2;
    }

.galeria-imagen {
	width: 467px;
	height: 450px;
	position: absolute;
	top: 1px;
	left: 0px;
	 border-right:  1px dotted #B2B2B2;
	 background-position: center center;
	 background-repeat: no-repeat;
	background-size:contain;
}
.fotoslistado{
	display:none;
}

.edutgeneral input, .edutgeneral textarea{
	border: 1px solid #999;
	padding: 3px;
	font-size: 12px;
	font-family: 'Gotham-Book';
	color: #333;
}

.botonformulario {
	background-color: #B2B2B2;
	color: white;
	font-family: 'Gotham-Bold';
	padding: 8px;
	font-size: 14px;
	margin-top: 20px;
}

.logoprog {
	position: absolute;
	top: 60px;
	right: 30px;


}

#servicioscol1 p{
	margin-bottom: 13px;
}


.muest_mob{
	display:none;
}




.vide_lista{
	position: relative;
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.vide_linea{
	position:relative;
	float:left;
	width:100%;
}
.vide{
	position:relative;
	float:left;
	width:calc((100% - 75px) / 2);
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
}
.vide iframe{
	position:relative;
	float:left;
	width:100%;
}
.vide .tit{
	position:relative;
	float:left;
	width:100%;
	color: #8C8873;
  	padding-top: 10px;
  	font-family: 'Gotham-Bold';
  	font-size: 12px;
}
.vide .fecha{
	position:relative;
	float:left;
	width:100%;
	font-family: 'Gotham-Book';
  	font-size: 11px;
  	color: #828282;
}




.footer{
	position:relative;
	float:left;
	width:100%;
	padding:20px 0px;
	background:rgba(180,180,180,0.25);
}
.footer .datos{
	position:relative;
	float:left;
	margin-left:30px;
	font-family: 'Gotham-Book';
	font-size:11px;
	line-height:20px;
}
.footer .datos b{
	font-family: 'Gotham-Bold';
	font-weight:100;
}
.footer img{
	position:absolute;
	top:20px;
	right:30px;
}
