	/**
		@contact   Navartic (jorge@navartic.es)
	 
		@version   3.0.0
		@date oct 19 2015
	 
	*   (c) Copyright 2015 Navartic
	*   All rights reserved. Copying or other reproduction of this
	*   program except for archival purposes is prohibited without
	*   written consent of Navartic.
	*
	*   Navartic
	*/

/*TIPOGRAFIAS
@font-face
{
font-family: bauhaus;
src: url('../fonts/BAUHAUS.TTF');
}

@font-face
{
font-family: colonna;
src: url('../fonts/COLONNA.TTF');
}

@font-face
{
font-family: arial;
src: url('../fonts/ARIAL.TTF');
}

@font-face
{
font-family: verdana;
src: url('../fonts/VERDANA.TTF');
}

@font-face
{
font-family: georgia;
src: url('../fonts/GEORGIA.TTF');
}

@font-face
{
font-family: calibri;
src: url('../fonts/CALIBRI.TTF');
}

@font-face
{
font-family: century;
src: url('../fonts/GOTHIC.TTF');
}*/

p{
	margin-bottom:0;
}

#containment-wrapper { 
	width: 100%; 
	height:501px; 
	border:0px dashed red; 
	padding: 0em; 
	margin:0;
	float:left;
}

#gallery {
	position: relative;
	display: inline-block;
	margin: 0;
	z-index:10;
	width:100%;
	height:500px;
	margin:0;
}

#gallery img {
	border: 2px dashed red;
	padding: 0;
	margin:0;
	z-index:10;
	position:absolute;
	width:100%;
}

#overlay {
	position: absolute;
	background-color: transparent;
	opacity: 0.4;
	z-index:100;
	width:100%;
	height:100%;
}
#containment-wrapper #gallery #draggable3 p{ margin:0;}
	
.draggable { 
	padding: 0em; 
	float: left; 
	margin:0; 
	border:0px dashed red; 
	text-align:center; 
	z-index:100; 
	font-size:1.2em; 
	top:0%;
	left:0%;
	cursor:pointer;
	width:100%;
}

.draggable_preview { 
	padding: 0em; 
	float: left; 
	margin:0; 
	border:0px dashed red; 
	text-align:center; 
	z-index:100; 
	font-size:1.2em; 
	position:relative;
	width:100%;
}


#colors:before {
	content: "Select a color overlay: ";
}

#colors li {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
	cursor: pointer;
}




/*LATERAL*/
#lateral {
	width:100%;
	float:right;
	padding:0em;
	margin:0em;
}





#cajaFormularioLateral{ font-size:1em; text-align:left;margin:0; padding:0em;  margin-bottom:3.5em; clear:both; padding-bottom:0.5em; border:1px solid #eee;}
#cajaFormularioLateral form { border:none; margin:0; padding:0.5em ;  }
#cajaFormularioLateral form fieldset{ border:none; margin:0; padding:0; width:100%; }
#cajaFormularioLateral form legend{ font-weight:normal; margin:0; padding:0; font-size:1.0em; text-align:justify;}
#cajaFormularioLateral form label{ clear:both; display:block; text-align:left; padding:1em 0em 0.3em 0; font-weight:bold;}
#cajaFormularioLateral form input{ margin:0.1em 0em; border:1px solid #CCCCCC;  padding:0.1em 0.3em; }
#cajaFormularioLateral form p.error{ font-size:1.2em; text-transform:none; text-align:center; background-color:#FF0000; padding:0.3em; color:#FFFFFF; }
#cajaFormularioLateral form p.aviso{ clear:both;}
#cajaFormularioLateral span{ font-size:1em; padding:0.2em;}
#cajaFormularioLateral select{ font-size:1em; padding:0.2em; border:1px solid #CCCCCC;}
#cajaFormularioLateral form textarea{ width:60%; float:left; margin:0.5em 0em; border:1px solid #ccc; padding:0.3em; font-size:1.1em; }
#cajaFormularioLateral form textarea{ font-size:1em; padding:0.2em; border:1px solid #CCCCCC;}

