body,html{
    /* 
	background: url(../img/fondo.png);
	*/
}
.movil{
    display: none;
}
.escritorio{
    display: block;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
header{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: auto;
    background: #fff;
    padding-bottom: 8px;
}
a, a:hover, a:active, a:visited{
    text-decoration: none;
}
.ocultar{
    max-height: 500px !important;
}
.containerheader {
    display: inline-block;
    background: url(../../img/circulo3.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
    
}
.containerheader a{
    color: #fff;
    
    font: 15px/13px;
    line-height: 28px;
    padding: 4px 3px 0 3px;
    text-align: center;
    min-width: 14px;
}
.containerheader:hover{
	-webkit-transform: translate(0,-2px);
    -moz-transform: translate(0,-2px);
    -o-transform: translate(0,0,-2px);
    -ms-transform: translate(0,-2px);
    transform: translate(0,-2px);
}
.inicio {
    float: left;
    display: inline-block;
    border-radius: 0 12px 12px 0 ; /* one half of ( (border * 2) + height + padding ) */
    background-color: #415E9B;
    padding: 5px;
    padding-left: 12%;
}
.inicio a{
    color: #fff;
    
    font: bold 15px/13px;
    height: 16px; 
    padding: 4px 3px 0 3px;
    text-align: center;
    min-width: 14px;
}

#barra{
    height: 32px;
    width: 100%;
    background-color: #45619D;
    text-align: right;
}
#table_details{
    height: 32px;
    width: 100%;
    background-color: #45619D;
    text-align: left;
}
#table_details a{
    
    color: #fff;
		
}
#cat_sponsor a{    
    color: #fff;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		text-align: center;
}
#cat_sponsor a:hoover{
	-webkit-transform: translate(0,4px);
    -moz-transform: translate(0,4px);
    -o-transform: translate(0,4px);
    -ms-transform: translate(0,4px);
    transform: translate(0,4px);
}
#barra a{
    margin-right: 12px;
    line-height: 32px;
    color: #fff;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
}
#barra a:hoover{
	-webkit-transform: translate(0,4px);
    -moz-transform: translate(0,4px);
    -o-transform: translate(0,4px);
    -ms-transform: translate(0,4px);
    transform: translate(0,4px);
}
#barra img{
    margin-right: 5px;
    margin-left: 5px;
}
#centro{
    text-align: center;
    margin: auto;
}
#logo,#busqueda{
    display: inline-block;
}
#logo{
    width: 100%;
    max-width: 475px;
}
#busqueda{
    vertical-align:bottom;
    box-sizing: padding-box;
    text-align: right;
    margin-right: 0px;
    width: 100%;
    height: 29px;
    max-width: 505px;
    background-color: #D4E0F7;
    border-radius: 15px;
    position: relative;
    bottom: 31px;
}
#busqueda input{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #000000;
    border: 0px solid;
    width: 92%;
    height: 25px;
    margin-top: 2px;
    margin-right: 6%;
    background-color: #D4E0F7;
}
#busqueda button{
    position: absolute;
    right: 0px;
    padding: 0px;
    background: none;
    border: 0px solid;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
}
#busqueda button:hover{
	-webkit-transform: translate(0,-2px);
    -moz-transform: translate(0,-2px);
    -o-transform: translate(0,0,-2px);
    -ms-transform: translate(0,-2px);
    transform: translate(0,-2px);
}
@media only screen and (max-width: 999px){
    .escritorio{
        display: none;
    }
    .movil{
        display: block;
    }
   #busqueda{
       width: 90%;
        max-width: 425px;
        bottom: 16px;
       margin: auto;
    }
    #botonmenu{
        float: right;
        margin-right: 20px;
    }
    #botonera{
        max-height: 0px;
        overflow: hidden;
		-webkit-transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
		-o-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
    }
    #botonera ul{
        max-width: 500px;
        text-align: center;
        margin: auto;
    }
.containerheader {
    width: 56px;
    height: 56px;
    border-radius: 28px; /* one half of ( (border * 2) + height + padding ) */
    margin: 2px;
}
.containerheader a{
    font: 20px/13px;
    line-height: 56px;
}
.inicio {
    float: none;
    display: block;
    width: 80px;
    height: 48px;
    border-radius: 24px; /* one half of ( (border * 2) + height + padding ) */
    padding: 5px;
    text-align: center;
    margin: auto;
    margin-bottom: 2px;
}
.inicio a{
    font: bold 20px/13px;
    line-height: 48px; 
    padding: 4px 3px 0 3px;
    text-align: center;
    min-width: 14px;
}

#barra{
    height: 32px;
    width: 100%;
    background-color: #45619D;
    text-align: right;
}

.table_details a{
    color: #fff;    
    font: 15px/13px;
    line-height: 28px;
    padding: 4px 3px 0 3px;
    text-align: left;
    min-width: 14px;
	background-color: #415E9B;
    text-align: left;
}

.barra2{
    height: 32px;
    width: 100%;
    background-color: #45619D;
    text-align: right;
}
}