/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

/* Smooth font*/

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


body {
	font-family: 'Asap', sans-serif;
	color: #fff;
	background-color: #000;
	font-size: 13px;
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
.table{
	margin-left: auto !important;
	margin-right: auto !important;

  }
 .table td{
  
  	padding-left: 10px;

  } 
strong {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
  } 

/* links */
a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #DA251D;
	text-decoration: none;
}

/* Paragraph */
.clear {
	clear:both;
	background:transparent;
	margin:1px 0px 0px 0px;
}


/* images */
img { 
   border:none;
}



/* headers */
h1 {
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #DA251D;
	margin-bottom: 5px;
	text-align: center;
}



/*---- TOP ----*/

#top{
	width: 970px;
	height: 270px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	width: 206px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#logo1{
	width: 209px;
	float: left;
	margin-top: 0px !important;
}

#logo2{
	width: 209px;
	float: right;
	margin-top: 0px !important;
}
#footer{
	width: 970px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 10px;
}
#resolucion{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 13px;
	line-height: 20px;
}
