@CHARSET "UTF-8";

.carrlocal, .carrcat, .carrautocat, .carrautopista 
{ 
	font-family: Arial; 
	font-size: x-small;
	padding: 0 2px 0 2px;
}

.carrlocal
{ background: yellow; color: Black}

.carrcat
{ background: red; color: Black}	

.carrautocat
{ background: darkgreen; color: white}	

.carrautopista
{ background: blue; color: white}

.tab
 {
	font-family: Sans-Serif, Verdana;
	font-size: small;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
 }

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

 .tab-content { 
	padding: 10px 0 0 30px; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	height: 200px;
} 

.tab-active, .tab-content
{
	font-size: small;
	font-family: Sans-Serif, Verdana;
	background-color: #eeffbb;
}