/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1A1A1;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #2582A4;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 1em;
	padding-bottom: 0;
	background: url(../img/img07.gif) repeat-x left bottom;
	overflow:hidden;
}

.box p{
	padding:0 2em .7em 2em;
}

.box p.grande{
	font-size:1.1em;
}


.box p.total{
	font-size:1.2em;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(../img/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(../img/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
	text-align:center;
}

#header form span{
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	margin-right:.2em;
}

#header1 {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/img02.gif) no-repeat;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(../img/img04.gif) repeat-x;
}

/* Search */

#search {
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(../img/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#criterio {
	width: 30em;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom:0.3em;
	margin-left:.3em;
	cursor:hand;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 238px;
	background: url(../img/img05.gif) repeat-x;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colOne ul li.izquierda{
	clear:left;
	float:left;
}

#colOne ul li.derecha{
	clear:right;
	float:right;
}

#colTwo {
	float: right;
	width: 617px;
	padding: 30px 40px 0 30px;
	background: url(../img/img09.gif) repeat-x;
}

#colTwo #banner{
	text-align:center;
	margin-bottom:3em;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

#colTwo ul.listaOfertas{
	list-style: none;
	padding-left:1em;
}

#colTwo ul.listaOfertas li {
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#colTwo ul.listaOfertas li a{
	display:block;
}

#colTwo ul.listaOfertas li strong{
	display:block;
	margin:0;
	font-size:1em;
	color:#444;
}

#colTwo strong {
	color:#808080;
	font-weight:bold;
	font-size:1.2em;
}

/* detalle */
#colTwo .detalle h3{color:#808080;font-size:1.5em;font-weight:bold;display:block;}
#colTwo .detalle strong{color:#808080;font-size:1.5em;font-weight:bold;display:block;}
#colTwo .detalle span{color:#A1A1A1;font-size:1.1em;font-weight:bold;display:block;}
#colTwo .detalle p{color:#A1A1A1;font-size:1.3em;}
#colTwo .detalle a{font-size:1.2em;display:block;}
#colTwo .volver{display:block;margin-top:2em;float:right;}
/* Logo */

#logo {
	height: 150px;
	background: url(../img/img06.gif) no-repeat;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	font-size:2.6em;
	padding-top:0.3em;
}

#logo h2 {
	margin-top:0.7em;
	font-size: 1em;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../img/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

/*paginacion*/
div.paginacion{display:block;margin-top:2em;text-align:center;font-size:1.2em;}
div.paginacion ul{text-align:center}
div.paginacion ul li{display:inline;font-weight:bold;color:#ccc;padding:1px;margin:0 2px}
div.paginacion ul li span{color:#000}
div.paginacion ul li a{text-decoration:underline;}
