@charset "UTF-8";
/* CSS Document */

/*Reset of the explorer*/
html, body, ul, ol, li, p,h1, h2, h3, h4, h5, h6,form, fieldset, a {margin: 0;padding: 0;border: 0; overflow-y:none;
overflow-x:none;}/*---------------*//*Basic Settings*/body {font-size: 100%; /* Fix for some browser bugs */background-color: #000;font-family:"Helvetica Neue", sans-serif; color: #fff;text-align:left;height:auto;}h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}a:link {color:#000; text-decoration:none}/* unvisited link */a:visited {color:#ffffff; text-decoration:none}  /* visited link */a:hover {color:#da3a05; ; text-decoration:none}  /* mouse over link */a:active {color:#ffffff;}  /* selected link */a img {border: none; }

body{
	margin: 0 auto;
	}

.titulo{
	width:860px;
	height:60px;
	margin:auto;
	padding-bottom:20px;
}
.contenedor{
	width:860px;
	height:600px;
	margin:auto;	
}
.texto{
	width:420px;
	height:250px;
	float:left;
	font-size:12px;
	text-align:justify;
	margin-left:10px;
}

.textoLong{
	width:840px;
	height:250px;
	float:left;
	font-size:12px;
	text-align:justify;
	margin-left:10px;
}

.showThumbByDefault #lightGallery-Gallery.open .lightGallery-slide {
    padding-bottom: 120px;
}
.showThumbByDefault #lightGallery-Gallery .thumb_cont .thumb_info{
    display:none;
}
/*/ actions */
.showThumbByDefault #lightGallery-action {
    position: static;
}
.showThumbByDefault #lightGallery-action a {
    margin-top: -14px !important;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    background-color: transparent;
    font-size: 28px;
}
.showThumbByDefault #lightGallery-action a#lightGallery-prev {
        left: 17px;
    }
    .showThumbByDefault #lightGallery-action a#lightGallery-next {
        right: 17px;
    }
    .localVideo #lightGallery-action {
    position: static;
}