.logo {
	/*margin: auto;*/
	border:outset;
	-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px; /* Borde redondo */
	/*background-image: url("../Imagenes/logo-bco.png"), url("../Imagenes/gradiente_verde1.jpg");*/
	background-image: url("../Imagenes/logo-bco.png"), url("../Imagenes/gradiente_azul3.jpg");
	background-position: top, left top;
	background-repeat: no-repeat, repeat-x;
	/*background-attachment: fixed; /* Deja la imagen fija cuando scrolea */

	background-size: 200px 190px, auto;*/ /* Tamaños de las imagenes*/
	/*background: #73AD21;*/ /* Color verde */
	color: white;
	min-width:200px;
	min-height:190px;
	/*position: relative;*/
	/*position: fixed;*/
	float:left;
}
.logo2 {
	/*margin: auto;*/
	border:outset;
	-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px; /* Borde redondo */
	/*background-image: url("../Imagenes/logo-bco.png"), url("../Imagenes/gradiente_verde1.jpg");*/
	background-image: url("../Imagenes/aspaimpact.jpg");		
	background-position: top;
	background-repeat: no-repeat;
	/*background-attachment: fixed; /* Deja la imagen fija cuando scrolea */

	background-size: 200px 190px;*/ /* Tamaños de las imagenes*/
	/*background: #73AD21;*/ /* Color verde */
	color: white;
	min-width:200px;
	min-height:190px;
	/*position: relative;*/
	/*position: fixed;*/
	float:right;
}


.recuadro {
	-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px; /* Borde redondo */
	/*background-image: url("../images/gradiente_verde4.jpg");*/
	background-image: url("../images/gradiente_azul2.jpg");		
	background-repeat: repeat-x;
	/*background-size: contain;*/
	border:outset;
	/* Rellenos 
	padding: 20px 10px 20px 10px;*/
	/*max-width: 300px;*/
	color: white; /* Color Blanco de Texto */
	font-weight: bold;
	text-align: left;
	/*right:-20px;*/
	top:0px;
	clear: left;
	float:right;


}
.recuadro2 {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("../images/gradiente_azul2.jpg");
	background-repeat: repeat-x;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px; /* Borde redondo */
	border:outset;
	/* Rellenos */
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 2px;
	/*max-width: 300px;*/
	color: black; /* Color Blanco de Texto */
	text-align: center;
	clear: left;
}

.recuadro3 {
	margin: 0px;
	background-image: url("../images/azul_efecto.jpg"); /*azul_efecto.jpg*/
	background-position:  left top;
	background-repeat: repeat-x;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	-moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px; /* Borde redondo */
	border:outset;
	/* Rellenos */
	max-width: 380px;
	color: black; /* Color Blanco de Texto */
	text-align: left;
	clear: left;

}

.pie {
    -moz-border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;border-radius:20px; /* Borde redondo */
/*
	background-image: url("../images/azul.jpg");
	background-repeat: repeat-x;
	background-size: contain;*/
	border: none;
	/* Rellenos */
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	color: black;
	text-align: center;

}
/*********************************************************** tablas ********************************************/
#tablita {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tablita td, #tablita th {
    border: 1px solid blue;  /*#ddd*/
    padding: 6px;
}

#tablita tr:nth-child(even){background-color: #f2f2f2;}

#tablita tr:hover {background-color: #ddd; }

#tablita th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: DodgerBlue; /*#4CAF50;/*#0b76a6;*/
    color: white;
}

/*****************************************************************************************************
#tablita2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
   
}

#tablita2 td, #tablita2 th {
    border: 1px solid #3d5c3d;/*#ddd;*/
    padding: 6px;
}

#tablita2 tr:nth-child(even){background-color: #f2f2f2;}

#tablita2 tr:hover { background-color: #ddd;/*#0080ff;*/ }

#tablita2 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    /*background-color: #0b76a6;/*#4CAF50;*/
    background-image: url("../Imagenes/gradiente_azul5.jpg");
    background-repeat: repeat-x;
    color: white;
}
/*****************************************************************************************************
#tablita3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

#tablita3 td, #tablita3 th {
    border: 1px solid blue;  /*#ddd*/
    padding: 12px;
    text-align: left;
}

#tablita3 tr:nth-child(even){background-color: #f2f2f2;text-align: left;}

#tablita3 tr:hover {background-color: #ddd;text-align: left; }

#tablita3 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: DodgerBlue; /*#4CAF50;/*#0b76a6;*/
    color: white;
}

/*****************************************************************************************************





/*

table * {height: auto; min-height: none;} /* fixed ie9 & <
table {
  table-layout: fixed;
  margin: 1rem auto;
  width: 80%;
  box-shadow: 0 0 4px 2px rgba(0,0,0,1);
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.5);
  border-top: 0 none;
}
thead {
  background: #FF7361;
  text-align: center;
  z-index: 2;
}
thead tr {
  padding-right: 17px;
  box-shadow: 0 4px 6px rgba(0,0,0,.6);
  z-index: 2;
}
th {
  border-right: 2px solid rgba(0,0,0,.2);
  padding: .7rem 0;
  font-size: 1em;
  font-weight: normal;
  font-variant: small-caps;
}
tbody {
  display: block;
  height: calc(50vh - 1px);
  min-height: calc(100px + 1 px);
  /*use calc for fixed ie9 & <
  overflow-Y: scroll;
  color: #000;
}
tr {
  display: block;
  overflow: hidden;
}
tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.2);
}
th, td {
  width: 21%;
  float:left;
}
td {
  padding: .5rem 0 .5rem 1rem;
  border-right: 2px solid rgba(0,0,0,.2);
}
td:nth-child(2n) {color: #fff;}
[data-campo='correo'] {
  width: 30%;
}  
th:last-child, td:last-child {
  width: 7%;
  text-align: center;
  border-right: 0 none;
  padding-left: 0;
}




*/



