@CHARSET "UTF-8";

.carrlocal, .carrcat, .carrautocat, .carrautopista 
{ 
	font-family: Arial; 
	font-size: x-small;
	font-weight: bold;
	padding: 1px 8px 0 8px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 4px;
	white-space: nowrap;
	letter-spacing: 1px;
}

.carrlocal
{ background: yellow;
 	color: Black
 }

.carrcat
{ background: #f82020; color: Black}	

.carrautocat
{ background: darkgreen; color: white}	

.carrautopista
{ background: #0000c0; color: white}

.tab, .tab-active, .tab-content {
	font-family: sans-serif;
	font-size: small;
}

.tab
 {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
 }
 
 .tab a, .tab-active a {
 	text-decoration: none;
 	color: black;
 }

 .tab-active { 
	border-left: 1px solid black; 
	border-top: 1px solid black; 
	border-right: 1px solid black; 
	text-align: center;
	color: black;
 }

 .tab-content { 
	padding: 40px 20px; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
} 

.tab-active, .tab-content
{
	background-color: #eeffbb;
}