#uploadImage{ font-size:1em; text-align:left;margin:0; padding:0em; height:100px;  clear:both; padding-bottom:0.5em; border:1px solid #eee;}
#uploadImage form { border:none; margin:0; padding:0.5em ;  }
#uploadImage form p{ margin:0; }
#uploadImage form fieldset{ border:none; margin:0; padding:0; width:100%; }
#uploadImage form legend{ font-weight:normal; margin:0; padding:0; font-size:1.0em; text-align:justify;}
#uploadImage form label{ background-color: green; clear:both; display:block; text-align:center; padding:8px 8px 6px; font-weight:normal; width:150px; cursor:pointer; color:white;}
#uploadImage form input{ margin:0.1em 0em; border:1px solid #CCCCCC;  padding:0.1em 0.3em; }
#uploadImage form p.error{ font-size:1.0em; text-transform:none; text-align:center; background-color:#FF0000; padding:0.3em; color:#FFFFFF; }
#uploadImage form p.aviso{ clear:both;}
#uploadImage span{ font-size:1em; padding:0.2em;}
#uploadImage select{ font-size:1em; padding:0.2em; border:1px solid #CCCCCC;}
#uploadImage form textarea{ width:60%; float:left; margin:0.5em 0em; border:1px solid #ccc; padding:0.3em; font-size:1.1em; }
#uploadImage form textarea{ font-size:1em; padding:0.2em; border:1px solid #CCCCCC;}


.site-footer{ clear:both;}



#navigation { clear:both; margin:1em 0; overflow:auto;}

#navigation a {
	background:#555;
	padding: 6px 6px 4px;
	margin-left: 6px;
	vertical-align: middle;
	color: #fff;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}
#navigation a:hover {
	background:#111;
}

#navigation a.cart {
	background:#C00;
}

#navigation a.cart:hover {
	background:#900;
}

<!--File input style-->
#uploadImage form label.fileContainer {
    overflow: hidden;
    position: relative;
	background-color: green;
	color:white;
    float: left;
	text-align:center; 
	border-radius:.3em; 
	cursor:pointer; 
	padding:.7em; 
	width:200px;
}

#uploadImage form label.fileContainer:hover { opacity:.8;}


#uploadImage form label.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 12px;
    filter: alpha(opacity=0);
    width: 100%;
    opacity: 0;
    position: absolute;
	height:50px;
    right: 0;
    text-align: right;
    top: 0;
	cursor:pointer;
	background-color:#069;
}

/*SOBRE ESCRIBIR ESTILOS VIRTUE*/

#pageheader .portfolionav a {
	background:#555;
	padding: 8px 8px 6px;
	margin-left: 6px;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}
#pageheader .portfolionav a:hover {
	background:#111;
}

#pageheader .portfolionav a.simulator {
	background:#C00;
}

#pageheader .portfolionav a.simulator:hover {
	background:#900;
}

#pageheader .portfolionav a#destroySession{ background-color:red; transition: all .4s ease-out;}
#pageheader .portfolionav a#destroySession:hover{ background-color:#C66; }
#pageheader .portfolionav a#addToCart{ background-color:#09F; transition: all .4s ease-out;}
#pageheader .portfolionav a#addToCart:hover{ background-color:#069; }

.page-header {
/*border-top: 1px solid #eee;*/
border-bottom: 1px solid #eee;
border-color: rgba(0,0,0,.05);
padding-bottom: 0px;
margin: 0 0 20px;
/*padding-top: 8px;*/
}

.portfolionav {
float: right;
padding: 0;
}

#pageheader h1 {
line-height: 40px;
font-weight: normal;
font-size: 38px;
clear:none;
}

#coupon_code{ width:48% !important; }


.woocommerce div.product div.images img{ width:50%;}

