@CHARSET "ISO-8859-1";

*{
	/*font-family: Arial Narrow;*/
	font-family: Arial;
}

.content_header{
	padding-left: 0px !important;
	padding-right: 0px !important;  
}


.header_index{
	background-color: blue;
	background: url('../img/banner.jpg')no-repeat center top;
	background: cover;
	color: white;
	border: 1px solid #ddd;
	  background-size: cover;
	  height: 150px;


	
	/*height: 100px;
	background: url('../img/banner.jpg') no-repeat center top;
    background-size: cover;
	min-height: 10px;
    position: relative;
    height: 150px;*/
	
}

.titulo{
	margin-top: 0px;	
}

.container{
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 1px 0 2px #999b83;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	background-color: white;
	padding: 1.7%;
}

.buscador{
	
	margin-bottom: 10px;
}
