

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/

.neutralColorTrans {background-color: transparent;}
.neutralColorWhite {background-color: #fff;}
.neutralColorBlack  {background-color: #000000;}
.neutralColorMedium {background-color: #4D4D4D;}

.teaserColor {background-color: #1A1A1A;}

.primColorStrong {background-color: #FFFF00;}
.secondColorStrong {background-color: #CC0033;}
.secondColorLight {background-color: #808080;}


/****************************************************/
/*    2. CSS-Modul: LAYOUT (PAGE REGIONS)           */
/****************************************************/

* {
  margin:0;
  padding:0;
  border:0;
}
body {
  background:url(http://www.chipodromo.com/common/css/common/back.jpg) repeat;
  font-family:Verdana, Arial;
  font-size:11px;
  line-height:13px;
  color:#fff;
}

#pageregion {
  margin:auto;
  width:900px;
  padding:20px 0;
}

#header {
  position:relative;
  width:900px;
  height:210px;
  background:transparent url(http://www.chipodromo.com/common/css/common/header_top.gif); 
  z-index:40;
}
#titleWrapperContent1 {
  position:absolute;
  bottom:0px;
  left:5px;
  width:645px;
  height:37px;
  border-bottom:6px solid #CC0033;
  z-index:45;
  text-align:right;
}
#titleWrapperContent2 {
  position:absolute;
  bottom:0px;
  left:27px;
  width:623px;
  height:44px;
  z-index:45;
}
#titleWrapperTeaser {
  position:absolute;
  bottom:0px;
  right:1px;
  width:239px;
  height:37px;
  border-bottom:6px solid #CC0033;
  z-index:45;
  text-align:right;
}
#contentWrapper {
  position:relative;
  width:900px;
  height:320px;
  background:#000000;
}
#headerSwoosh {
  position:absolute;
  top:0px;
  left:0px;
  width:28px;
  height:105px;
  background:transparent url(http://www.chipodromo.com/common/css/common/header_swoosh.gif) no-repeat;
  z-index:50;
}
#Logo {
  position:relative;
  width:650px;
  height:109px;
  overflow:hidden;
}
#leftContent2 {
  position:absolute;
  top:0px;
  left:0px;
  width:150px;
  height:310px;
  padding:11px 10px 5px 10px;
  background:black;
}
#leftContent3 {
  position:absolute;
  top:109px;
  left:0px;
  width:150px;
  height:201px;
  padding:11px 10px 5px 10px;
  background:black;
}
#ScrollTextCont0 {
  position:absolute;
  top:0px;
  left:0px;
  width:650px;
  height:321px;
  margin-left:0px;
  border-right:10px solid black;
  background:black;
  overflow:hidden;
  visibility:visible;
  z-index:20;
}
#ScrollTextCont1 {
  position:absolute;
  top:109px;
  left:0px;
  width:650px;
  height:212px;
  margin-left:0px;
  border-right:10px solid black;
  background:black;
  overflow:hidden;
  visibility:visible;
  z-index:20;
}
#ScrollTextCont2 {
  position:absolute;
  top:0px;
  left:170px;
  width:480px;
  height:321px;
  margin-left:0px;
  border-right:10px solid black;
  background:black;
  overflow:hidden;
  visibility:visible;
  z-index:20;
}
#ScrollTextCont3 {
  position:absolute;
  top:109px;
  left:170px;
  width:480px;
  height:212px;
  margin-left:0px;
  border-right:10px solid black;
  background:black;
  overflow:hidden;
  visibility:visible;
  z-index:20;
}
#Text {
  position:absolute;
  top:0px;
  left:25px;
  background:transparent;
  z-index:30;
  white-space: normal;
}

#scroller {
  position:absolute;
  bottom:10px;
  left:8px;
  z-index:40;
} 