.red{
	background: #cc0000 !important; 
    border-color: #ed3131 #d64646 #d64646 !important;
    box-shadow: 0 1px 0 #d64646 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #d64646, 1px 0 1px #d64646, 0 1px 1px #d64646, -1px 0 1px #d64646 !important;
}
.red:hover{
	background: #ed3131 !important; 
}

#marco{ background-color:crimson; padding:0.5em; width:200px; border-radius:0.5em; }
#marco p{ margin:0; color:#FFFFFF; font-size:1.2em;}
#marco #menuUsuario{ background-color:#fff; padding:0.5em; line-height:3em; border-radius:0.3em; list-style-image:none; list-style:none;}
#marco #menuUsuario li{ background:none; padding:0; margin:0; border-bottom:0.1em dashed #555;}
#marco #menuUsuario li:last-child{ border-bottom:none;}

#celdasUsuario img{ float:left; width:32px; background-color:crimson; padding:0.5em; border-radius:0.3em; margin-right:1em;}
#celdasUsuario tr td{ border-radius:0.3em; border: 0.1em solid crimson;}
#celdasUsuario a{color:black; font-weight:bold; text-decoration:none; display:block; }
#celdasUsuario a span{color:#555; font-weight:normal; font-size:0.8em; display:block;}
#celdasUsuario a:hover{color:#555;}

#usuarioIzquierda{width: 700px; padding: 0.5em; border: 0.1em solid gainsboro; border-radius: 0.5em; float:right;}
#usuarioIzquierda h2{ background:none; color:#000000; text-transform:uppercase; margin:0; padding:0;}

#cajaUserAbajo{ background-color:#555; width:200px; border-radius:0.5em; color:white; padding:0.5em; margin-top:1em; overflow:hidden;}
#cajaUserAbajo p{ font-weight:bold; margin:0; margin-bottom:0.5em;}
#cajaUserAbajo img{ float:left; width:32px; background-color:#ececec; padding:0.5em; border-radius:0.3em; margin-right:1em;}
#cajaUserAbajo span{color:#FFF; font-weight:normal; font-size:1.2em; display:block;}

/*Tabla de facturacion*/
#factura{border:1px solid #cbcbcb; font-size:0.9em; border-bottom:0; border-left:0; margin-bottom:1em; }
#factura .fila1{background-color:crimson; color:white;}
#factura .fila3{background-color:#ececec;}
#factura td{border: 1px solid #cbcbcb; border-top: 0; border-right: 0; padding: 3px; height:30px;}

#contenidos ul{
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	background-color:#efefef;
	margin:1em 0 0 0;
	padding:1em 1em 1em 3em ;
	list-style-image:url(../images/arrow-right.jpg);
	line-height:1.5em;
}
#contenidos ul li{
	padding-top:0.3em;
	padding-bottom:0.3em;
}
#contenidos ul li.conBorde{
	padding-top:0em;
	border-bottom:0.5em solid #FFFFFF;
	padding-bottom:1em;
}
#contenidos ul li a{
	color:#000;
	font-weight:bold;
}
#contenidos ul li a:hover{
	color:#555;
}
#contenidos ul li span{
	color:#000;
	font-weight:bold;
}

#contenidos ul li span.field{
	color:#006699;
	font-weight:bold;
}



/*Tabla de listados*/

#listadosTable {table-layout:fixed; min-width:300px; display: inline-table;}
#listadosTable td {width:100px; word-wrap:break-word;}

#listadosTable{ border-collapse:collapse; font-size:0.9em; margin-top:1em; }
#listadosTable td, #listadosTable th{ border:1px solid #79C7F0 !important;}
#listadosTable td {padding:  1em;}
#listadosTable td p{padding:  0em; margin:0;}
#listadosTable ul {padding: 0; list-style:none; background:none; margin:0;}
#listadosTable thead{ background-color:#99cdff; color:#FFFFFF; font-weight:bold; font-size:1.1em;}
#listadosTable thead td{ padding:0.5em 1em; color:#FFFFFF; font-weight: bold;}
#listadosTable .bona a {color:#390;}
#listadosTable .bona a:hover {color:#777;}
#listadosTable .zuazo a{color:#069;}
#listadosTable .zuazo a:hover{color:#777;}
#listadosTable .bold{ font-weight:bold;}
#listadosTable a{ color:black;}
#listadosTable a i{ color:#555555;}
#listadosTable a:hover{ color:grey;}
#listadosTable a:hover i{ color:grey;}

