/* CSS Document */

/*####################LOGIN####################*/
.login {
  margin: 50px auto;
  padding: 18px 20px;
  width: 400px;
  border: 1px solid #172b4e;
  border-radius: 10px;
  background:#171e71;
  background-image: -webkit-radial-gradient(cover, #0B42BB, #1c1257);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.login > h1 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-input {
  display: block;
  width: 95%;
  height: 37px;
  margin-bottom: 20px;
  padding: 0 9px;
  color: white;
  text-shadow: 0 1px black;
  background: rgba(43, 62, 93, 0.6);
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
}
.login-input:focus {
  outline: 0;
  background-color: #435F8D;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}
.login-submit {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #294779;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 4px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.login-submit:active {
  background: #a4c2f3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}
.login-help {
  text-align: center;
}
.login-help > a {
  font-size: 11px;
  color: #d4deef;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.login-help > a:hover {
  text-decoration: underline;
}
/*###################################################*/

body {
	margin-top: 0px;
	background: url(../img/body-pattern.png) repeat 0 0;
	font-size: 14px;
	line-height: 20px;
	font-family: verdana, arial, sans-serif;
	color: #727272;
}

/*####################BOTON####################*/
.boton{ 
	width: 130px;
	height: 40px;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 14px;
	float:right;
	background: #47494f;  
	padding: 5px 10px; 
	color: #fbf7f7; 
	text-decoration: none; 
	font-weight: bold; 
	position: relative; 
	cursor: pointer; 
	display: block;
  	text-align: center;
	border-bottom-color: #223b66;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #3541CC, #171e71);
}
.boton2{ 
	width: 130px;
	height: 40px;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 14px;
	float:right;
	padding: 5px 10px; 
	color: #fbf7f7; 
	text-decoration: none; 
	font-weight: bold; 
	position: relative; 
	cursor: pointer; 
	display: block;
  	text-align: center;
	border-radius: 50px;
	background-image: linear-gradient(to bottom, #3541CC, #171e71);
}
/*#############################################*/

/*####################TITULOS####################*/
h1, h2, h3 {
	text-align:center;
	color: #29245a;;
}
/*##############################################*/

/*####################LINKS####################*/
a {
	color: #29245a;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
/*##############################################*/

/*####################BOTON####################*/
.imgfiltrar{ 
	position: relative; 
	cursor: pointer;
}
/*#############################################*/

/*####################CONTENEDOR PRINCIPAL####################*/
.contenedor {
	width: 950px;
	margin: 0 auto;
	background: url(../img/container.png) repeat-y center 0;
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	border-radius: 10px;
	/* [disabled]text-align:justify; */
}
.fecha{
	text-align:left;
	padding-left:10px;
}
.user{
	text-align:right;
	padding-right:10px;
}
.contenido{
	padding-left: 25px;
    padding-right: 25px;
	min-height: 120px;
	text-align:justify;
}
.contxt{
	color:#000000;
	background:#d9d8da; width: 425px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
}
.contxt input[type="text"] { width: 335px; }

/*####################ENCUESTA####################*/
.encuesta{
	background:#d9d8da; width: 425px;
	margin: 0 auto;
	padding: 20px 10px 30px 20px;
	border-radius: 5px;
}
/*##############################################*/

/*####################FORMULARIO####################*/
.formulario{
	background:#d9d8da; width: 425px;
	margin: 0 auto;
	padding: 20px 10px 30px 20px;
	border-radius: 5px;
}
.formulario p { 
	margin:2px 0px 2px 0;
	line-height: 14px;
}
.formulario label { 
	color: #000; 
	font-weight:bold;
	font-size: 12px;
	font-family:Arial, Helvetica; 
}
.formulario .combo {
   width: 410px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  border: 0px solid #FFF;
  color: #555;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.formulario input[type="text"] { width: 400px; text-transform:uppercase;}
.formulario input[type="text2"] { width: 400px;}
.formulario input[type="login"] {width:192px; text-transform:uppercase;}
.formulario input[type="password"] {width:192px;}
.formulario input[type="mail"] {width:400px;text-transform:lowercase;}
.formulario input[type="web"] {width:400px;text-transform:lowercase;}
.formulario input[type="tel1"] { width: 278px; }
.formulario input[type="tel2"] { width: 45px; }
.formulario input { 
	background-color: rgba(255, 255, 255, 0.4); 
	border: 1px solid rgba(38, 0, 192, 0.15);
	padding: 5px;
	-webkit-border-radius: 5px; 
	
}
.formulario input:focus {  
	background-color: rgba(255, 255, 255, 1); 
}
/*##############################################*/

/*####################LISTADOS####################*/
.tbllista{
	width:100%;
}
.tbllista td{
	background: #F4F4F4;
	text-transform: uppercase;
}
.tbllista th{
	color: #FFFFFF;
	background:#C7922B;
	text-align:center;
}
/*##############################################*/
.importante {
	color: #FF0000;
	font-weight: bold;
}
.pie{
	padding: 10px 30px 10px 30px;
	font-size: 10px;
	color: #696969;	
	text-align:center;
}
.pie p{
	border-top: 2px solid #CCCCCC;
	padding-top:10px;
	
}
/*#######################################################*/

#menu {
  float: right;
  margin-top: -38px; 
  height: 34px;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin-left: -30px;
  color: #ffffff;
}
#liga {
  height: 39px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px dotted #29245a;
  float: left;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
}
#liga a {
  position: relative;
  top: 25%;
  color: #29245a;
  text-decoration:none;
}
#liga a:hover {
  background: none repeat scroll 0% 0% #bd9629;
  color: white;
}
#liga:hover {
  background: none repeat scroll 0% 0% #bd9629;
}

/* MENU DE PREGUNTAS */
.preg{
	border-color:#bd9629;
	background-image:url(../img/subarea.png);
}

.imgsig{
	position: absolute;
	cursor: pointer;
}

.menu{
	text-align:center;
	position:relative;
    padding:0px;
    list-style:none;
    width:160px;
    font-size:14px;
}
 
.menu li a{
    display: block;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    border-top: 1px solid rgba(255,255,255, 0.2);
    background:#0F2C52;
    text-decoration:none;
    color:#FFF;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.2);
    filter: dropshadow(color=#000, offx=1, offy=0);
    padding:10px;
}
 
.menu li ul li a{
    font-size:14px;
    color:#2D2558;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.5);
     
}
 
.menu li a:hover{
    background:#334a71;
    -moz-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
}
 
.menu ul{
    margin:0;
    padding:0;
    list-style:none;
    height:0;
    overflow: hidden;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
}
 
.menu li:hover ul{
    height:auto;
    overflow-y:auto;
    overflow-x:hidden;
}
 
.menu ul li a{
    background:#fafafa;
}
 
.menu ul li a:hover {
    background: none repeat scroll 0 0 #ccc;
    color: #fff;
    -moz-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
}

#rojo{
	background:#bd9629;
}

#bloqueado{
	background:#CCC;
}

