@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,700);
/*===================================================
              LAYOUT y CLASES GENERALES
===================================================*/
header {
  border-bottom: 1px solid #CCC;
}
header nav {
  padding: 20px;
}
body {
  font: 13px/150% "Ubuntu", sans-serif;
  font-weight: 300;
  color: #333;
  /* text-align: center; -->modificado por p431i7o 7/jul/2015 */

  background: #e3e3e3 url("../images/bgGral.png");
}
p {
  margin-bottom: 13px;
  line-height: 150%;
  text-align: justify;
}
hr {
  clear: both;
  margin: 20px 0;
  height: 1px;
  border: 0;
  background-color: #EEE;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  line-height: 120%;
  color: #333;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  margin-bottom: 11px;
}

a:link, a:visited {
  color: #333;
}

a:active, a:hover {
  color: #0f90b8;
}

.wrap {
  margin: auto;
  text-align: left;
  width: 960px;
}

header .logo {
  width: 250px;
  padding: 25px 0 0 25px;
}

.left, .right, .center {
  float: left;
  display: block;
}

header .consultas {
  background: url("../images/ico9-2.gif") no-repeat 0 0;
  height: 65px;
  padding: 5px 0 0 170px;
  font-size: 18px;
  margin: 20px 0 0 200px;
}
header .consultas a {
  display: block;
  padding-top: 15px;
  padding-left: 17px;
  text-decoration: none;
}

.txt999 {
  color: #999;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*===================================================
                    CONTENIDO
===================================================*/
.contenedorPpal {
  background-color: #FFF;
  margin: 20px auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 0px 6px 0 #999999;
  -moz-box-shadow: 0px 0px 6px 0 #999999;
  box-shadow: 0px 0px 6px 0 #999999;
}
.contenedorPpal .contenido ul {
  list-style-image: url("../images/ico10.gif");
  padding-left: 20px;
  line-height: 150%;
}
.contenedorPpal .contenido ul li {
  margin-bottom: 10px;
}
/*.contenedorPpal .contenido ol {
  list-style-position: inside;
}
.contenedorPpal .contenido ol li {
  margin-bottom: 20px;
  line-height: 150%;
}
.contenedorPpal .contenido ol li h5 {
  display: block;
  line-height: 150%;
}
.contenedorPpal .contenido ol li h5 span {
  width: 28px;
  height: 26px;
  padding-top: 2px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  background: url("../images/ico11.gif") no-repeat;
}*/

#secc_inicio .contenido .left {
  width: 439px;
  border-right: 1px solid #CCC;
  padding: 0 10px;
}
#secc_inicio .contenido .right {
  width: 450px;
  padding: 0 10px;
}

/*===================================================
                    MOODS
===================================================*/
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }
.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }

.mt40 { margin-top: 40px; }
.ml20 { margin-left: 20px; }
.mr20 { margin-right: 20px; }


/*===================================================
                    FOOTER
===================================================*/
footer {
  color: #999;
}


/*===================================================
                    LOGIN
===================================================*/
.login {
  width: 300px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 40px;
}
.login fieldset {
  border: 0;
  /*border-bottom: 1px solid #DDD;*/
  padding-right: 15px;
}
.login fieldset legend {
  background-color: #FFF;
  font-size: 14px;
}
.login fieldset label {
  float: left;
  width: 100px;
  display: block;
}
.login fieldset input[type="text"],
.login fieldset input[type="password"] {
  /*width: 170px;*/
  /*width: 100%;*/
}
.login a:link, .login a:visited {
  color: #666;
  text-decoration: none;
}
.login a:hover, .login a:active {
  color: #000;
  text-decoration: underline;
}


input[type="text"],
input[type="password"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

label {
  font-weight: bold;
  display: block;
  padding: 5px 0;
}


input[type=submit],
input[type=button] {
  /*border: 1px solid #0FAADA;*/
  cursor: pointer;
  font-weight: bolder;
  color: #3caed9;
  padding: 4px 20px;
  font-size: 16px;
  line-height: 20px;
  background-color: #E9E8E8;
  border: 1px solid #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(./PIE.php);
  position: relative;
  float: right;
}
input[type=submit]:hover,
input[type=button]:hover {
  background: #E4E4E4;
}

.gears{
    background: url("../images/gear2.gif") no-repeat center;
    height: 265px;
}
.gears-text{
    text-align: center;
    font-size: 14px;
}
.oculto{
    visibility: hidden;
    display: none;
}
.visible{
    visibility: visible;
    display: block;
}
.error {
    color: red;
}
.error p{
	margin-bottom: 0px;
}
.usuario-activado{
  background-color: rgb(98, 168, 98);
  color: white;
  /*font-weight: bold;*/
  padding: 4px;
  border-radius: 2px;
  margin-bottom: 10px;
}

/*===================================================
                    REGISTRO
===================================================*/
.registro {
  width: 300px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 20px;*/
  /*/*background-color: #f7f7f7;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;*/
}
.registro a:link, .login a:visited {
  color: #666;
  text-decoration: none;
}
.registro a:hover, .login a:active {
  color: #000;
  text-decoration: underline;
}
/*#recaptcha_image,
#recaptcha_image img
{
    width: 200px !important;
    cursor: pointer;
}
#recaptcha_image img:hover
{
    position: absolute;
    width: 300px !important;
}
.recaptcha_only_if_image,
.recaptcha_only_if_audio
{
    display: block;
}*/
.tabla_captcha {
    width: 100%;
    border: none;
}
.tabla_captcha td {
    border-right: 1px solid #EEE;
    text-align: center;
}
#recaptcha_response_field {
    margin-top: 3px;
}

.boton_buscar{
  cursor: pointer;
  color: #3caed9;
  padding: 1px 20px 8px;
  font-size: 15px;
  background-color: white;
  border: 1px solid #BBB;
}

.link_avanzado {
  float: right;
  padding-right: 15px;
}
/*ACCORDIONs*/

/* Style the buttons that are used to open and close the accordion panel */
div.button_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    /*width: 100%;*/
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.button_accordion.active, div.button_accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel_accordion {
    /*padding: 0 18px;
    background-color: white;
    display: none;*/

    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel_accordion.show {
    /*display: block;*/
    opacity: 1;
    max-height: 700px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}


div.button_accordion h2:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

div.button_accordion.active h2:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.video_accordion {
  margin-top: 15px;
}
