/* Default values */

body {
	margin: 0px;
	padding: 0px;
	background: #010000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-image: url(img/body_bg.jpg); */
	background-repeat: repeat-x;
}

img { border: 0px; }

label {
	float: left;
	width: 80px;
	padding-top: 3px;
}
form {
	display: inline;
}
h1 { color: #333333; font-size: 18px; text-align: center; margin: 0px 0px 5px 0px; padding: 0px; clear: both; }
h2 { font-size: 18px; margin: 15px 0px; }
h3 { margin: 10px 0px 0px 0px; font-size: 16px; }
th { background: #D6ECFE; }

#page {
	margin: 25px auto;
	text-align: left;
	width: 920px;
}
#nav {
 	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-image: url(img/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	float: left;
	width: 620px;
}
#nav a:hover {
	color: #003366;
}
#search {
	background-color: #FFFFFF;
	float: left;
	width: 300px;
	height: 32px;
	text-align: right;
	background-image: url(img/search_bg.jpg);
	background-repeat: no-repeat;
}
#search_box {
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
	width: 169px;
	height: 16px;
	float: right;
	padding: 8px 0px;
	text-align: left;
}
#teaser {
	width: 100%;
	background-image: url(img/teaser_bg.jpg);
	background-repeat: no-repeat;
	height: 147px;
	clear: both;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	width: 900px;
}
#column1 {
	width: 186px;
	float: left;
	color: #414141;
	background-color: #f0f0f0;
	background-image: url(img/column1_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#column1 p {
	padding: 10px;
}
#column1 ul {
	list-style-type: none;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 3px;
}
#column1 li {
	padding: 0px 3px 0px 3px;
	margin: 0px 3px 0px 3px;
}
#column1 ul li a {
	color: #666666;
	text-decoration: none;
}
#column1 .download ul {
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	margin-left: 5px;
}
#column1 .download li {
	background-image: url(img/download.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 45px;
	margin-bottom: 5px;
}
#column2 {
	width: 400px;
	padding: 0px 10px;
	float: left;
	color: #414141;
}
#column2 h1 {
	background: #E7F2FA;
	color: #006699;
	padding: 3px;
	margin: 3px 0px;
	text-align: center;
	border: 1px solid #D5F1FF;
}
#column2 a {
	color: #0099CC;
}
#column2 a:hover {
	color: #990000;
}
#column3 {
	background-color: #f0f0f0;
	background-image: url(img/column3_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 290px;
	float: right;
	color: #414141;
}
#column3 h3 {
	color: #72a528;
	font-size: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#column3 .img {
	padding: 0px 10px 10px 0px;
}
#column3 p {
	clear: both;
	margin-right: 10px;
}
#column3 a {
	color: #0099CC;
}
#column3 a:hover {
	color: #990000;
}
#footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 880px;
	padding: 20px;
	color: #666666;
}
#path { margin: 0px 0px 10px 0px; }
.field {
}
.producto {
	border-bottom: #CCCCCC dotted 1px;	
	padding: 5px 0px;
	clear: both;
	min-height: 150px;
}
.producto h2 {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
}
.producto .precio {
	color: #990000;
	font-weight: bold;
	padding: 2px 0px;
	margin: 0px;
}
.producto .precio2 {
	color: #990000;
	padding: 2px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: line-through;
}

.producto a {
	color: #006699;
}
.producto a:hovef {
	color: #990000;
}
.sinput {
	border: 0px;
	background-color: #DEDBD4;
	padding: 2px;
	margin: 0px;
	font-size: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.on { background: url(img/on.jpg); height: 20px; display: block; float: left; text-align: center; color: #FFFFFF; text-decoration: none; padding: 7px 10px 5px 15px; }
.off { height: 20px; display: block; float: left; text-align: center; color: #666666; text-decoration: none; padding: 7px 10px 5px 10px; }
.odd { background: #EAF5FF }

.noticia { padding: 5px 5px; border-bottom: 1px solid #EEEEEE; }
.noticia .fecha { font-size: 10px; color: #999999; }
.logo { padding: 8px; border: 2px solid #CCCCCC; background: #FFFFFF; }

.rela { width: 150px; height: 200px; overflow: hidden; border: 1px solid #CCCCCC; margin: 5px; padding: 5px; float: left; background: #F0F0F0; font-size: 10px; }
.rela img { margin-bottom: 5px; }