@charset "utf-8";
/* CSS Document */
form:not(.not){
	position: relative; width: calc(86% - 2px); margin: auto;
	border: 1px solid rgb(41,41,41); padding: 7%; 
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px; 
	
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/	
	
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

label{
	position: relative; width: 100%; text-align: left; font-family: "DM Sans", sans-serif; font-size:16px; color: white; padding: 10px 0px 10px 0px; 
	}
label:last-of-type{
	width: 100%; text-align: right; padding: 10px 0px 0px 0px; /*margin-left: auto;  el ultimo item lo alineo a la derecha*/
}
input[type="number"]:not(.not),input[type="text"]:not(.not),input[type="password"]:not(.not),input[type="email"]:not(.not){
    position: relative; width: calc(100% - 42px); font-family: "DM Sans", sans-serif; font-size:16px; outline: none; color: white; border: 1px solid rgb(41,41,41); background-color:rgb(21,21,21); padding: 20px; margin-top: 5px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
	}
input[type="date"],input[type="datetime"],input[type="datetime-local"]{
     position: relative; width: calc(100% - 42px); font-family: "DM Sans", sans-serif; font-size:16px; outline: none; color: white; border: 1px solid rgb(41,41,41); background-color:rgb(21,21,21); padding: 20px; margin-top: 5px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
	}
input[type="number"]:active:not(.not),input[type="text"]:active:not(.not),input[type="date"]:active,input[type="password"]:active,textarea:active,select:active{

}
input[type="number"]:focus:not(.not),input[type="text"]:focus:not(.not),input[type="date"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
	border: 1px solid rgb(10,10,10);
	color: white;
}
input[type="number"]:visited:not(.not),input[type="text"]:visited:not(.not),input[type="date"]:visited,input[type="password"]:visited,textarea:visited,select:visited{
	border: 1px solid rgb(10,10,10);
	color: white;
}
input[type="number"]:link:not(.not),input[type="text"]:link:not(.not),input[type="date"]:link,input[type="password"]:link,textarea:link,select:link{
	border: 1px solid rgb(10,10,10);
	color: white;
}
select{
	 position: relative; width: calc(100% - 42px); font-family: "DM Sans", sans-serif; font-size:16px; outline: none; color: white; border: 1px solid rgb(41,41,41); background-color:rgb(21,21,21); padding: 20px; margin-top: 5px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
    }
input[type=button]{
	float:right; position: relative; width: 260px; height: 60px; line-height: 60px; padding: 0px; background-color: rgb(24,50,157); border:none; color: white; cursor:pointer; font-family: "DM Sans", sans-serif; font-size:20px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
input[type=button]:hover{
	color: rgb(41,41,41); background-color: white; 
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);
	box-shadow: 0px 0px 10px 1px rgba(51,51,51,0.3);
}
input[type="radio"]{
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	margin-right: 10px; margin-left: 10px;
}
input[type="checkbox"]{
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	margin-right: 10px; margin-left: 10px;
}
textarea{
	position: relative; display:block; width:calc(100% - 56px); font-family: "DM Sans", sans-serif; font-size:16px; outline:  none; color: white; border: 1px solid rgb(41,41,41); background-color:rgb(21,21,21); padding: 27px; resize: none; margin-top: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/* COLORES DE BOTONES*/
input.new{
	background-color: rgb(109,217,0); font-size: 12px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.edit{
	background-color: rgb(255,210,77); font-size: 12px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.del{
	background-color: rgb(255,64,0); font-size: 12px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.down{
	background-color: rgb(65,65,65); font-size: 12px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.accept{
	float:left;
	background-color: rgb(254,77,67); font-size: 12px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.second{
	float:left;
	background-color: rgb(65,65,65);
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
input.attach{
	background-color: rgb(65,65,65); color: rgb(255,255,255); margin: 0px;
	height: 36px; line-height: 36px; width: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

input[type="file"]{
	display: none;
	}

.small-bold{
	font-size:12px; font-weight: bold;
}


.title-image{
	position:relative; width: 100%; margin: 0px; padding: 0px; margin-top: 10px;
	border-bottom: 1px solid rgb(215,215,215);
}
.title-image p{
	float:left; position:relative; width: auto; font-size: 13px; color: rgb(140,140,140); 
}
.title-image input{
	margin-bottom: 0px;
}
.foot-galeria{
	position:relative; width: 100%; margin: 0px; padding: 0px; 
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;

	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	gap:30px;
}
.foot-galeria div{
	width: 20%; font-family: 'Raleway', sans-serif; font-size:13px; color: rgb(140,140,140);
}
.portada{
	/*position: relative; width: calc(100% - 6px); text-align: left; padding: 3px; margin-top: 0px;
	background-color: rgb(240,240,240); height: 360px; overflow: hidden; */
	position: relative; width: calc(100% - 6px); text-align: left; padding: 3px; margin-top: 0px; /*padding-bottom: -10px;*/
	/*background-color: rgb(240,240,240);*//*rgb(250,250,250);*/

	
	/* Safari and Chrome */
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-webkit-column-rule: 0px solid rgb(255,255,255);
	-webkit-column-fill: balance;
	
	
	/* Firefox */
	-moz-column-count: 3; 
	-moz-column-gap: 0px;
	-moz-column-rule: 0px solid rgb(255,255,255);
	-moz-column-fill: balance;
	
	
	/* CSS3 */
	column-count: 3; 
	column-gap: 0px;
	column-rule: 0px solid rgb(255,255,255);
	column-fill: balance;
}
.galeria{
	position: relative; width: calc(100% - 40px); text-align: left; padding: 20px; margin-top: 0px; /*padding-bottom: -10px;*/
	/*background-color: rgb(240,240,240);*//*rgb(250,250,250);*//* border: 1px solid rgb(41,41,41);*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/* Safari and Chrome */
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-webkit-column-rule: 0px solid rgb(255,255,255);
	-webkit-column-fill: balance;
	
	
	/* Firefox */
	-moz-column-count: 3; 
	-moz-column-gap: 0px;
	-moz-column-rule: 0px solid rgb(255,255,255);
	-moz-column-fill: balance;
	
	
	/* CSS3 */
	column-count: 3; 
	column-gap: 0px;
	column-rule: 0px solid rgb(255,255,255);
	column-fill: balance;
    
}
.foto{
	position: relative; display:inline-block; width: calc(100% - 6px); margin: 3px; overflow: hidden; z-index: 500; margin-bottom: 0px; max-height: 354px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid;
}
.foto img{
	cursor:pointer; 
    max-width: 100%;   vertical-align: middle;
    display: block;
    /*margin: auto;*/
 	
	/* Opacacidad*/   
	-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
	o-transition: all 500ms;
	transition: all 500ms;
	
    /*filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;*/
	
	/* Escalar*/
    
	/*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);	
	transform: scale(1);*/
	

}
.foto img:hover{
	/*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/

    
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);	
	transform: scale(1.2);
	}	
.point{
	position:absolute; width: 24px; height: 24px; top: 5px; right: 5px; cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.green{
	background-image:url("../../include/img/ico-cloud.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.red{
	background-image:url("../../include/img/ico-cloud-download.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.blue{
	background-image:url("../../include/img/ico-cloud-upload.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.tmp{
	/*lo uso para marcar archivos temporales que no han sido subidos aún*/
}

.MarcadoBorrar{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.marco-input{  /*es span no div */
	float:left; position: relative; width: calc(100% - 20px); margin-top: 5px; padding: 10px; border-top:1px solid rgb(215,215,215);
	
}


@media all and (max-width: 1000px) {
	label{
		width: 100%;
	}
}

