body
{
	background: #fabf7a url(body_bg.gif) repeat-x;
	margin-top: 20px;
}

h1
{
	font-family: Arial;
	font-size: 16px;	
	color: #c93d3d;
}

a
{
	color: #c93d3d;
}
a:hover
{
	color: red;
}

/** propios **/
.main
{
	width: 791px;
	background: #f2f2f2;
}

.pie2
{
	font-family: Verdana;
	font-size: 13px;
	color: #A60053;	
}

.pie
{
	font-family: Arial;
	font-size: 11px;
	color: #b8b8b8;
}
.desc
{
	font-family: Arial;
	font-size: 14px;
	color: #717171;
}
.desc2
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.maxima {
	margin: 0px 0px;
	padding: 10px 0px 0 40px;
	background: url(quote.gif) no-repeat left top;
	text-align: justify;
	font-family: Arial;
	font-size: 16px;
	color: #717171;

}

/** pestaņas **/
#tabsC 
{
  float:left;
  width:100%;
}
#tabsC ul
{
	list-style:none;
	margin-top:0px;
}
#tabsC li
{
 	display:inline;
	margin:0;
}
#tabsC a 
{
  height: 80px;
  float:left;
  font-size:18px;
  font-family: Arial;
  font-weight: bold;
  color: #bb0000;
  text-decoration:none;
}
#tabsC a:hover
{
  float:left;
  font-size:18px;
  font-family: Arial;
  font-weight: bold;
  color: white;  
  background:red;
  text-decoration:none;
}
#tabsC a.m2 
{
  height: 80px;
  float:left;
  font-size:18px;
  font-family: Arial;
  font-weight: bold;
  color: #bb5800;
  text-decoration:none;
}
#tabsC a.m2:hover
{
  color: white;  
  background:#bb5800;
}
#tabsC a.m3:hover
{
  color: white;  
  background:#bb8d00;
}
#tabsC a.m3
{
  height: 80px;
  float:left;
  font-size:18px;
  font-family: Arial;
  font-weight: bold;
  color: #bb8d00;
  text-decoration:none;
}