@charset "utf-8";

/* VARIABLES */
/* Las recogeresmos mediante color: var(--color-primario) */
:root{
	--color-primario: #008259;
	--color-secundario: #2ca880;
	--fondo-primario: #008259;
	--fondo-secundario: #797979;
}

/* ESPACIOS */
.clear   {display:block; clear:both; height:1px; width:100%;}
.clear5  {display:block; clear:both; height:5px; width:100%;}
.clear10 {display:block; clear:both; height:10px; width:100%;}
.clear15 {display:block; clear:both; height:15px; width:100%;}
.clear20 {display:block; clear:both; height:20px; width:100%;}
.clear25 {display:block; clear:both; height:25px; width:100%;}
.clear30 {display:block; clear:both; height:30px; width:100%;}
.clear35 {display:block; clear:both; height:35px; width:100%;}
.clear40 {display:block; clear:both; height:40px; width:100%;}

.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
.clear5SoloMov  {display:block; clear:both; height:5px; width:100%;}
.clear10SoloMov {display:block; clear:both; height:10px; width:100%;}
.clear15SoloMov {display:block; clear:both; height:15px; width:100%;}
.clear20SoloMov {display:block; clear:both; height:20px; width:100%;}
.clear25SoloMov {display:block; clear:both; height:25px; width:100%;}
.clear30SoloMov {display:block; clear:both; height:30px; width:100%;}
.clear35SoloMov {display:block; clear:both; height:35px; width:100%;}
.clear40SoloMov {display:block; clear:both; height:40px; width:100%;}

.clearMov   {display:none; clear:none; height:1px; width:100%;}
.clear5Mov  {display:none; clear:none; height:1px; width:100%;}
.clear10Mov {display:none; clear:none; height:1px; width:100%;}
.clear15Mov {display:none; clear:none; height:1px; width:100%;}
.clear20Mov {display:none; clear:none; height:1px; width:100%;}
.clear25Mov {display:none; clear:none; height:1px; width:100%;}
.clear30Mov {display:none; clear:none; height:1px; width:100%;}
.clear35Mov {display:none; clear:none; height:1px; width:100%;}
.clear40Mov {display:none; clear:none; height:1px; width:100%;}

.marginBotom5SoloMov  {margin-bottom: 0px;}
.marginBotom10SoloMov {margin-bottom: 0px;}
.marginBotom15SoloMov {margin-bottom: 0px;}

/* MEDIDAS */
.maxWidth100 {max-width:90px !important;}
.maxWidth200 {max-width:200px !important;}
.maxWidth300 {max-width:300px !important;}

.minWidth100 {max-width:100px !important;}
.minWidth200 {max-width:200px !important;}
.minWidth300 {max-width:300px !important;}

.width33por100 {width:33% !important;}
.width34por100 {width:34% !important;}

