@charset "utf-8";
body {
	afont: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	height: 100%;

}
a img {
	border: none;
}


a:link {
	color: #000;
	text-decoration:none; 
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	width: 100%;
    abackground-color: #aaa;
	margin: 0 auto; 
	overflow: hidden; 
	
	
}



.negrocorto{
background-color: #222;
height: 1px;
width: 1px;
}

.negrolargo{
background-color: #222;
height: 1px;
width: 8px;
}


.blancocorto{
background-color: #fff;
height: 1px;
width: 1px;
}

.blancolargo{
background-color: #fff;
height: 1px;
width: 8px;
}




.sidebar1 {
	float: left;
	width: 50%;
	background-color: #fff;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	color: #000;


	
}

.titulo{
	color: #ddd;
}



.gridhome{
  border-collapse:collapse;
  border: none;
	padding:0;
	margin:0;
	background-color: #fff;
}

.textequipo
{
	font-family: personalizada; /*, Courier, monospace; */
	font-size: 60px;
	line-height:70px;
	padding-left:10px;
}

/* ~~ this fixed width container surrounds all other divs~~ */
.container {
	width: 820px;
	background-color: #fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}

.content {

	padding: 0px 0;
	width: 1000px;
}


@font-face {
font-family: 'personalizada';
src: url('arsenale_white.ttf');
}