@charset "UTF-8";
/* CSS Document */




/*----------------------Buscador 2---------------------*/
.buscar2 label{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size:14px;
    display: block;
    font-weight: bold;
	
}

.resultados{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	text-align:center;
	font-size:14px;
    display: block;
    font-weight: bold;
	
}

.buscar2 div{
    margin-bottom: 15px;
}
.buscar2 input[type='text'], .buscar2 textarea{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    padding: 4px 6px;
    width: 300px;
    border: 1px solid #463379;
    resize: none;
    box-shadow:0 0 0 1px #336600;
    margin: 5px 0px;
	border-radius: 10px;
}
.buscar2 input[type='text']:focus, .buscar2 textarea:focus{
	font-family:'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    outline: none;
    box-shadow:0 0 0 3px #563C96;
}
.buscar2 input[type='submit']{
    background: #336600 none repeat scroll 0 0;
    border: 1px solid #336600;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
}
.buscar2 input[type='submit']:hover{
    background: #336600;
    
}
.buscar2 input[type='submit']:active{
    background: #336600;
    
}

/*-------Fin Buscador 2----------*/

