@charset "utf-8"; 
body {
	background-color: #DDDDDD;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 5px;
}

#contenidor{ 
	text-align: left;
	background-color: #EEEEEE;
	margin: auto;
	margin-top: 2px;
	border: 3px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

#peubo{
	text-align: left;
	width: 800px;
	height: 20px;
	margin: auto;
	margin-top: 2px;
	color: #000066;
	border: 0px none;
	background-color: #DDDDDD;
}


.competicio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.ratlla {
	color: #FF0033;
	border: #FF0033;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
	

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #AA0000;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #666666;
}

