@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(content_bg.png);
	background-repeat:repeat-x;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
	text-decoration:none;
}
.contenedor{
	position:relative;
	background:#E4E4E4;
	left:50%;
	margin-left:-400px;
	width:800px;
	heigth:auto;
	border:solid 1px #BABABA;
}
.filtro{
	position:relative;
	left:50%;
	margin-left:-335px;
	width:700px;
	heigth:auto;
}
.resultados{
	
}
.resultados table tr:nth-child(2n+1){
	background:#C5C5C5;
}
.resultados th{
	font-weight:normal;
}
th{
	text-align:left;
	color:#555;
}
.resultados th{
	background:#3677C4;
	color:#fff;
	text-align:center;
}
td{
	padding:5px;
}
.resultados th:nth-child(1){
	width:100px;
}
.resultados th:nth-child(2){
	width:100px;
}
.resultados th:nth-child(3){
	width:100px;
}
.ancho{
	width:200px;
	height:20px;
}
.buscar_btn {
	padding: 8px 50px;
	border: 0;
	border-radius: 5px;
	background: #505050;
	font-size: 16px;
	color: #fff;
	transition:all 2s;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
}
.buscar_btn:hover {
	background: #3677C4;
	box-shadow: inset 0 0 30px 2px #202020;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.sal_btn {
	padding: 8px 50px;
	border: 0;
	border-radius: 5px;
	background: #505050;
	font-size: 16px;
	color: #fff;
	transition:all 2s;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
}
.sal_btn:hover {
	background: #D53625;
	box-shadow: inset 0 0 30px 2px #202020;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.descargar {
	padding: 3px 20px;
	border: 0;
	border-radius: 5px;
	background: #505050;
	font-size: 16px;
	color: #fff;
	transition:all 2s;
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
}
.descargar:hover {
	background: #3677C4;
	box-shadow: inset 0 0 30px 2px #202020;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}