body {
	margin: 0;
    font-family: "Roboto",sans-serif;
}
.autotext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}   
#wrapper{
	width: 100%;
	height:	100%;
	max-width: 300px;
}
#top{
	background-color: #e03b25;
	width: 100%;
	z-index: 999;
	position: relative;
}			

#logo{
	height: 44px;
    margin: 0 auto;
    padding-left: 4px;
    z-index: 999;
}	
	
#bot{
    float: right;
    margin-top: -34px;
    padding: 0 10px 0 0;
    text-align: right;
    z-index: 999;
}			
							
.scroll-content {
	height: 566px;
	margin-top: -6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.scroll-content ul{  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
} 			
.featured-race {
    margin: 0;
    display: table;
    max-width: 300px
}
p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
strong {
    font-weight: 700;
}
h4 {
	color: #333;
	font-weight: 700;
	max-height: 46px;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 6px;
}
a {
    color: #333;
    text-decoration: none;
}
.cartel {
    float: left;
    padding: 6px;
    width: 100%;
    max-width: 300px;
}
.imgCartel{
    float: left;
    margin-top: 0px;
}
.info {
	float: left;
	padding: 14px 0 5px 6px;
	width: 224px;
}
.info h4 {
    margin-bottom: 14px;
    margin-top: 0;
}
.info p strong {
    text-transform: uppercase;
}
.info p {
    font-size: 14px;
	padding-left: 0;
	font-weight: 500;
	color: #333;
}
	
tr{
	margin: 10px 5px;	
}
.scroll-content ul li{
	padding: 5px 0;
	border-bottom: 1px solid #a8a8a8;	
}
.glyphicon{
	margin-right: 6px;
	top: 4px !important;
	font-size: 16px !important;
	color: #8a8a8a !important;
}
.btn-volver{
    color: #fff;
    background-color: #9e9e9e;
}
.btn-volver:focus,
.btn-volver.focus {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-volver:hover {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-volver:active,
.btn-volver.active,
.open > .dropdown-toggle.btn-volver {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
h4{
	font-size: 13px;
}