﻿body
{
	font-family: 'trebuchet MS' , Verdana;
	font-size: 0.8em;
	color: #333333;
	margin:auto;
    width:100%;
    background-color: #E6E6E6;
    /*verflow-x:hidden;*/
}
#body {
    overflow-x:hidden;
}

.hd
{
	border: 1px dashed #666666;
	padding:5px;
}

.hd .menu
{
	background-color: #666666;
	vertical-align: middle;
	padding:5px;
	color: #FFFFFF;
}

.menu a,
.menu a:link
{
	color: #FFFFFF;
}


.bd
{

}


.ft
{
	border-top-style: dashed;
	border-width: 1px;
	border-color: #333333;
	margin-top: 30px;
	color: #999999;
}
#banner {
    width: 100%;
    height:150px;
    background: url('../../IMAGENES/banner.jpg');
    background-size: 100% 100%;

}
#banner_bp {
    width: 100%;
    height:150px;
    background: url('../../IMAGENES/banner_bp.jpg');
    background-size: 100% 100%;
}
#search {
    position: relative;
    top: 55px;
    /*left: 320px;*/
    left: 16%;
}
#search input[type=text] {
    /*width: 100%;*/
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
#contenido {
    width: 90%;
    height: 700px;
    margin:auto;
}
#contenido #txtEditores {
    width: 100%;
    height: 60px;
    margin:auto;
    color: #B3B3B3;
    
}
#contenido #txtEditores span {
    font-size: 1.2em;
    padding-top: 20px;
}
#contenido #grilla{
    width: 100%;
    height: 640px;
    margin:auto;
    background-color:#FFFFFF;
    padding: 30px;
    overflow-x: scroll;
    overflow-y: scroll;

}
#contenido #grilla::-webkit-scrollbar {
    margin-right: 5px;
    background-color: #B3B3B3;
	border-radius: 6px;
    width: 12px;
}
#contenido #grilla::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
#contenido #grilla::-webkit-scrollbar-thumb {
    border: 1px #eee solid;
    border-radius: 12px;
    background: #48C3B6;
    /*box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;*/
    -webit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#contenido #grilla::-webkit-scrollbar-thumb:window-inactive {
    background: #bbb;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
}
#contenido #grilla::-webkit-scrollbar-thumb:hover { 
	background: #59D6C9; 
}