#ScrollTextTeas {
  position:absolute;
  top:0px;
  left:660px;
  width:239px;
  height:320px;
  border-right:1px solid black;
  background:#1A1A1A;
  overflow:hidden;
  visibility:visible;
  z-index:20;
}
#TeasText0 {
  position:absolute;
  top:0px;
  left:25px;
  padding-bottom:150px;
  background:transparent;
  z-index:30;
  white-space: normal;
}
#TeasText1 {
  position:absolute;
  top:0px;
  left:0px;
  background:transparent;
  z-index:30;
  white-space: normal;
}
#scroller2 {
  position:absolute;
  bottom:10px;
  left:8px;
  z-index:40;
}
#footerSwoosh {
  position:absolute;
  bottom:0px;
  right:0px;
  width:66px;
  height:185px;
  background:transparent url(http://www.chipodromo.com/common/css/common/footer_swoosh.gif) no-repeat;
  z-index:50;
}
#footer {
  position:relative;
  width:900px;
  height:79px;
  background:transparent url(http://www.chipodromo.com/common/css/common/footer_bottom.gif) no-repeat;
}
#copyright {
  position:relative;
  width:900px;
  height:25px;
  margin:0;
  padding:3px 0 0 0;
  color:#565656;
}
#copyright a, #copyright a:link, #copyright a:visited {
  text-decoration:none;
  color:#565656;
}
#copyright a:hover, #copyright a:active {
  text-decoration:underline;
  color:#565656;
}
/*-- FLOATING --------------------------------------*/

.clearing {
  clear: both;
  height: 0;
  margin:0;
  border:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3. CSS-Modul: LAYOUT (PAGE ELEMENTS)          */
/****************************************************/

/*-- SITEMAP ---------------------------------------*/

td.sitemapTitle0 {
  border-right: solid 1px #444;
  background-color: #fff;
}
td.sitemapTitle1 {
  border-right: solid 1px #000000;
  background-color: #fff;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}
a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444;
  font-size:12px !important;font-size:small;
  text-decoration: none;
}
a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color: #000000;
  font-size:12px !important;font-size:small;
  font-weight: bold;
  text-decoration: none;
}

/*-- SEARCH ----------------------------------------*/

/* -- (Input) -- */

.searchLabel, .searchLabel, .searchElement, .searchText {
  font-size: 10px !important; font-size: xx-small;
}
#search {
  float:right;
  padding-right:20px;
  background:transparent;
}
#search form {
}
#search input#raw {
  width:129px;
  height:14px;
  margin:0;
  border:1px solid #303030;
  padding:3px;
  vertical-align:middle;
  font-size:12px;
}
#search input#btnsearch {
  margin-left:5px;
  vertical-align:middle;
}
p.search {
}

/* -- (Results) -- */

#searchresults {
  width:600px;
  padding:10px 15px 0 15px;
}
#searchresults dd {
  margin-top:3px;
  color:#000000;
}
#searchresults a, #searchresults a:link, #searchresults a:visited {
  text-decoration:none;
}
#searchresults a:hover, #searchresults a:active {
  text-decoration:none;
}

/*-- NEWS ------------------------------------------*/

#NewsindexWrapper {
  float:left;
  width:200px;
  background:url(http://www.chipodromo.com/common/css/common/macronav_BG.jpg) repeat;
}

#Newsindex {
  float:left;
  width:170px;
  padding: 0px 20px 0px 10px;
  background:url(http://www.chipodromo.com/common/css/common/pageregionLeft_BG.jpg) repeat-x;
}
#Newsindex h2 {
  margin:0;
  padding:0;
}
#Newsindex p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size:11px;
}
#Newsindex a, #Newsindex a:link, #Newsindex a:visited {
  display:block;
  padding-bottom:3px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}
#Newsindex a:hover, #Newsindex a:active {
  display:block;
  padding-bottom:3px;
  color:#000000;
  font-weight:bold;
  text-decoration:none;
}

/*-- FORM ------------------------------------------*/

.form {
  margin: 0;
  border: 1px solid #666;
  padding: 1px;
  color: #000000;
  font-size: x-small;
  font-size: 10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family: inherit;
}
html>.form {
  font-size: x-small;
} 
	
.form-button {
  margin: 0;
  border: 1px solid #666;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #fff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px !important; font-size: xx-small;
  font-weight: bold;
}

