/*ESTILOS COMUNES*/
.search-aspx .boxPaginas
,.EspDocente .boxPaginas
,.Novedades .boxPaginas
,.boletines .boxPaginas 
{   
    text-align: center;
    margin:20px 0px 50px 0px;    
}

.search-aspx .paginacion
,.EspDocente .paginacion
,.Novedades .paginacion
,.boletines .paginacion
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    background-color: #EE9400;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    /*width: 508px;*/
    line-height:18px;
    text-align: center;        
    margin: auto;
    float:none;
    overflow:hidden;
    height:auto;
}

.search-aspx .paginacion a
,.EspDocente .paginacion a
,.Novedades .paginacion a
,.boletines .paginacion a
{
    color: White;
}

.search-aspx .paginacion .numeros
,.EspDocente .paginacion .numeros
,.Novedades .paginacion .numeros
,.boletines .paginacion .numeros
{
    text-align: center;
    margin: auto;    
}

.search-aspx .paginacion .numeros .txt
,.EspDocente .paginacion .numeros .txt
,.Novedades .paginacion .numeros .txt
,.boletines .paginacion .numeros .txt
{
    font-weight: bold;
    font-size: 12px;
    width: 29px;
    height: 16px;
    background-color: #EFD19E;    
    margin-right: 3px;    
    
}

.search-aspx .paginacion .numeros .txtlink
,.EspDocente .paginacion .numeros .txtlink
,.Novedades .paginacion .numeros .txtlink
,.boletines .paginacion .numeros .txtlink
{
    font-weight: bold;
    font-size: 12px;
    width: 29px;
    height: 16px;
    background-color: #FFFFFF;    
    margin-right: 3px;    
    
}

.search-aspx .paginacion .numeros .txtlink a
,.EspDocente .paginacion .numeros .txtlink a
,.Novedades .paginacion .numeros .txtlink a
,.boletines .paginacion .numeros .txtlink a
{
    color: #403F3B;
    padding-left:10px;
    padding-right:6px;
}

.search-aspx .paginacion .numeros a
,.EspDocente .paginacion .numeros a
,.Novedades .paginacion .numeros a
,.boletines .paginacion .numeros a
{
    text-decoration: none;
    color: #EE9400;
    padding-left:10px;
    padding-right:6px;
}
    
.search-aspx .paginacion .botonanterior
,.EspDocente .paginacion .botonanterior
,.Novedades .paginacion .botonanterior
,.boletines .paginacion .botonanterior
{
    background-image: url(buscar/flechita_anterior.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 20px;
    cursor: pointer;
    width:65px;
}    
*html .search-aspx .paginacion .botonanterior
,*html .EspDocente .paginacion .botonanterior
,*html .Novedades .paginacion .botonanterior
,*html .boletines .paginacion .botonanterior
{
    background-image: url(buscar/flechita_anterior.gif);
}
.search-aspx .paginacion .botonanterior a
,.EspDocente .paginacion .botonanterior a
,.Novedades .paginacion .botonanterior a
,.boletines .paginacion .botonanterior a
{
    margin-left: 17px;
    
}

.search-aspx .paginacion .botonsiguiente
,.EspDocente .paginacion .botonsiguiente
,.Novedades .paginacion .botonsiguiente
,.boletines .paginacion .botonsiguiente    
{
    background-image: url(buscar/flechita_siguiente.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 20px;
    cursor: pointer;
    
}
*html .search-aspx .paginacion .botonsiguiente
,*html .EspDocente .paginacion .botonsiguiente
,*html .Novedades .paginacion .botonsiguiente
,*html .boletines .paginacion .botonsiguiente
{
    background-image: url(buscar/flechita_siguiente.gif);
}
.search-aspx .paginacion .botonsiguiente a
,.EspDocente .paginacion .botonsiguiente a
,.Novedades .paginacion .botonsiguiente a
,.boletines .paginacion .botonsiguiente a
{
    margin-right: 17px;    
}