/*********************************************************** BODY ********************************************************/
body{
/*	font-size: 100%;
	margin-top: 0;
	margin-left: 0;*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #e0e3ec url(../images/bgnoise_lg.jpg) repeat top left;
}
footer{
	font-size: .7em;

}
.contenido{
	z-index: -1;
	height: 100%;
}

div.fixed {
	float:center;
    position: fixed;
    bottom: 0;
    /*width: 300px;
    border: 3px solid #73AD21;*/
}
h1 {
	line-height: 1.3em;
	margin: 35px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.8em;
}
h1.letrero{
	color:white;
	font-size: 4em;
	text-shadow: 1px 1px 0px darkgrey,
	3px 3px 0px blue,
	4px 4px 0px black;
}
h2{
	color:white;
}
h2.letrero{
	color:#75a3a3;
	font-size: 2em;
	text-shadow: 2px 2px 0px black;
	font-weight: bold;
}

h3 {
	color:DarkSlateGray;
	color:#527a7a;
	text-shadow: 1px 2px 0px black;
}

h4 {
	font-size: 1.5em;
	color:#8080ff;
	font-weight: bold;
	text-shadow: 1px 2px 0px white;
	text-align: center;

}

h5 {
	font-size: 1em;
	color:blue;/*#8080ff;*/
	font-weight: bold;
	text-shadow: 1px 2px 0px white;

}

p.letrita{

	color:white;
	text-align: center;
	font-size: .5em;
}

/********************************************************** INPUT ******************************************************/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

// Firefox:
  // apaga el spinner en el input de numero
  input[type=number] {-moz-appearance:textfield;}
input:focus {background-color:sandybrown;}
input.mayusculas{text-transform:uppercase;}
/********************************************************** FORMAS ******************************************************/
form label {
    display: inline-block;
    width: 150px;
}


/**************************************************  ACORDION ******************************************************/
.ac-container{

	width: 100%;
	margin: 115px auto 30px auto;
	text-align: left;
	z-index: -1;

}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: Steelblue; /*#c6e1ec;   COLOR DE BOTON SELECCIONADO */
	color: White; /*#3d7489;*/
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);

}
.ac-container input{
	display: none;
	z-index: -1;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 250px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 300px;
}
.ac-container input:checked ~ article.ac-large{
	height: 400px;
}
.ac-container input:checked ~ article.ac-xlarge{
	height: 600px;
}
.ac-container input:checked ~ article.ac-xxlarge{
	height: 700px;
}
.apagado{
	cursor: not-allowed;
  pointer-events: none;
}

 /******************************************************** BOTON **********************************************/
.button {
  /*z-index: 30;*/
  display: line-block; /*line-block*/
  padding: 0px 0px;
  font-size: .85em;
  font-weight: bolder;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: blue; /*#fff;*/
  padding: 3px;
  /*background-image: url("../images/gradiente_azul2.jpg");*/
  /*background-size:contain;*/  
  background-color: LightGray;/*#4CAF50;*/
  /*border: outset;*/
  border-radius: 7px;
  /*background-position: center bottom;*/

  /*box-shadow: 0 9px #999;*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button:hover {
	background-color: sandybrown; /*DarkSlateGray; /*#3e8e41;*/
	/*opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.button:active {
    background-color: white;*/
	/*opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */  
  
  /*box-shadow: 0 5px #666;*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.39);
  transform: translateY(4px);
}

/**************************************************** MENU PRINCIPAL ***********************************************/
#main-header {
	/*background: DarkSlateGray;/*#333;*/
	background-image: url("../images/gradiente_azul3.jpg");
	background-position:  left top;
	background-repeat:  repeat-x;
	background-size:  auto;*/ /* Tamaños de las imagenes*/
	color: white;
	height: 100px;
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
	z-index: -2;
}	
	#main-header a {
		color: white;
	}
 
/***************************************************** LOGO **********************************************************/
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
	#logo-header:hover {
		color: sandybrown;/*#0b76a6;*/
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.8em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 1em;
		color: white;/*#999;*/
	}
	
 
/******************************************************* NAVEGACION ************************************************/
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 100px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
			}
			
				nav ul li a:hover {
					background: #0b76a6;
					font-weight: bold;
					color: sandybrown;
				}

/******************************************************* CONTENIDO PRINCIPAL ***********************************************/

#main-content {

	background: WHITE;
	width: 90%;
	max-width: 800px;
	margin: 60px auto;
	box-shadow: 0 0 10px rgba(0,0,0,1);
}

	#main-content header,
	#main-content .content {
		margin-top: 0px;
		padding: 40px;
	}

#main-footer {
	/*background: DarkSlateGray;/*#333;*/
	background-image: url("../Imagenes/logo-bco.png"), url("../Imagenes/gradiente_azul2.jpg");
	background-position: right top, left top;
	background-repeat: no-repeat, repeat-x;
	background-size: 105px 99px, auto;*/ /* Tamaños de las imagenes*/
	color: white;
	text-align: center;
	padding: 35px;
	/*margin-bottom:  20px;*/
	/*position: fixed;*/
    /*bottom: 0;*/

}
	#main-footer p {
		margin: 0;
		color: white;
	}
	
	#main-footer a {
		color: white;
	}

