<?php

$seccion="#EEEEEE";

$btnFormato="#003366";

?>


fieldset.marcoForma{

border:3px ridge <?php print"$btnFormato";?>;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border-radius: 10px;

-webkit-box-shadow: 8px 8px 6px #808080;

-moz-box-shadow: 8px 8px 6px #808080;

box-shadow: 8px 8px 6px #808080;

    /* Safari 4-5, Chrome 1-9 */

   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(<?php print"$seccion";?>));

    /* Safari 5.1+, Chrome 10+ */

    background: -webkit-linear-gradient(top, <?php print"$seccion";?>, #FFFFFF);

    /* Firefox 3.6+ */

    background: -moz-linear-gradient(top, <?php print"$seccion";?>, #FFFFFF);

    /* Opera 11.10+ */

    background: -o-linear-background(top, <?php print"$seccion";?>, #FFFFFF);

    /* IE 10 */

    background: -ms-linear-background(top, <?php print"$seccion";?>, #FFFFFF);

    /* estándar */

    background: linear-background(top, <?php print"$seccion";?>, #FFFFFF);

   background: linear-gradient(top, <?php print"$seccion";?>, #FFFFFF);

   padding: 10px;

   /*-webkit-transform: rotate(-6deg);

   -moz-transform: rotate(-6deg);

   -o-transform: rotate(-6deg);*/

   background-color:<?php print"$seccion";?>;

}



legend.tituloForma{

padding:0px 10px 0px 10px;

font-weight:bold;

font-size:15px;

color:black;

background-color:#FFFFFF;

-webkit-box-shadow: 8px 8px 6px #808080;

-moz-box-shadow: 8px 8px 6px #808080;

box-shadow: 8px 8px 6px #808080;

}



fieldset > legend {

float:left;

margin-top:-20px;

width:auto;

}

fieldset > legend + * {

clear:both;

}

/*Nuevos*/

.menu {

  background: #007bff;
  height: 50px;
  max-height: 100%;
 /* margin-top: 10px;*/
}


.btn-menu {
  background: #007bff!important;
  padding-bottom: 0;
  margin-left: 2PX;
  height: 50px;
  width: 200px;
  max-width: 100%;
  font-size: 12pt!important;
  font-family: 'Arial';
  border: 0px;

}

.btn-menu:hover{

  background:#135f93!important;
  transition: all .6s ease-in-out;

}

/*.dropdown-item:hover{

 background:#007bff;
 color: #FFFF;
}*/

.badge-info{

   background: #34495e!important;

}

.bg-info{

   background: red!important;

}

/*.liga{

  color: #d9333f!important;

}*/

/*a {
    color: #000!important;
    text-decoration: none!important;
    background-color: transparent!important;

}*/

/*a:hover {
    color: #cf112b!important;
    text-decoration: none!important;
    background-color: transparent!important;
    transition: all .8s ease!important;
}*/


/*a.active  {

  color: #fff!important;
  /*background-color: #34495e!important;*/

 /* background-color: #d9333f!important;
  border-color: #000!important;
}*/



/*.nav-item .dropdown .show{
  background-color: #000!important;
}*/

/*.nav-link  .dropdown-toggle {
  color: #000!important;

}*/

/*.dropdown-item:hover {

  color: #FFF!important;
  background-color: #cf112b!important;
  border-color:  #cf112b!important;
  transition: all .6s ease!important;
  /*font-size: 15px;*/

/*
}*/

/*.btnFormato {

  background-color: #d9333f!important;
  background-image: linear-gradient(to bottom, #cf112b, #cf112b)!important;
}*/

/*.btnFormato:hover {

   background: #cf112b!important;
   transition: all .8s ease!important;

}*/

/*.btn-primary {
    color: #fff!important;
    background-color: #d9333f!important;
    border-color: #d9333f!important;

}*/

/*.btn-primary:hover{

    background-color: #cf112b!important;
    border-color: #cf112b!important;

}*/



/*.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #007bff;

}*/


/* Tablas */
/*table.dataTable thead {
   background: #cf112b!important;
    /*background: #6f7173;*/
/*
   color:white;
}*/

/*.encaAzul {

  background: #cf112b!important;
    /*background: #6f7173;*/

    /*
   color:white;
}

th {

  background: #cf112b!important;
    /*background: #6f7173;*/

 /*
   color:white;
}*/

/*.table-hover tr:hover{

  background: #37697c!important;
  color: #FFF!important;
  transition: all .8s ease!important;

}*/


/*
.page-item.active .page-link {
    z-index: 1!important ;
    color: #fff!important;
    background-color: #007bff!important ;
    border-color: #007bff!important ;
}*/


/*
.paginate_button .page-item .active{

  background-color: #FFF!important;

}*/

.encaAzulB {

  /*background: #cf112b!important;*/
  background: #007bff;
  color:white;
}


.caja{
  /* border: 1px solid; */


  padding: 10px!important;
  box-shadow: 10px 10px 50px 1px #7c7c81!important;
  border-radius: 10px!important;
}

/* Modales */

.modal-header{
  background: #34495e!important;
  color: #FFFF!important;

}




.modal-mediano{
  width: 500px!important;
}


/* Seccion */

/*.color-liga {

    color:#34495e!important;
    cursor: pointer;
}*/



/*Imagenes*/

/*
.sombra {
  box-shadow: 5px 5px 5px 5px #7c7c81!important;
  border-radius: 5px!important;
}*/

/*
.zoom {

   transition: all .8s ease!important;

}*/

/*
.zoom:hover{


 transform: scale(1.1);

}*/


/* radios */
/*
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span {
  opacity: 1;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/242518/check-icn.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;

}*/

/*Input con imagen*/
.image-upload > input
{
    display: none;

}

.image-upload label
{
    width: 30px;
    cursor: pointer;

}

