@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700';
@import 'https://fonts.googleapis.com/css?family=Lobster';
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
}
li
{
	list-style:none;
}
body
{
	background:#E9E9E9 url(../images/back.png);
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:23px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#333;
}
h1
{
	position:relative;
    position: absolute;
    z-index: 3;
    top: 10px;
	
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    padding-left: 20px;
    max-width: 1024px;
	width: 100%;
    height: 177px;
}
h1 img
{
	z-index:5;
	position:relative;
	max-width: 150px;
}
h1 span.nombre,
h1 span.slogan
{
	position:absolute;
	left:100px;
	top:65px;
	background:url(../images/slogan.png) right repeat-y;
	width:80%;
	max-width: 848px;
	z-index:2;
	padding:8px 0 0 80px;
}
h1 span.nombre
{
	font-family: 'Dancing Script', cursive;
	font-size:45px;
	line-height: 42px;
	color: #323232;
}
h1 span.slogan
{
	top:115px;
	padding-top:0;
	padding-bottom:8px;
	font-style:italic;
	font-size:19px;
	color: #323232;
	font-weight: 600;
}
h1 span.slogan b
{
	color:#ee6700;
}
h2
{
	font-size:24px;
	color:#333;
	line-height:30px;
	font-weight:700;
	margin-bottom:40px;
	padding: 0 20px;
}
h2.titulo-home
{
	text-align: center;
	padding: 50px 15px 20px 15px;
	background: #ee6700 url(../images/back-titulo-home.png) right 50px center no-repeat;
	background-size: 350px;
	color: #323232;
	font-weight: 700;
	border-bottom: 2px dotted #fff;
	position: relative;
}
h2.titulo-home:before
{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 193px;
	height: 166px;
	background: url(../images/ico-titulo-home.png) no-repeat;
	background-size: 100%;
}
h2 i
{
	font-size:35px !important;
	color:#fff;
	background:#f06600;
	padding:5px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-right:10px;
	
}
h2 span
{
	display:inline-block;
	text-transform: uppercase;
}
h2 span b
{
	display:block;
	color: #fff;
}
footer
{
	background: #f06600;
	padding:5px 15px;
	text-align:center;
}
footer p
{
	color:#fff;
	font-size:15px;
}
footer p a
{
	font-weight:700;
}
form
{
	font-size:15px;
	margin-top:40px;
	padding: 0 70px;
	text-align:right;
	
}
form input,
form textarea
{
	width:100%;
	display:block;
	height:35px;
	background:rgba(255,255,255,0.60);
	border:none;
	margin-bottom:10px;
	padding-left:15px;
	color:#323232;
}
form textarea
{
	height:100px;
	padding:5px 5px 5px 15px;
	resize:none;
}
form input:focus,
form textarea:focus
{
	background:rgba(255,255,255,0.90);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #323232;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #323232;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #323232;
}
:-moz-placeholder { /* Firefox 18- */
  color: #323232;
}
form input#submit
{
	background:#f06600;
	width:115px;
	display:inline-block;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding-left:0;
	color: #fff;
}
header
{
	background:#5e5e5e;
	width:100%;
	/*min-width:1024px;*/
	height:75px;
	border-bottom:3px solid #ee6700;
	position:relative;
}

/*TRANSITIONS*/
#top-menu > ul,
#top-menu > ul > li,
.sub-menu li a,
.more,
form input#submit,
.navegacion-cronograma li,
.pildoras a,
.pildoras-lista li a,
.item-galeria p a,
.page_link
{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.sub-menu
{
	transition:opacity .4s ease-in-out .2s;
	-moz-transition:opacity .4s ease-in-out .2s;
	-webkit-transition:opacity .4s ease-in-out .2s;
	-o-transition:opacity .4s ease-in-out .2s;
}
#top-menu > ul > li:last-child
{
	transition:all .0s ease-in-out;
	-moz-transition:all .0s ease-in-out;
	-webkit-transition:all .0s ease-in-out;
	-o-transition:all .0s ease-in-out;
}

/*ID*/

#banner,
#banner-interno
{
	width:100%;
	max-width: 1024px;
	margin:auto;
	position:relative;
	border-bottom:10px solid #5e5e5e;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}
#banner:after,
#banner-interno:after
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:-18px;
	z-index:9;
	height:500px;
	background:url(../images/sombra-banner.png) left center no-repeat;
	background-size: 18px 140%;
	width:18px;
}
#banner:before,
#banner-interno:before
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:-18px;
	z-index:9;
	height:500px;
	background:url(../images/sombra-banner-left.png) left center no-repeat;
	background-size: 18px 140%;
	width:18px;
}
#banner-interno
{
	height:130px;
	background: #333;
	border-bottom:10px solid #ee6700;
}
#banner-interno .social 
{
    background: #ee6700;
	z-index: 9;
}
#banner-interno .social:after 
{

    border-top: 25px solid #ee6700;
}
#banner-interno:after,
#banner-interno:before
{
	height:120px;
}
#centro
{
	background:rgba(255,255,255,0.80);
	max-width:980px;
	width: 100%;
	min-height:400px;
	margin:auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.69);
	padding:70px 40px 30px 40px;
}

