html { 
  padding:0px;
  margin:0px;
}

body {
	background: url(imagenes/catalogo-tuning/tribal-tuning.jpg) no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: white;
	padding: 0px 20px;
	margin: 0px;
}
p, h2 {
  padding:10px;
  margin:0px;
  color: black;
  font-size: 0.9em;
}
#texto{
	margin-top: 400px;
	padding-left: 100px;
}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: White;
background-color: Black;
padding:5px 15px;
margin:0px
}

h2 {
font-size:12px;
padding-top:10px;
padding-left: 35px;
text-transform:none;
color: #564b47;
background-color: transparent;
}	

a { 
color: Fuchsia;
font-size: 12px;
background-color:transparent;
text-decoration: underline; 
}
a:hover{
	text-decoration: none;
	background-color: Teal;
	color: white;
}


/*estilo de la tira de imagenes*/
#motioncontainer {
	position: relative; 
	left: 450px; 
	top: 25px; 
	width: 450px; 
	height: 545px; 
	overflow: hidden; 
	float: right;
}


#motioncontainer a img{ /*image border color*/
border: 1px dotted #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