.marginTop0  {margin-top:0px !important;}
.marginTop5  {margin-top:5px !important;}
.marginTop10 {margin-top:10px !important;}
.marginTop15 {margin-top:15px !important;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom15 {margin-bottom:15px;}

.marginRight5  {margin-right:5px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight15 {margin-right:15px !important;}

.marginBoton5M  {margin-bottom:-5px;}
.marginBoton10M {margin-bottom:-10px;}
.marginBoton15M {margin-bottom:-15px;}

.paddingLeft5  {padding-left:5px !important;}
.paddingLeft10 {padding-left:10px !important;}
.paddingLeft15 {padding-left:15px !important;}

.paddingRight5  {padding-right: 5px !important;}
.paddingRight10 {padding-right: 10px !important;}
.paddingRight15 {padding-right: 15px !important;}

.paddingTop5  {padding-top: 5px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingTop15 {padding-top: 15px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingTop25 {padding-top: 25px !important;}

/* COLORES */
.color-primario {color: var(--color-primario);}
.color-secundario {color: var(--color-secundario);}
.fondo-primario {color: var(--fondo-primario);}
.fondo-secundario {color: var(--fondo-secundario);}

.rojo   {color:red !important;}
.blanco {color:#FFF !important;}
.azul   {color:#00BEFF !important;}
.verde  {color:#71FF5A !important;}
.negro  {color:#000 !important;}
.ambar  {color:#C7B100 !important;}

.selectAmarillo {background-color:#FBFFBC !important; color: #000 !important; border-color:#FBFFBC !important;}
.selectAzul 	{background-color:#A9DBFF !important; color: #000 !important; border-color:#A9DBFF !important;}
.selectVerde    {background-color:#C6FBB7 !important; color: #000 !important; border-color:#C6FBB7 !important;}
.selectRojo     {background-color:#FFCCCC !important; color: #000 !important; border-color:#FFCCCC !important;}
.selectMorado   {background-color:#D8ACEA !important; color: #000 !important; border-color:#D8ACEA !important;}
.selectNaranja  {background-color:#FDB250 !important; color: #000 !important; border-color:#FDB250 !important;}
.selectRosa     {background-color:#F5A3DF !important; color: #000 !important; border-color:#F5A3DF !important;}
.selectMarron   {background-color:#A28989 !important; color: #000 !important; border-color:#A28989 !important;}

.fondoHueso  {background-color:#f4f4f4 !important;;}
.fondoVerde  {background-color:#0C0 !important;}
.fondoAzul   {background-color:#09F !important;}
.fondoBlanco {background-color:#FFFFFF !important;}
.fondoNegro  {background-color:#000000 !important;}

.fondoRojoBoton {background-color:#dd4b39 !important;}
.fondoVerdeBoton {background-color:#00a65a !important;}

.colorEnlaces {cursor:pointer; color:cornflowerblue !important; margin-bottom: 8px !important; }
.colorEnlaces:hover {color:#9ABDFC !important;}


/* FORMATO TEXTO */
.textoTachadoAlertas {text-decoration:line-through !important;}
.textoMedio {vertical-align: middle !important;}
.textoMayusculas {text-transform: uppercase !important;}


/* ESTRUCTURA */
.bloque           {display:block;}
.cursorPointer    {cursor:pointer;}
.bloqueEnLinea    {display:inline-block;}
.borraImagen span {cursor:pointer;}
.hrDotted         { border:1px dotted #cdcdcd !important;}
.fontLabels 	  {font-size:15px !important;}
.fontLabelsMed    {font-size:12px !important;}
.preloader        {max-width:60px; height: auto;}
.cruzCerrar       {display:block; background-color:var(--color-primario); color:#fff; border-radius:50%; height: 40px; width:40px; line-height: 40px; font-size: 20px;}
.logoLogin        {width:500px; height: auto;}

#formularioFotosOcultar     {visibility: hidden; height: 1px;}
#formularioVideosOcultar    {visibility: hidden; height: 1px;}
.thumbnailListados          {width:60px !important; height: auto !important;}
.videoSizePanel             {width:240px !important; height: auto;}

.ocultaMovil {}

.nadaSeccion {
	padding:10px 0px 0px 0px;
}

.encabezados {
	display:block;
	width:100%;
	min-height:50px;
	line-height:50px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	background-color:#C6E3F2 !important;
	border-radius:4px;
}

.encabezadosGrisOscuro {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	color:#FFF !important;
	background-color:#222D32 !important;
	border-radius:4px;
}

#msgAcciones {
	display:block;
	width:100%;
	height:auto;
	/*min-height:50px;*/
	text-align:center;
}


.anchoTotal {
	display:block;
	width:100% !important;
}

.altoAuto {
	display:block;
	height:auto !important;
	max-width:900px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	word-wrap:break-word !important;
}

.cabeceraTablas {
	background-color:#222D32;
	color:#CCC;
}

.cabeceraTablasGris {
    background-color:#E2DEDE;
	color:#000;
}

.crudContenedor {
	display:block;
	width:100%;
	min-height:50px;
	line-height:50px;
}

.koInput {
	background-color:#F00;
	color:#000 !important;
    border-color: red !important;
}

.okInput {
	background-color:#0C0;
	color:#000 !important;
    border-color: #0C0;
}

.normalInput {
	background-color:#FFF;
	color:#000 !important;	
    border-color: #d2d6de;
}

.msgModal {
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-top:30px;
}

.cajaImg {
	display: inline-block !important;
    max-width: 240px;
    margin-right: 20px;
	margin-top:10px;
	margin-bottom:30px;
	border-radius:6px !important;
	-moz-border-radius:6px !important;
	-o-border-radius:6px !important;
	-ms-border-radius:6px !important;
	-webkit-border-radius:6px !important
}
.cajaImg img {
	max-width:240px !important;
}
.cajaImg .eliminar {
	display:block !important;
	height:30px !important;
	line-height:30px !important;
	background-color:#D00 !important;
	color:white !important;
	cursor:pointer !important;
	text-align:center !important;
}
.cajaImg .accionesFoto {
	background-color:#7A7A7A !important;
	color:white !important;
	padding-left:20px;
	box-sizing:border-box;
}

.cajaImg input[type="radio"]{
	display:inline-block !important;
	/*color:white !important;*/
	margin-top:15px !important;
	margin-left:14px;
}
.cajaImg input[type="number"]{
	display:inline-block !important;
	color:#000 !important;
	margin-top:15px !important;
	margin-left:14px;
}

.circuloEnlace {
	display:block;
	width:130px;
	height:130px;
	line-height:20px;
	padding-top:50px;
	margin:40px auto;
	text-align:center;
	background-color:#00ABFF;
	color:#FFF;
	font-size:18px;
	word-wrap:break-word;
	border-radius:50%;
	-moz-border-radius:50%;	
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.circuloEnlace:hover {
	background-color:#FFFFFF;
	color:#000;
}

/* FORMULARIOS */
.cajasForms {
    background-color: #DEDEDE;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 5px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}
.infoCajaTexto {
	color:#222;
	background-color:#F4F4F4;
	padding:10px;
	border: 2px solid #F07D38;
	box-sizing:border-box;
}
.input2en1 {
	display:inline-block !important;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formularios {
	border:3px solid #CBCBCB;
	background-color:#F4F4F4;
	border-radius:7px;
	padding:20px;
	box-sizing:border-box;	
	margin-bottom:20px;
}

.dosInputs {
	display:block;
  	width:100%;
}
.inputsMios {
	display:inline-block !important;
  	width:auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
   /* background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




/* QUERYS */

/* MÓVILES VERTICAL */
@media (max-width: 480px) {
    
    .maxWidth100 {max-width:100% !important;}
    
	.ocultaMovil {display:none;}
	
	.clearMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5Mov  {display:block; clear:both; height:5px; width:100%;}
	.clear10Mov {display:block; clear:both; height:10px; width:100%;}
	.clear15Mov {display:block; clear:both; height:15px; width:100%;}
	.clear20Mov {display:block; clear:both; height:20px; width:100%;}
	.clear25Mov {display:block; clear:both; height:25px; width:100%;}
	.clear30Mov {display:block; clear:both; height:30px; width:100%;}
	.clear35Mov {display:block; clear:both; height:35px; width:100%;}
	.clear40Mov {display:block; clear:both; height:40px; width:100%;}
	
	.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5SoloMov  {display:block; clear:both; height:1px; width:100%;}
	.clear10SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear15SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear20SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear25SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear30SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear35SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear40SoloMov {display:block; clear:both; height:1px; width:100%;}
    
    .marginBotom5SoloMov  {margin-bottom: 5px;}
    .marginBotom10SoloMov {margin-bottom: 10px;}
    .marginBotom15SoloMov {margin-bottom: 15px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1894px) {
     
}



/****************************************************
*****************************************************
*****************************************************
**************   MI FRAMEWORK CSS   *****************
*****************************************************
*****************************************************
****************************************************/


/* Mi Modal */
#miModalGW{
	display: none;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	transition:all 1s;
}
#miModalGW .miModalGWCuerpo {
  	background-color:#F4F4F4;
	width: 100%;
	max-width: 1000px;
	min-width: 400px;
  	padding:40px 20px;
  	margin:150px auto;
  	position:relative;
	border:2px solid #7F7F7F;
	border-radius:5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#miModalGW .miModalGWCerrar {
	cursor:pointer;
	display:block;
	position:relative;
	float:right;
	width:30px;
	height:30px;
	margin-top: -20px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#414141;
	border-radius:50%;
}
#miModalGW #miModalGWTitulo {
	font-size: 35px;
	text-decoration-line:underline;
	text-align: center;
	margin-bottom: 10px;
}
#miModalGW > .miModalGWCuerpo p {font-size: 20px;}

/* Cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	min-height:60px;
	vertical-align:middle;
	line-height:60px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("../images/estructura/cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
	background-color:#0073FC;
	color:#FFF;
	border:none;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
}

/* Mis alerts */
.modalGWV {
    display: none;
    position: fixed; 
    z-index: 100; 
    padding-top: 100px; 
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-contentGWV {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 450px;
    padding-left: 30px;
    padding-right: 30px;
}
.clearGWV {display: block; clear: both; width: 100%; height: 20px;}
.closeGWV {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeGWV:hover,
.closeGWV:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.botonGWV {
    display: inline;
    float:left;
    margin-right: 20px;
    cursor: pointer;
    background-color:#363232;
    color: #fff;
    border: 1px solid #363232;
    text-align: center;
    height: 36px;
    line-height: 17px;
    padding-left: 8px;
    padding-right: 8px;
}
.botonGWV:hover{
    background-color:#5D5959;
    color: #fff;
    border: 1px solid #5D5959;
}
.okBtnGWV {
    background-color:#047D05;
    color: #fff;
    border: 1px solid #047D05;
}
.okBtnGWV:hover {
    background-color:#39A03A;
    color: #fff;
    border: 1px solid #39A03A;
}
.koBtnGWV {
    background-color:#FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
.koBtnGWV:hover {
    background-color:#F73A3A;
    color: #fff;
    border: 1px solid #F73A3A;
}
.infBtnGWV {
    background-color:#DAC200;
    color: #fff;
    border: 1px solid #DAC200;
}
.infBtnGWV:hover {
    background-color:#E9D84D;
    color: #fff;
    border: 1px solid #E9D84D;
}
.okGWV {color:#047D05;}
.koGWV {color:#FF0000;}
.infGWV {color:#E9D84D;}
.textoGWV {margin-bottom: 15px;}

/* Mensajes Web */
#mensajesWeb {
	position:fixed;
	width:350px;
	height:auto;
	padding:10px;
	top:30%;
	right:-50%;
	margin-right:-175px;
	box-sizing:border-box;
	background-color:#CCC;
	border:1px solid #666;
}
#mensajesWeb .inf {
	text-align:center !important;
	background-color:#FFC !important;
	color:#FC6 !important;
	border:1px solid #FC0 !important;
	padding:5px !important;
	font-weight:bold;
}
#mensajesWeb .ok {
	text-align:center !important;
	background-color:#CFF !important;
	color:#0C3 !important;
	border:1px solid #0C3 !important;
	padding:10px !important;
}
#mensajesWeb .ko {
	text-align:center !important;
	background-color:#FCC !important;
	color:#F00 !important;
	border:1px solid #F00 !important;
	padding:10px !important;
}
#mensajesWeb .info {
	text-align:center !important;
	background-color:#49C6FE !important;
	color:#2E33FF !important;
	border:1px solid #2E33FF !important;
	padding:10px !important;
}

#mensajesWeb p {font-size:19px !important;}

/* Alertas */
#ventanaTransparente {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity:0;
    z-index: 1000;
    transition-duration: 300ms;
}

#ventanaAlertasGW {
    display:block;
    position: absolute;
    width:400px;
    height: auto;
    min-height: 200px;
    margin-left: 50%;
    margin-right: 50%;
    top:-500px;
    left: -200px;
    right:-200px;
    background-color: #fff;
    border: 3px solid #06f;
    border-radius:7px;
    padding: 20px;
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    z-index: 2000;
    transition-duration: 300ms;
}

#ventanaAlertasGW #cerrarVentanaAlertasGW {
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: -15px;
    margin-right: -15px;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #06f;
    color:#fff;
    font-weight:bold;
    font-size: 20px;
    border-radius:50%;

}

#ventanaAlertasGW input[type="text"] {
    width:100%;
    height: 36px;
    border: 1px solid #cdcdcd;
    border-radius:4px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

#ventanaAlertasGW input[type="button"] {
    cursor:pointer;
    background-color: #06f;
    color:#fff;
    min-width:90px;
    height: 36px;
    line-height: 16px;
    border:0px;
    border-radius:4px;
    margin-bottom: 10px;
}

#ventanaAlertasGW input[type="button"]:hover{
    background-color:#4589EF;
}

#tituloVentanaAlertasGW {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#06f;
    margin-top: 4px;
    margin-bottom: 8px;
}

#contenidoVentanaAlertasGW {
    text-align: center;
    font-size: 16px;
    color:#787878;
}

#contenidoVentanaAlertasGW p {
    text-align: center;
}

#accionesVentanaAlertasGW {
    text-align: center;
}

/* Loader */
.loaderCRM {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999;
    background: url('../images/estructura/preload.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

/* Subida de fotos */
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#F4F4F4;
    /*background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);*/
    width:80%;
    padding:30px;
    border-radius:3px;
    margin:30px auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    font-style: italic;
}
#drop{
    background-color: #DEDEDE;
    padding: 40px 50px;
    margin-bottom: 30px;
   /* border: 20px solid rgba(0, 0, 0, 0);*/
    border-radius: 3px;
    /*border-image: url('../images/estructura/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}
#drop a{
    background-color:#00a65a;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}
#drop a:hover{
    background-color:#008d4c;
}
#drop input{
    display:none;
}
#upload .clear{
    clear: both;
}
#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
#upload ul li{

    background-color:#F4F4F4;
   /* background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);*/
    border-top:1px solid #F4F4F4;
    border-bottom:1px solid #F4F4F4;
    padding:15px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    width: auto;
	margin-bottom:20px;
}
#upload ul li input{
    display: none;
}
#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 55px;
    left: 15px;
}
#upload ul li p img{
	height: 120px;
	width: auto;
}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/estructura/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 73px;
    cursor:pointer;
}
#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p{
    color:red;
}

/* Subida de Vídeos */
#uploadV{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#F4F4F4;
    /*background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);*/
    width:80%;
    padding:30px;
    border-radius:3px;
    margin:30px auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    font-style: italic;
}
#dropV{
    background-color: #DEDEDE;
    padding: 40px 50px;
    margin-bottom: 30px;
   /* border: 20px solid rgba(0, 0, 0, 0);*/
    border-radius: 3px;
    /*border-image: url('../images/estructura/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}
#dropV a{
    background-color:#00a65a;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}
#dropV a:hover{
    background-color:#008d4c;
}
#dropV input{
    display:none;
}
#uploadV .clear{
    clear: both;
}
#uploadV ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
#uploadV ul li{

    background-color:#F4F4F4;
   /* background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);*/
    border-top:1px solid #F4F4F4;
    border-bottom:1px solid #F4F4F4;
    padding:15px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    width: auto;
	margin-bottom:20px;
}
#uploadV ul li input{
    display: none;
}
#uploadV ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 55px;
    left: 15px;
}
#uploadV ul li p img{
	height: 120px;
	width: auto;
}
#uploadV ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
#uploadV ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
#uploadV ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/estructura/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 73px;
    cursor:pointer;
}
#uploadV ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#uploadV ul li.error p{
    color:red;
}