#centro.centro-home
{
	padding:0 0 30px 0 !important;
}

#centro article
{
	margin-bottom:40px;
}
#centro article div
{
	display:inline-block;
	vertical-align:middle;
}
#datos
{
	background:#424242 url(../images/back-datos.jpg) center center no-repeat;
	font-size:0;
	position:relative;
}
#datos .centrar
{
	padding-bottom:30px;
}
#datos:before
{
	content:"";
	display:block;
	position:absolute;
	border-top:30px solid #f8f8f8;
	border-left:50px solid transparent;
	border-right:50px solid transparent;
	top:0;
	left:50%;
	margin-left:-50px;
}
#datos article
{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
#datos article h4
{
	background:#ee6700;
	color:#fff;
	font-size:22px;
	text-align:center;
	padding: 15px 0;
}
#datos article h4 i
{
	font-size:30px;
	margin-right:10px;
	color:#ee6700;
	background:#fff;
	padding:5px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
#datos .centrar article:first-child h4
{
	border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
}
#datos .centrar article:last-child h4
{
	border-radius: 0 0 10px 0;
}
#datos article p
{
	color:#fff;
	font-size:17px;
	text-align:center;
	margin-top:50px;
	border-right:1px dotted rgba(255,255,255,0.50);
}
#datos article p b
{
	color: #ee6700;
}
#header-interno h1 span.nombre, 
#header-interno h1 span.slogan 
{
    background: none;
	color: #fff;
	top: 80px;
}

#header-interno h1 span.slogan 
{
    top: 130px;
	color: #fff;
}
/*GALERIA*/

            .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
				margin-bottom: 15px;
				margin-right: 1%;
				margin-left: 1%;
				width: 18%;
				height: 91px;
    			overflow: hidden;
				border-bottom: 3px solid #ee6700;
            }
			#lightgallerydos > li {
                width: 170px !important;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #ee6700;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
          

/*END GALERIA*/
#page_container
{
	padding: 0 40px;
}
#page_container .content article
{
	/*background: #ededed;*/
}
#page_container .content article.col-left .text
{
	padding-left: 15px;
}
#page_container .content article.col-right .text
{
	padding-right: 15px;
}
#top-menu
{
	max-width:1024px;
	width: 100%;
	margin:auto;
}
#top-menu > ul
{
	text-align:right;
	font-size: 0;
	padding-right: 0;
}
#top-menu > ul > li
{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	height:75px;
	padding-top:18px;
	background:url(../images/menu-hover.jpg) repeat-x;
	background-position:0 -100px;
	position:relative;
	z-index:3;
}
#top-menu > ul > li:last-child
{	
	padding: 3px 8px 0 8px;
    background: #f8f8f8;
}
#top-menu > ul > li.sub
{
	height:82px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0 0;
}
#top-menu > ul > li.active
{
	background-position:0 0px;
	box-shadow: 0 -5px 5px rgba(0,0,0,0.74);
	/*border-right:3px solid #ee6700;
	border-left:3px solid #ee6700;*/
}
#top-menu > ul > li.sub.active
{
	height:75px;
}
#top-menu > ul > li >a
{
	color:#fff;
	display:block;
	height:35px;
	border-right:1px dotted #000;
	padding:0 8px;
	line-height:35px;
}
#top-menu > ul > li:last-child > a
{
	border-right:none;
	height:57px;
	position: relative;
}
#top-menu > ul > li:last-child:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -35px;
	border-top: 35px solid #f8f8f8;
	border-right: 77px solid transparent;
	border-left: 76px solid transparent;
}