/****************************************************/
/*    4. CSS-Modul: NAVIGATION                      */
/****************************************************/

/*-- Channel Menu (Neu Chipodromo) ---------------------------*/

#menu {
  position:absolute;
  top:79px;
  left:166px;
  width:733px;
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_end_img.gif) no-repeat right top;
  z-index:50;
}
#menu ul {
  margin:0;
  list-style-type:none;
}
#menu ul li {
  position:relative;
  float:left;
  width:122px;
  height:38px;
  margin:0;
  padding:3px 0 3px 0;
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_divider_long.gif) no-repeat;
}
#menu li.current {
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_divider_alu_long.gif) no-repeat;
}
#menu li.aftercurrent {
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_divider_after_alu_long.gif) no-repeat;
}

#menu li.start {
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_li_start_long.gif) no-repeat;
}
#menu li.startcurrent {
  background:transparent url(http://www.chipodromo.com/common/css/common/menu_li_start_alu_long.gif) no-repeat;
}


#menu span {
   display: none;
}

#menu ul li a, div#menu ul li a:visited {
  display:block;
  height:18px;
  margin-left:18px;
  padding:7px 0 7px 0;
  text-decoration: none;
}

.navHome a {
   background:transparent url(http://www.chipodromo.com/common/css/common/inicio_img.jpg) 0px 7px no-repeat;
}
.navHome a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/inicio_img_hover.jpg) 0px 7px no-repeat;
}
.navHome a.current, .navHome a:hover.current {
   background:transparent url(http://www.chipodromo.com/common/css/common/inicio_img_alu.jpg) 0px 7px no-repeat;
}

.nav1 a {
   background:transparent url(http://www.chipodromo.com/common/css/common/turismos_img.jpg) 0px 7px no-repeat;
}
.nav1 a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/turismos_img_hover.jpg) 0px 7px no-repeat;
}
.nav1 a.current, .nav1 a:hover.current {
   background:transparent url(http://www.chipodromo.com/common/css/common/turismos_img_alu.jpg) 0px 7px no-repeat;
}

.nav2 a {
   background:transparent url(http://www.chipodromo.com/common/css/common/camiones_img.jpg) 0px 7px no-repeat;
}
.nav2 a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/camiones_img_hover.jpg) 0px 7px no-repeat;
}
.nav2 a.current, .nav2 a:hover.current {
   background:transparent url(http://www.chipodromo.com/common/css/common/camiones_img_alu.jpg) 0px 7px no-repeat;
}

.nav3 a {
   background:transparent url(http://www.chipodromo.com/common/css/common/tienda_img.jpg) 0px 7px no-repeat;
}
.nav3 a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/tienda_img_hover.jpg) 0px 7px no-repeat;
}
.nav3 a.current, .nav3 a:hover.current {
   background:transparent url(http://www.chipodromo.com/common/css/common/tienda_img_alu.jpg) 0px 7px no-repeat;
}

.nav4 a {
   background:transparent url(http://www.chipodromo.com/common/css/common/news_img.jpg) 0px 7px no-repeat;
}
.nav4 a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/news_img_hover.jpg) 0px 7px no-repeat;
}
.nav4 a.current, .nav4 a:hover.current {
   background:transparent url(http://www.chipodromo.com/common/css/common/news_img_alu.jpg) 0px 7px no-repeat;
}

.nav5 a {
   background:transparent url(http://www.chipodromo.com/common/css/common/contacto_img.jpg) 0px 7px no-repeat;
}
.nav5 a:hover {
   background:transparent url(http://www.chipodromo.com/common/css/common/contacto_img_hover.jpg) 0px 7px no-repeat;
}
.nav5 a.current, .nav5 a:hover.current {
   width:105px;
   padding:0;
   background:transparent url(http://www.chipodromo.com/common/css/common/contacto_img_alu.jpg) 0px 0px no-repeat;
}

/*-- MenuDropdown ---------------------------*/

div#menu li li {
  height:19px;
  padding:0;
  background:none;
}
div#menu li li.start {
  height:19px;
  background:none;
}

div#menu ul ul a.drop, div#menu ul ul a.drop:visited {
   background: #4d4d4d;
}
div#menu ul ul a.drop:hover{
   background: #4d4d4d;
}
div#menu ul ul :hover > a.drop {
   background: #4d4d4d;
}
div#menu ul ul ul a, div#menu ul ul ul a:visited {
   background: #4d4d4d;
}
div#menu ul ul ul a:hover {
   background: #4d4d4d;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
