* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff url('imgs/fondo.png') center;
	color:#000;
	font:0.75em/100% 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}



/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}
.Aderecha{
	text-align: right;
	font-size: 11px;
}
.Aderecha span{
	color: Black;
	background: Gray;
}
.TextoColaboradores{
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
}
.TextoContacto{
	font-size: 13px;
	line-height: 1.3em;
	text-align: justify;
	padding: 20px;
}
.TextoLegal{
	font-family: serif;
	font-size: 15px;
	line-height: 1.3em;
	text-align: justify;
}
.Blanco {color: #FFFFFF}
.Blanco a{
	color: #FFFFFF;
}
.Blanco a:hover{
	color: #FFFF55;
	font-weight: bold;
}
/* header */
#header {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	margin: 0 auto;
	width: 800px;
}
#header_inside h1 {
	color: #fff; /*float:left;*/
	font: 3.2em 'Trebuchet MS', Verdana, sans-serif; /*height:100px;
	line-height:100px;*/
	margin: 0 0 0 20px; /*	width:180px;*/
}

#header_inside h1 span {
	color:#9c0;
}

#header_inside ul {
/*	float:right;*/
	height:100px;
	list-style:none;
	/*width:600px;*/
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
/*	background:#fff url('image/background_content.jpg') center repeat-y;*/
/*	background:#fff url('imgs/tirafondorojo.png') center repeat-x;*/
	background:#fff url('imgs/fondo.png') center;	
	clear:both;
	width:100%;
}
#content_inside {
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	margin: 0 auto;
	width: 800px;
}
#content_inside_sidebar {
	border-left:1px solid Red;
	clear:both;
	float:right;
	height:auto;
	line-height:175%;
	margin:5px 0;
	padding:0 10px;
	width:200px;
}
#content_inside_sidebar h2 {
	background:#b80000;
	color:#fff;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
/*	letter-spacing:-1px;*/
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:194px;
	background:#ddd;
	color:Red;
}
#content_inside_sidebar ul li a:hover {
	background:#c31421;
	color:#fff;
	font-weight: bold;
	letter-spacing:+1px;
}
#content_inside_sidebar ul li a.active {
	background:#c31421;
	color:#fff;
}
#content_inside_main {
/* 	background:#fff;*/
	float:left; 
/*	letter-spacing:-1px;*/
	line-height:175%;
	margin:0 auto;
	padding:10px;
	width:559px;
	font-size: medium;
}
#content_inside_main h1 {
	border-bottom:1px solid Red;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main input{
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid;
}
#content_inside_main textarea{
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid;
}
#content_inside_main h2 {
	color:#0c0c0c;
	font-size:115%;
	text-align:right;
	border-bottom:1px solid Red;
}
#content_inside_main a {
	color: #000;
	font-weight: bold;
}
#content_inside_main p {
	padding: 0 0 10px;
	
}
#content_inside_main ul li {
	list-style: disc inside;
}

/* footer */
#footer {
/* 	background:#323232 url('image/background_footer.jpg') center repeat-y; */
	background:#b80000 url('imgs/background_header.png') center repeat-y;
	clear:both;
	height:160px;
	width:100%;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:100%;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
/*	line-height:100px;*/
	text-align:center;
}
#footer_inside span{
	color: #fff;
	text-align: center;
	padding: 2px;
}
#footer_inside span a{
	color:#fff;
	text-align:center;
}
#footer_inside span a:hover{
	color:Yellow;
	text-align:center;
}

/* Links subrayados */
.Producto-exclusivo a {
	color: #9C0;
	text-decoration: underline;
}
.Producto-exclusivo a:hover {
	color:#555;
	text-decoration:none;
}