/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body, html { font-size: 100%; 	padding: 0; margin: 0; background-color: #edf2f8;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;

}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#buscador .form-control {
    
    outline: 0 !important;
    border-radius: 20px;
    border-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);

    box-shadow: none;
    color: #495057;
    background-color: #ffffff;
    
    
    background-image: url(/img/icon-search.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 10px 10px 38px!important;
    height: 40px;
    margin-right: 0px!important;
    width: 100%;
}


#buscador .form-control:focus {
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    border: 1px solid #00B2EF;
}


.fa-2x{
    font-size: 22px;
}

.inner-addon {
  position: relative;
}
.inner-addon .icontext {
  position: absolute;
  padding: 7px;
  pointer-events: none;
  color: #AAAAAA;
}
.left-addon .icontext {
  left: 5px;
}
.right-addon .icontext {
  right: 5px;
}
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}