div#menu ul ul {
   visibility:hidden;
   position:absolute;
   height:0;
   top:38px;
   left:-17px; 
   width:122px;
}
/* another hack for IE5.5 */
* html div#menu ul ul {
   top:37px;
   t\op:38px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
div#menu table {
   position:absolute;
   top:0;
   left:0;
}

/* style the second level links */
div#menu ul ul a, div#menu ul ul a:visited {
   background: #4d4d4d; 
   border-bottom:1px solid #131313;
   color: #fff;
   text-transform: uppercase;
   height:auto; 
   line-height:1em;
   font-size:10px;
   font-weight:bold;
   padding:4px 0px 4px 5px;
   width:117px;
/* yet another hack for IE5.5 */
}
* html div#menu ul ul a{
   width:117px;
   w\idth:117px;
}
div#menu ul ul a:hover, div#menu ul ul a:active {
  color:#ffff00;
}

/* make the second level visible when hover on first level list OR link */
div#menu ul li:hover ul,
div#menu ul a:hover ul{
visibility:visible; 
}
  
/* -- MICRONAVIGATION ------------------------------*/

#Micronavigation {
  padding:15px 0px 20px 0px;
  color: #1a1a1a;
  font-size:10px;
}
#Micronavigation a:link,
#Micronavigation a:visited {
  color: #000000;
  text-decoration:none;

}
#Micronavigation a:hover {
  color: #1a1a1a;
  text-decoration:none;
}

/* -- MACRONAVIGATION ------------------------------*/


/* -- METANAVIGATION -------------------------------*/

#Metanavigation {
  margin:6px 20px 3px 0;
  text-align:right;
}
#Metanavigation a {
  color: #AD1515;
  font-size:10px;
  text-decoration:none;
}

/* -- INDEX ----------------------------------------*/

#pageelementIndex {
  clear:both;
  float:left;
  width:450px;
  padding-left:30px;
}
dl.pageelementIndex  {
  padding:5px 0;
}
dd.pageelementIndex  {
  padding:5px 0;
  color:#000000;
  font-size:11px;
  font-weight:normal;
}
#pageelementIndex a, #pageelementIndex a:link, #pageelementIndex a:visited {
  display:block;
  font-weight:bold;
  text-decoration:none;
}
#pageelementIndex a:hover, #pageelementIndex a:active {
  display:block;
  font-weight:bold;
  text-decoration:none;
}

/****************************************************/
/*    5. CSS-Modul: TEXT                            */
/****************************************************/