/*----------------------------------------------------------------------------------------------------------*/

.valida{
	color:#FF0000;
}

  /*Cuadro Informativo*/

.infobox {
	padding: 0;
	position: relative;
}
.infobox h2 {
    color: #000000;
    font-size: 8px;
    letter-spacing: 1px;
    margin: 10px 0 0 20px !important;
    padding: 0 0 0 10px !important;
    text-align: left;
    text-shadow: 1px 1px 0 #CCCCCC;
    text-transform: none;
}
.infobox img {
    float: left;

    opacity: 0.9;
    position: relative;
    z-index: 2;
}
.infobox .more {
    display: none;
}
.infobox:hover .more {
	text-align:center;
    background-color: #23395F;
    border: 3px double #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: block;
    left: -150px;
    padding: 0px 0px 0px 10px;
    position: absolute;
    top: -40px;
    width: 300px;
    z-index: 2;
    height: auto;
}
.infobox:hover a {
  text-shadow: none;
    color: #000000;
}
.descri{
  text-shadow: none;
  text-align:justify;
  color:#29245a;
  font-weight:bold;
}

/* AUTOCOMPLETAR INPUT */
.ac_results {
	padding: 0px;
	border: 1px solid #0A246A;
	background-color: white;
	overflow: hidden;
	z-index: 10;
	color:#000000;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../img/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.mayusculas{
	text-transform:uppercase;
}