@media (max-width: 600px) {
  #listadosTable td:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
}

#destacadas ul{list-style:url(../images/arrow-right.png); padding-left:1.5em; line-height:2em;}

.localidad{color:#000; background-color:#FFCC00; padding:0.2em 0.5em; border-radius:0.5em;}
.localidad:hover{color:#666;}

.localidadNo{color:#666; background-color:#fff; padding:0.2em 0.5em; border-radius:0.5em;}
.localidadNo:hover{color:#000;}

/*BIDEO*/


.subtitles{ background-color:#dcdcdc; border:1px solid #ccc; font-size:0.8em; margin-top:0.2em; padding:0.5em; font-weight:bold; text-align:right;}
.subtitulos{border-radius:0.6em; background-color:#f8f8f8; padding:0.2em 0.3em; color:#000; border:1px solid #d6d6d6;}
.subtitulosHigh{border-radius:0.6em; background-color:#f8f8f8; padding:0.3em; color:#ff0000; border:1px solid #d6d6d6;}

#BIDEO{float:left; margin-bottom:1em;}
#BIDEORIGHT{float:right; width:48%; margin-bottom:1em;}
#BIDEORIGHT ul{ margin-top:0;}



.jp-video-360p{width: 600px !important;}

.nav-tab-active{background:white !important;}

.grecaptcha-badge{display:none;}


/*ESTILOS HEREDADOS CADA*/
.borrar, .clear{clear:both;}

pre{ font-size:1.3em;}

.izda, .left{float:left !important;}

.dcha, .right{float:right !important; }


/*ACCIONES MENU FUNCIONALIDADES SIN ICONOS*/

.opciones_centro
{
	padding:1em;
	height:65px;
	border-left:0.2em solid white;
}
.cuadro_opciones{margin-right:0px;}
.cuadro_opciones h2{float:left; margin:0;  text-align:left; color:#fff; font-weight:normal; font-size:2em;}
.cuadro_opciones h2 i{float:left; margin-right:0.3em;}
.cuadro_opciones h2 a{margin:0;  text-align:left; float:left; color:#fff;}
.cuadro_opciones h2 a:hover{color:#CCCCCC;}
.cuadro_opciones h2 span{display:block; clear:both; margin-top:1.5em; font-weight:normal;}
.cuadro_opciones a{float:left;  text-align:center; text-decoration: none; font-size: 0.9em !important;}
.cuadro_opciones a:hover{color:#000;}
.cuadro_opciones img{border:none; width:32px; margin-bottom:0.2em;}
.cuadro_opciones span{ color:#ccc; }
.cuadro_opciones .buscador{float:right; margin:1em 1em;}

.relateds{overflow:hidden; background-color:#2F3136; padding:1em; margin-bottom:0.2em;}
.associates{overflow:hidden; background-color:#2F3136; padding:1em; margin-bottom:0.2em;}


.buttonAction{border-radius:0.5em; padding:1em; margin-left:0.5em; color:#fff; font-size:1.1em; text-align:center; background-color:#ececec; width:48px;}
.insert{background-color:#3C3F48; border:0.1em solid #3C3F48;}
.insert:hover{ background-color:#bbb; border:0.1em solid #999;}
.related{background-color:#777; border:0.1em solid #777;}
.related:hover{ background-color:#bbb; border:0.1em solid #999;}
.relatedButton{background-color:#9598A3; border:0.1em solid #9598A3;}
.relatedButton:hover{ background-color:#fff; }
/*.activate{background-color:#0099CC; border:0.1em solid #0099aa;}
.activate:hover{ background-color:#0099aa; }*/
.clone{background-color:#666666; border:0.1em solid #555;}
.clone:hover{ background-color:#555; }
.translate{background-color:#FF6600; border:0.1em solid #FF3300;}
.translate:hover{ background-color:#FF3300; }
.introduction{background-color:#3366CC; border:0.1em solid #3333CC;}
.introduction:hover{ background-color:#3333CC; }
.lateral{background-color:#339933; border:0.1em solid #339911;}
.lateral:hover{ background-color:#339911; }


.new_component{background:antiquewhite !important;}

/*INICIO*/
.bloqueInicio{margin-bottom:0.2em; font-size:0.7em; text-align:center; overflow:hidden; border-radius:0.4em;}
.bloqueInicio.perfil{ width:100%; background-color:#fff; margin:0; font-size:1.1em; font-weight:normal; text-align:left; margin-top:0.5em;}
/*.bloqueInicio.perfil img{ width:80%;  }*/
.bloqueInicio.ultimo{clear:both; margin-left:0;}
.bloqueInicio h2{  margin:0; padding:0.5em; color:#000000; font-size:1.3em; }
.bloqueInicio a{  color:#fff; display:block; text-decoration: none;}
.bloqueInicio a:hover{  color:#ccc;  }
.bloqueInicio i{ text-align:center; padding:0.5em 0 0 0; border:none; width:auto; }
.bloqueInicio img{ text-align:center; padding:1.5em 0 0 0; border:none; width:5em; }
.bloqueInicio p{ padding:0.5em; font-size:2.5em; text-align:center; margin:0.5em 0 0 0;}
.opciones_centro_inicio h2 {color:#fff; font-size:2em;}
.opciones_centro_inicio h2 span{color:#ccc; }


#bloquePortada{border-radius:1em;   margin-bottom:2em; float:left; overflow:auto; width:32.6%; clear:both; }
#bloquePortada h2{  margin:0; -moz-border-radius-topleft:0.8em; -moz-border-radius-topright:0.8em;  padding:0.5em; color:#000000; font-size:1.5em; }
#bloquePortada ul{ margin:0; padding:0 1em;}
#bloquePortada ul li{ padding:0.5em 0;}
#bloquePortada ul li ul li { padding:0; margin-left:1em; line-height:1.0em; font-size:1em;}
#bloquePortada ul li ul li a span{ line-height:1.5em; font-size:0.8em;}
#bloquePortada a span{ font-weight:normal;}
#bloquePortada a{ font-weight:bold;}
#bloquePortada a.off{ text-decoration:line-through;}
#bloquePortada img{ float: right; padding: 0 0  1em 1em; border:none; }

.row-actions{color:black;}

.cadacmstable .toggle-row{ display: none;}
.cadacmstable tr:nth-child(even) {background-color: #f2f2f2;}


.excel_link{color:green;}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0095d6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn {
  background-color:red; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 10px 12px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
    margin-top: 0em;
    width: 5em;
    border-radius: .3em;
    display: block;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color:gainsboro;
    color: black;
}

.btn2 {
  background-color:green; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 10px 12px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
    margin-top: 0em;
    width: 5em;
    border-radius: .3em;
    display: block;
}

/* Darker background on mouse-over */
.btn2:hover {
  background-color:gainsboro;
    color: black;
}




/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip i{font-size:1.2em;}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*.toggle-indicator:before{
      content: "\25BC" !important;
   }*/
.toggle-indicator.up:before{
    content: "\25BC" !important;
    font: normal 8px/1 dashicons !important;
    display: inline-block !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
}


/*.toplevel_page_cadacms_settings div.dashicons-before{background: #0073aa; opacity:1;}*/
.toplevel_page_cadacms_settings div.dashicons-before img{background: #0073aa; opacity:1 !important; padding:.35em !important; margin-top:.2em;}


.misc-pub-post-pdf:before {
    content: "\f123";
    font: normal 20px/1 dashicons;
    speak: none;
    display: inline-block;
    margin-left: -1px;
    padding-right: 3px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    color: #82878c;
}




