/*	Etiquetas HTML */
body 
{ 
	background: #efefef url('../img/background.png') repeat-y top center;
	height: 100%;
	padding-top: 0;
}

footer 
{
	background-color: #333;
	border-top: 1px solid #CCC;
	color: White;
	height: 29px;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	text-align: right;
}

html 
{
	height: 100%;
	overflow-y: scroll;
}

.her_navbar-selected
{
    background-color: Red;
    border-bottom: 1px solid yellow;
}

.her_content-push
{
    margin-top: 45px;
}

.her_footer-push 
{
	height: 40px;
}

.her_form-controlinline
{
    margin-left: 25px; 
    margin-right: 15px;
    vertical-align: middle; 
}

.her_grafica 
{
  position: relative;
  margin: 15px 0;
  padding: 19px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.her_grafica > .progress
{
    margin-bottom: 2px;
}


.her_grafica_titulo
{
    margin-bottom: 20px; 
    margin-top: -20px; 
    margin-left: -20px;
    text-align: center;
    background-color: #d6d6d6;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
            border-radius: 4px 0 4px 0;
}

.her_grid-alternaterow
{
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    color: Black;
    height: 25px;
}

.her_grid-alternaterow:hover
{
    background-color: #d6dee7;
}

.her_grid-buttons
{
    margin-bottom: 0;
    padding-left: 15px;
}

.her_grid-column
{
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
}

.her_grid-emptyrow
{
    border-bottom: 1px solid #ddd;
}

.her_grid-header
{
    background-color: #AAA;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    color: #222;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.her_grid-header a
{
    color: #222;
}

.her_grid-pager
{
}

.her_grid-row
{
    border-bottom: 1px solid #ddd;
    color: Black;
}

.her_grid-row:hover
{
    background-color: #d6dee7;
}

.her_image-border
{
    border: 1px solid #666;
}

.her_legend 
{
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    padding-bottom: 6px;
    text-align: left;
}

.her_legend-small
{
    border-bottom: 1px solid #CCC;
    color: #777;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 3px;
    text-align: left;
}

.her_navbar-push 
{
	height: 5px;
	width: 100%;
}

.her_partido-escudo
{
    background-color: #FFF;
    border: 1px solid #DDD;
    height: 75px;
    position: absolute;
    width: 75px; 
}

.her_partido-escudo > img
{
    height: 75px;
    width: 75px; 
}

.her_partido-resultado
{
    background-color: #FFF; 
    border: 1px solid #DDD;    
    font-size: larger; 
    font-weight: bold; 
    position: absolute; 
    text-align: center; 
    width: 75px; 
}

.her_shadow
{
    box-shadow: 2px 2px 2px #666;
   -webkit-box-shadow: 2px 2px 2px #666;
   -moz-box-shadow: 2px 2px 2px #666;
}

.her_wrapper 
{
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
	min-height: 100%;
}