/*CLASS*/

.ampliar-img
{
	text-align: center;
	margin-top: 15px;
	text-decoration: underline;
	display: none;
}
.ampliar-img i
{
	color: #7a160e;
}
.banner-container
{
	width: 1024px;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.capcha
{
	display: block;
	margin-bottom: 20px;
	border-radius: 5px;
	text-align: center;
}
.capcha > div
{
	display: inline-block;
}
.centrar
{
	max-width:980px;
	width: 100%;
	margin:auto;
}
.colweb
{
	width:120px;
	position:relative;
	z-index:3;
}
.col-left .text
{
	margin-right:3%;
	text-align:right;
}
.col-left h3,
.col-left p,
.col-left .fecha
{
	text-align:left;
}
.col-right .foto
{
	margin-right:3%;
}
.doc-proteccion
{
	color:#f39200;
	background: #901210;
	padding:10px;
	text-align:center;
}
.doc-proteccion a
{
	font-weight:700;
	text-decoration:underline;
}
.fecha
{
	display:block;
	font-size:14px;
	font-style:italic;
	color:#5d5d5d;
	margin-bottom:20px;
}
.foto
{
	width:51%;
	position:relative;
}
.foto:after
{
	content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 31px;
    background: url(../images/sombra-fotos.png) left bottom no-repeat;
    background-size: 100%;
}
.foto img
{
	width:100%;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
}
.item-galeria
{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	background: rgba(255,255,255,0.80);
	padding: 10px;
	margin: 0 1% 15px 1%;
	font-size: 17px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.20);
}
.item-galeria img
{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #333;
	margin-right: 1%;
}
.item-galeria p
{
	width: 57%;
	display: inline-block;
	vertical-align: middle;
}
.item-galeria p b
{
	color: #333;
}
.item-galeria p span
{
	font-size: 15px;
}
.item-galeria p em
{
	display: block;
	color: #5d5d5d;
	font-size: 15px;
}
.item-galeria p a
{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #f06600;
	font-size: 15px;
	color: #fff;
}
.l-movil
{
	display: none;
}
.more
{
	background:#5e5e5e;
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-size:15px;
	margin-top:20px;
	cursor:pointer;
	border-radius: 0;
	font-weight: 700;
}
.more i
{
	margin-right:5px;
	color: #ee6700;
}
.menu-movil,
.menu-cerrar
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 35px;
	color: #fff;
	background: #ef6701;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 5;
	border-radius: 0 5px 0 5px;
	display: none;
}
.navegacion-cronograma
{
	display:block;
	margin-top:50px;
	text-align:center;
	/*height:57px;*/
}
.navegacion-cronograma ul
{
	text-align:center;
	 position: relative;
    /*top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
}
.navegacion-cronograma li
{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	padding:10px 10px;
	color:#fff;
	font-weight:700;
	position:relative;
	border-radius:6px;
	margin-bottom: 10px;
}
.navegacion-cronograma li.active
{
	padding:18px 10px;
	text-decoration:overline;
}
.navegacion-cronograma li:before
{
	display:block;
	content:"";
	position:absolute;
	left:50%;
	margin-left:-15px;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}
.navegacion-cronograma li:nth-child(odd):before
{
	top:-5px;
}
.navegacion-cronograma li:nth-child(even):before
{
	bottom:-5px;
}
.navegacion-cronograma li:nth-child(1)
{
		background:#d01c5c;
}
.navegacion-cronograma li:nth-child(1):before
{
		border-bottom:6px solid #d01c5c;
}
.navegacion-cronograma li:nth-child(2)
{
		background:#d4000d;
}
.navegacion-cronograma li:nth-child(2):before
{
		border-top:6px solid #d4000d;
}
.navegacion-cronograma li:nth-child(3)
{
		background:#ef5b31;
}
.navegacion-cronograma li:nth-child(3):before
{
		border-bottom:6px solid #ef5b31;
}
.navegacion-cronograma li:nth-child(4)
{
		background:#f69232;
}
.navegacion-cronograma li:nth-child(4):before
{
		border-top:6px solid #f69232;
}
.navegacion-cronograma li:nth-child(5)
{
		background:#ffd307;
}
.navegacion-cronograma li:nth-child(5):before
{
		border-bottom:6px solid #ffd307;
}
.navegacion-cronograma li:nth-child(6)
{
		background:#b4de39;
}
.navegacion-cronograma li:nth-child(6):before
{
		border-top:6px solid #b4de39;
}
.navegacion-cronograma li:nth-child(7)
{
		background:#80c44a;
}
.navegacion-cronograma li:nth-child(7):before
{
		border-bottom:6px solid #80c44a;
}
.navegacion-cronograma li:nth-child(8)
{
		background:#1aa79d;
}
.navegacion-cronograma li:nth-child(8):before
{
		border-top:6px solid #1aa79d;
}
.navegacion-cronograma li:nth-child(9)
{
		background:#34abe1;
}
.navegacion-cronograma li:nth-child(9):before
{
		border-bottom:6px solid #34abe1;
}
.navegacion-cronograma li:nth-child(10)
{
		background:#1073ba;
}
.navegacion-cronograma li:nth-child(10):before
{
		border-top:6px solid #1073ba;
}
.page_navigation
{
	text-align:center;
}
.page_link
{
	display: inline-block;
	width:25px;
	height:25px;
	background: #5e5e5e;
    color: #fff;
    margin-right: 5px;
	text-align:center;
	line-height:25px;
	font-weight: 600;
}

.active_page
{
	background:#ee6700;
	color:#fff;
}

.pildoras 
{
	margin-bottom:0 !important;
	margin-top:10px;
	position:relative;
}
.pildoras a
{
	display: block;
    width: 135px;
    height: 45px;
    position: absolute;
    top: 190px;
    right: 221px;
    background:#f39200;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
    font-size: 21px;
    border-radius: 7px;
}
.pildoras a:hover
{
	background:#f3c400;
	width: 145px;
	right: 216px;
}
.pildoras-lista li
{
	margin-bottom:5px;
	position:relative;
}
.pildoras-lista li i
{
	position:absolute;
	top:0;
	left:0;
	background:#a81916;
	color:#fff;
	height:39px;
	width:39px;
	line-height:39px;
	text-align:center;
	font-size:20px;
}
.pildoras-lista li img
{
	position:absolute;
	top:10px;
	left:10px;
	width:80px;
	box-shadow:0 0 5px rgba(160, 4, 4, 0.54);
	border-radius: 0 10px 10px 0;
}
.pildoras-lista li a
{
	display:block;
	padding: 20px 8px 0 115px;
	background:rgba(204, 204, 204, 0.41);
	height:85px;
}
.pildoras-lista li a em
{
	font-size:13px;
	color:#007c98;
	display:block;
}
.pildoras-lista li:hover a
{
	background:rgba(204, 204, 204, 0.70);
}
.social
{
	position:relative;
	position:absolute;
	right:60px;
	bottom:0;
	z-index:1;
	background:#5e5e5e;
	padding: 10px 15px;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
}
.social:after
{
	content:"";
	display:block;
	position:absolute;
	bottom:-25px;
	right:0px;
	border-top:25px solid #5e5e5e;
	border-left:40px solid transparent;
	border-right:40px solid transparent;
	z-index:9;
}
.social li
{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.social li:last-child
{
	margin-right:0px;
}
.social li a
{
	font-size:25px;
	color:#fff;
}
.sub-menu
{
	background:#333;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	position:absolute;
	top:-220px;
	opacity:0.0;
	left:50%;
	z-index:3;
	width:214px;
	margin-left:-107px;
	text-align:left;
	padding:10px 0;
	box-shadow: 0 3px 5px #000;
}
.sub-menu li
{
	border-bottom:1px dotted #ee6700;
}
.sub-menu li:last-child
{
	border-bottom:0;
}
.sub-menu a
{
	display:block;
	color:#fff;
	font-size:15px;
	padding: 5px 10px;
}
.text
{
	width:45%;
}
.text h3
{
	color:#ee6700;
	font-size:18px;
	font-weight:700;
	padding-bottom:5px;
	border-bottom:1px dotted #ee6700;
	text-transform: uppercase;
}


/*HOVER*/
@media only screen and (min-width : 852px)
{
	
	form input#submit:hover
	{
		background:#fff;
		color: #ee6700;
		width:120px;

	}
	#top-menu > ul > li:hover
	{
		background-position:0 0px;
		height:75px;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		top:75px;
		opacity:1;
	}
	.col-left .more:hover
	{
		padding-right:20px;
	}
	.col-right .more:hover
	{
		padding-left:20px;
	}
	.page_link:hover
	{
		background:#ee6700;
		color:#fff;
	}
	.more:hover
	{
		background:#333;
	}
	.social li:hover a
	{
		color:#ee6700;
	}
	#banner-interno .social li:hover a
	{
		color: #333;
	}
	.sub-menu li:hover a
	{
		background:#ee6700;
		padding-left:15px;
		font-weight:600;
	}
	.item-galeria p a:hover
	{
		background: #333;
	}
	.navegacion-cronograma li:hover
	{
		padding:18px 10px;
		text-decoration:overline;
	}

}

@media only screen and (max-width : 1067px)
{
	#banner:before,
	#banner:after,
	#banner-interno:before,
	#banner-interno:after
	{
		display: none;
	}
	#banner
	{
		overflow: hidden;
	}
}
@media only screen and (min-width : 852px) and (max-width : 1067px)
{
	h1 
	{
		padding-left: 10px;
	}
	h1 span.nombre, 
	h1 span.slogan 
	{
		left: 90px;
	}
}

@media only screen and (min-width : 100px) and (max-width : 851px)
{
	form 
	{
		margin: 30px auto 0 auto;
		padding: 0;
		text-align: center;
		width: 90%;
	}
	h1 
	{
		top: 5px;
		left: 0;
		transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		padding-left: 0px;
		text-align: center;
	}
	h1 span.nombre, h1 span.slogan 
	{
		left: 0px;
		top: 70px;
		background: url(../images/slogan.png) left repeat-y;
		background-size: 2560px;
		width: 100%;
		padding: 8px 10px 0 10px;
	}
	h1 span.nombre
	{
		font-size: 35px;
		line-height: 40px;
	}
	h1 span.slogan 
	{
		top: 118px;
		font-size: 17px;
		padding: 8px 10px 5px 10px;
	}
	h1 img 
    {
        max-width: 80px;
    }
	h2 
	{
		padding: 0 10px;
		text-align: center;
	}
	h2 i 
	{
		margin-right: 0;
		margin-bottom: 10px;
	}
	h2 span 
	{
		display: block;
		width: 100%;
	}
	h2.titulo-home:before 
	{
		top: 40px;
		left: 10px;
		width: 140px;
		height: 116px;
	}
	header 
	{
		height: 60px;
	}
	#header-interno h1 span.nombre, 
	#header-interno h1 span.slogan 
	{
		top: 160px;
	}
	#header-interno h1 span.slogan 
	{
		top: 205px;
	}
	#banner-interno 
	{
		height: 210px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#banner 
	{
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
        margin-top: 100px;
	}
	#centro 
	{
		padding: 30px 15px 30px 15px;
	}
	#centro article div 
	{
		display: block;
	}
	#datos article 
	{
		display: block;
		width: 100%;
		padding-bottom: 30px;
	}
	#datos:before 
	{
		margin-left: -30px;
		border-top: 15px solid #f8f8f8;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
	}
	#datos .centrar 
	{
		/*background: url(../images/back-datos.png) center 80px no-repeat;
		background-size: 400px;*/
		padding-bottom: 0px;
	}
	#datos .centrar article:last-child h4 
	{
    	border-radius: 0;
	}
	#datos .centrar article:first-child h4 
	{
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#datos .centrar article:last-child 
	{
    	background: #424242;
	}
	#datos article p 
	{
		margin-top: 30px;
		border-right: 0px dotted rgba(255,255,255,0.50);
	}
	
	#page_container .content article 
	{
		padding: 10px 0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	#page_container .content article.col-right .text 
	{
		padding-right: 0;
	}
	#page_container .content article.col-left .text 
	{
		padding-left: 0;
	}
	#top-menu > ul 
	{
		text-align: center;
		position: relative;
		top: -500px;
		z-index: 99;
	}
	#top-menu > ul > li 
	{
		display: block;
		height: auto;
		padding-top: 0;
		background: rgba(51, 51, 51, 0.98);
		border-bottom: 1px dotted #ef6701;
	}
	#top-menu > ul > li.active 
	{
		border-right: 0px solid #000;
		border-left: 0px solid #000;
		box-shadow: 0 0 0px rgba(0,0,0,0.74);
	}
	#top-menu > ul > li >a 
	{
		height: 50px;
		border-right: 0px dotted #000;
		line-height: 50px;
	}
	#top-menu > ul > li.sub 
	{
		height: auto;
	}
	#top-menu > ul > li:hover .sub-menu
	{
		display: block;
	}
	#top-menu > ul > li:last-child 
	{
		padding: 5px 0px;
		background: #f8f8f8;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 0;
	}
	#top-menu > ul > li:last-child:after 
	{
		content: "";
		display: block;
		position: absolute;
		left: auto;
		right: -15px;
		bottom: 0;
		border-top: 33px solid transparent;
		border-bottom: 33px solid transparent;
		border-right: 0 solid transparent;
		border-left: 15px solid #f8f8f8;
	}
	#top-menu > ul > li.sub.active 
	{
		height: auto;
	}
	.ampliar-img
	{
		display: block;
	}
	.col-right .foto 
	{
		margin: 0% auto 25px auto;
	}
	.col-left .foto 
	{
		margin: 25px auto 0% auto;
	}
	.col-left h3, .col-left p, .col-left .fecha 
	{
		text-align: center;
	}
	.col-left .text 
	{
		margin-right: 0;
		text-align: center;
	}
	.colweb 
	{
		width: 90px;
	}
	.demo-gallery > ul > li 
	{
		width: 23%;
		border-bottom: 0px solid #000;
	}
	.foto 
	{
		width: 100%;
		max-width: 445px;
		margin: 0% auto;
	}
	.item-galeria 
	{
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 380px;
	}
	.item-galeria img 
	{
		width: 100%;
		display: block;
		margin-right: 0;
	}
	.item-galeria p 
	{
		width: 100%;
		display: block;
		margin: 10px 0;
	}
	.menu-movil
	{
		display: block;
	}
	.social 
	{
		right: 20px;
	}
	.sub-menu 
	{
		background: #ef6701;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		position: relative;
		top: 0;
		opacity: 1;
		left: 0;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 10px;
		display: none;
	}
	.sub-menu li 
	{
		border-bottom: 1px dotted #000;
	}
	.text 
	{
		width: 100%;
		text-align: center;
	}

}


@media only screen and (max-width : 660px)
{

	h2.titulo-home:before 
		{
			display: none;
		}

}

@media only screen and (max-width : 500px)
{
	h1 img 
	{
		width: 80px;
	}
	h1 span.nombre 
	{
		font-size: 35px;
		line-height: 32px;
	}
	h1 span.slogan 
	{
		font-size: 17px;
	}
	h1 span.nombre, h1 span.slogan 
	{
		top: 70px;
	}
	h1 span.slogan 
	{
		top: 140px;
		font-size: 15px;
	}
	h2 
	{
		padding: 0 15px;
	}
	.banner-container 
	{
		width: 550px;
	}
	li.bjqs-slide
	{
   		 width: 550px !important;
	}
	li.bjqs-slide img
	{
		width: 100% !important;
		height: auto !important;
	}
	li.bjqs-slide iframe
	{
		width: 100% !important;
		height: 268px !important;
	}
	ol.bjqs-markers.h-centered 
	{
		display: none;
	}
	.social 
	{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#centro 
	{
		padding: 30px 15px 30px 15px;
	}
	#header-interno h1 span.nombre, 
	#header-interno h1 span.slogan 
	{
		top: 95px;
	}
	#header-interno h1 span.slogan 
	{
    	top: 160px;
	}
	#page_container 
	{
		padding: 0 15px;
	}
	.demo-gallery > ul > li 
	{
		width: 48%;
		border-bottom: 0px solid #000;
	}
	#top-menu > ul > li:last-child 
	{
		padding: 3px 0px;
	}
	#top-menu > ul > li:last-child > a 
	{
		height: 51px;
	}
	.colweb 
	{
		width: 71px;
	}
	.foto:after 
	{
		bottom: -17px;
    	height: 23px;
	}
	.l-movil
	{
		display: block;
	}
}