/* -- STANDARD -------------------------------------*/

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
  color: #fff;
  font-family: Verdana, Arial;
  font-weight: bold;

}
.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  color: #fff;
  font-family: Verdana, Arial;
  font-size: 11px;
}
h1.title {
  margin:10px 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing:2px;
}
h1,.heading1 {
  margin-top:16px; 
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing:2px;
}
h2,.heading2 {
  margin:8px 0;
  font-size: 12px;
  line-height: 14px;
  color:  #ffff00;
}
h3,.heading3 {
  margin:10px 0;
  font-size: 14px;
  line-height: 16px;
}
h4,.heading4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h5,.heading5 {
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  color: #ffff00;
}
p {
  margin:0;
  padding:8px 0;
  line-height:14px;
}
ol {
  margin-left:30px;
  line-height: 15px;
}
ul {
  margin-left:30px;
  line-height:17px;
  list-style-type:disc; 
}
li {
  margin:2px 0;
}
p.caption {
  margin-top:0px;
  padding-top:0px;
  color:#fff;
  font-style: italic;
}
p.emphasis {
  padding:10px;
  height:72px;
  background:url(http://www.chipodromo.com/common/css/common/bg_beneficios.jpg) no-repeat;
  font-weight:bold;
  font-size:10px;
  color:#000000;
  line-height:12px;
  overflow:hidden;
}
p.description {
  color:#fff;
  font-weight:bold;
  line-height: 16px;
}
p.creator  {
}
p.small {
  font-size: 10px;
}
p.smalltext {
  font-size: 10px !important; font-size: xx-small;
}
a:link, a:visited {
  color:#fff;
}
a:hover, a:active {
  color: #ffff00;
}
code {
}
blockquote {
  padding:10px 20px;
}

/* -- ZMS FORMAT (TEXT FORMATS) --------------------*/



/****************************************************/
/*    6. CSS-Modul: ZMS-DEFAULTS                    */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/

table.ZMSTable {
}
table.ZMSTable p {
  margin:0;
  padding:0;
}
table.ZMSTable tr th {
  padding:5px;
  background:#746E56;
  text-align:left;
}
table.ZMSTable tr td {
  padding:5px;
  background:#948D6D;
}
table.ZMSTable tr.even td {
}
table.ZMSTable tr.odd td {
}

/* -- ZMS GRAPHIC ----------------------------------*/

div.ZMSGraphic { 
  background-color:transparent; 
  margin: 0px;
}
div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft { 
	float:left;
}
div.ZMSGraphic.floatright { 
	float:right;
}
div.ZMSGraphic.center { 
	text-align:center;
}
div.graphic.alignleft {
	float:left;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
}
div.ZMSGraphic div.text {
	padding: 0px;
}
a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}
a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}
a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/*--------- ZMS TEASER -----------------------------*/

div#teaser {
  width:200px;
  font-size:10px;
  margin:0;
  padding:0;
}

div.ZMSTeaserContainer {
  margin:7px 0;
  padding:0;
}
div.ZMSTeaserElement {
  width:200px;
  padding:0px;
}
div.ZMSTeaserElement img.title {
  border: none;
  padding:0;
  margin:0;
}
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title {
  padding: 6px 0 4px 0;
  color:#ffff00;
  font-weight:bold;
  text-decoration:none;
}
div.ZMSTeaserElement div.title a:hover,
div.ZMSTeaserElement div.title a:active {
  color:#ffff00;
  text-decoration:none;
}
div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text {
  padding: 4px 0;
  line-height:1.2em
  text-decoration:none;
}

/*--------- ZMS LINK -------------------------------*/

div#pageelement_Links {
  width:200px;
  font-size:10px;
}
div.ZMSLinkElement {
  padding:0;
  background:transparent;

}
div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title {
  margin: 6px 0 2px 0;
  color:#ffff00;
  font-weight:bold;
  text-decoration:none;
}
div.ZMSLinkElement div.title a:hover,
div.ZMSLinkElement div.title a:active {
  color:#ffff00;
  text-decoration:none;
}
div.ZMSLinkElement div.text {
  font-size: 10px;
}
div.ZMSLinkElement div.text ul {
  margin: 0px;
  list-style-type:none;
}
div.ZMSLinkElement div.text li {
  padding-left:20px;
  background:url(common/external_link.gif) center left no-repeat;
}

li.LinkElementExternal {
  list-style-type:none;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-type:none;
}
li.LinkElementInternalClient {
  list-style-type:none;
}
li.LinkElementMailto {
  list-style-type:none;
}

/****************************************************/
/*    7. CSS-Modul: SPECIAL OBJECTS                 */
/****************************************************/

/*------- service Formular -----------*/

