/*Style Reset*/
body, button, a, table, input{
    text-decoration: none;
    background: none;
    background-color: none;
    border: none;
    margin:0;
    padding:0;
}
/*End Style Reset*/
body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    
    background-attachment: fixed;
}
#contenedor{
	
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: auto;
    padding: 0;
    height: auto;
    /*max-height: 1800px;*/
    width: 90%;
    border: solid 1px #CCC;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-collapse: collapse;
    
}
#logoBBT{
	position:relative;
	top: -65px;
	left: 20px;
    float: left;
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0;
    height: 50px;
    width: 100px;
}
#naviBar{
    width: 100%;
    height: 100px;
    background-color: skyblue;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
    border: none;
}
h1{
    text-align: center;
    text-transform: none;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-family: 'arial','verdana';
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 25px;
    border-collapse: collapse;
}

#cabecera{
    width: 100%;
    height:auto;
    border-radius: 0 0 15px 15px;
    padding: 0;
    border-collapse: collapse;
}

#resultado{
	width:100%;
	overflow:auto;
}


#tablaresultadosFlotante{
	
	width: 310px;
	height: auto;
	float:left;
	margin:auto;
	margin-right:5%;
	padding-bottom:15px;
	margin-top:15px;
	
}
#contenedorPrimerSeccion{
	
	height: auto;

	padding-left:30px;
	padding-right:30px;
}
#contenedorImagenes{
	margin-top:15px;
	margin-bot:15px;
	width: 805px;
	display:inline-block;
}

#contenedorLinks{
	text-align:center;
	margin-top:15px;
	width:600px;
	height:30px;
	float:left;
	
}

#tablaLinks td{
	
	padding:3px;
	 text-transform: capitalize;
    border-collapse:collapse;
 
    text-align: center;
}
#tablaLinks a{
	
    display:block;
    height:100%;
    width:100%;

	text-transform: capitalize;
    color:white;
    text-align: center;
    clear:both;
}
#listadoCm{
	text-align:center;
	width:600px;
	margin:auto;
	margin-top:10px;
	margin-bottom:150x;
}
#jsBusqueda{
	width: 350px;
	margin:auto;
	margin-bottom:15px;
}
#jsBusqueda inpaut{
	display:block;
	margin:auto;
	height: 30px;
	width: 200px;
}
.botonOnline{
	
	width:120px;
	text-align:center;
	/* Color del boton*/
	-moz-box-shadow:inset 0px 1px 0px 0px #29bbff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #29bbff;
	box-shadow:inset 0px 1px 0px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 12px;
	
	text-decoration:none;
	
}
.botonOnline:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.botonOnline:active {
	position:relative;
	top:1px;
}
#tablaresult,#tabla{
    
    
    margin:auto;
    height:auto;
    border-collapse:collapse;
    border: solid 1px black;
    width: 90%;
    font-size:0.9em;
    margin:auto;
    text-align: center;
}
#tablaresult tr,#tabla tr,#tablaLinks tr{
    vertical-align:middle;
    border-collapse:collapse;
    height:auto;
    text-align: center;
}
#tablaresult td,#tabla td{
  
    text-transform: capitalize;
    border-collapse:collapse;
    border: solid 1px black;
    text-align: center;
}
thead{
    
    font-weight: bold;
    background-color: blue;
    text-align: center;
    color: azure;
    position: static;

}th{
    text-transform:uppercase;
    font-weight: bold;
    background-color: blue;
    text-align: center;
    color: azure;
    position: static;

}
.separador{
	width:1%;
	background-color:black;
}
 @media screen and (max-width: 1500px) {
 
 	#contenedorPrimerSeccion{
	
	


	#tablaresultadosFlotante{
	font-size:0.8em;
	padding-top:15px;
	width: 310px;
	
	height:auto;
	padding-bottom:15px;
	
	
	}
	#contenedorLinks{
	margin-top:15px;
	width:450px;
	}
	#tabla{
	font-size: 0.8em;
   
	}
	#contenedor{
	width:95%;
	}	
}

 @media screen and (max-width: 1024px) {
 
 	#contenedorImagenes{
	margin-top:15px;
	margin-bot:15px;
	width: 1000px;
	display:inline-block;
	}
	
	
	
 	
	#tablaresultadosFlotante{
	
	font-size:0.8em;
	float:none;
	margin:auto;
	margin-top:15px;
	
	
	}
	#contenedorLinks{
	float:none;
	margin:auto;
	margin-top:15px;
	width:450px;
	display:block;
	margin-bottom:10px;
	
	}
	#tabla{
	font-size: 0.8em;
   
	}
	#contenedor{
	width:95%;
	}	
}
	



