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

body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #510000;
}
h1, h2, h3, h4, h5, h6, p, li  {
	line-height: 1.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	margin-bottom: 15px;
}

ul li {
	list-style-type: none;
}
ol li {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: justify;
}

h3.destacados {
	background-image: url(../images/t-destacados.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 35px;
}

h3.otrasobras {
	background-image: url(../images/t-otroasobras.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 53px;
}

h3.carro {
	background-image: url(../images/t-carro.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 20px;
}

h4 a {
	color: #cc6633;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-style: italic;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 105%;
	font-style: italic;
	color: #996600;
	margin-bottom: 20px;
	font-weight: normal;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: right;
}
.left {
	text-align: left;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

.col {
	display: inline;
	float: left;
}

.carrocompras {
	background-image: url(../images/imgcarrocompra.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 82px;
}

.carrook {
	background-image: url(../images/imgcarrook.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 82px;
}

.destacado {
	font-weight: bold;
	color: #990000;
	font-family: "Trebuchet MS";
	font-size: 110%;
}
div.paginar {
	text-align: center;
	margin-bottom: 25px;
	clear: both;
}
.paginacion {
	font-family: "Trebuchet MS";
	font-size: 70%;
	font-weight: normal;
	background-image: url(../images/bg-paginacion.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 20px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d8d8d8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d8d8d8;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

#usuarios-ie {
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #666;
	color:#000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999;
	background-color: #FFFFDE;
	background-image: url(../images/iealert.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 26px;
	line-height: 1em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}
	 
#usuarios-ie p {
	font-size: 11px;
	margin: 0;
}
#usuarios-ie a  {
	text-decoration: none;
	font-weight: bold;
	color: #D64411;
}