div#contactForm {
  float:left;
  width:310px;
  padding:0;
}
div#contactForm div {
  display:block;
  float:left;
  width:235px;
}
div#contactForm div.auto {
  display:block;
  float:left;
  width:125px;
}
div#contactForm div.motor {
  display:block;
  float:left;
  width:103px;
  padding-left:7px;
}
div#contactForm label {
  float:left;
  width:229px;
  height:10px;
  padding:2px 3px;
}
div#contactForm div.auto label {
  width:107px;
}
div#contactForm div.motor label {
  width:107px;
}
div#contactForm label.header {
  float:left;
  width:229px;
  height:10px;
  padding:10px 3px 5px 3px;
  font-weight:bold;
}
div#contactForm label.checkbox {
  width:200px;
  padding:5px 3px 2px 3px;
}
div#contactForm input {
  float:left;
  width:223px;
  height:16px;
  margin:3px 0;
  border:1px solid #BFBFBF;
  padding:0 5px 1px 5px ;
  background:#fff;
  font-size:12px;
}
div#contactForm input.checkbox {
  float:left;
  width:20px;
  height:16px;
  margin:3px 0;
  border:0;
  padding:0 5px 1px 5px ;
  background:transparent;
}
div#contactForm select {
  float:left;
  width:235px;
  margin:3px 0;
  border:1px solid #BFBFBF;
  padding:0 5px;
  background:#fff;
  font-size:12px;
}
div#contactForm textarea {
  float:left;
  width:227px;
  height:70px;
  margin:3px 0;
  border:1px solid #BFBFBF;
  padding:3px;
  background:#fff;
  font-size:12px;
}
div#contactForm input.btn {
  float:left;
  width:70px;
  height:12px;
  margin:20px 0 0 3px;
  border:none;
  padding:0;
  background:#000000 url(http://www.chipodromo.com/common/css/common/enviar_arrows.gif) no-repeat;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  cursor:pointer;
}

div#contactThankyou {
  float:left;
  width:250px;
  margin:10px 0;
  border-top:1px solid #ffff00;
  border-bottom:1px solid #ffff00;
  padding:15px;
  color: #fff;
  font-size:bold;
  }
  
div#contactError {
  float:left;
  width:250px;
  margin:10px 0;
  border-top:1px solid #ffff00;
  border-bottom:1px solid #ffff00;
  padding:15px;
  color:red;
  font-size:bold;
}

/*------- InfoBox ----------------------------------*/

div.infobox  {
  width:auto;
  margin-bottom:20px;
  margin-top: 10px;
  border-top:5px solid #fff;
  padding:0px;
  background-color:#948d6d;
}
p.infoboxtitle  {
  margin:0px;
  padding:3px;
  font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
  padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
  margin: 3px;
}
div.infobox div.infoboxContentOdd  {
  background-color:#746e56;
}
div.infobox  div.ZMSFile div.title img {
  margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
  font-size:11px;
}
div.infobox  div.ZMSFile div.text {
  margin-left:20px;
}
div.infobox ul {
  margin:0px 0px 0px 28px;
  padding:0;
}
div.infobox ul li {
}

/****************************************************/
/*    8. CSS-Modul: PRINT                           */
/****************************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/****************************************************/
/*    9. ZMI Management Interface                   */
/****************************************************/

.cmsTxtColorStrong0 {
  color:#436976;
}
.cmsTxtColorStrong1 {
  color: #666666;
}
.cmsBgColorStrong0 {
  background-color: #8CABB9;
}
.cmsBgColorStrong1 {
  background-color: #1a1a1a;
}
.cmsBgColorMedium0  {
  background-color: #DDE6EC;
}
.cmsBgColorLight0 {
  background-color: #fff;
}
div.ZMSTable table th {
  background-color:#DDEFFC;
}
div.ZMSTable table td {
  background-color:#1a1a1a;
}

.zmiTableRowEven {
  background-color:#1a1a1a;
}
.zmiTableRowOdd {
  background-color:#1a1a1a;
}

.form-submit {
  font-size:12px;
}
.forms_Dropdown {
  margin-top:-2px;
}

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
  line-height:19px;
  color:#000000;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:15px;
  color:#000000;
} 

.zmi a, .zmi a:link, .zmi a:visited {
  color:#000000;
  text-decoration:none;
}

.zmi a:hover, .zmi a:active {
  color:#1a1a1a;
  text-decoration:none;
}
.zmiBottom a, .zmiBottom a:link, .zmiBottom a:visited {
  color:#fff;
  text-decoration:none;
}

.zmiBottom a:hover, .zmiBottom a:active {
  color:#fff;
  text-decoration:none;
}

.zmi div.text {
  color:#000000;
}


