﻿@import url('http://www.moquetasonline.com/layout.css');

#container {
	height: 100%;
	background-color: #666666;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #1D130E;
	height: 90px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: xx-small;
	color: #FFFFFF;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}

#content img{
	margin: 6px;
	border: 6px solid #CCCCCC;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #2C221D;
	text-align: center;
	color: #FFFFFF;
}
#masthead img {
	float: left;
	margin-bottom: 1px;
}
#masthead p {
	font-size: x-small;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#masthead a {
	font-size: x-small;
	margin-right: 1%;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFCC99;
	font-weight: normal;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h5 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h4 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h3 {
	font-family: Verdana, arial, sans-serif, times;
	color: #3D2D40;
}
h2 {
	font-family: Verdana, arial, sans-serif, times;
	color: #333333;
	font-size: small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #482400;
	font-size: small;
	text-align: left;
	font-weight: bold;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif, times;
	color: #CCCCFF;
	background-color: #2C1D14;
}
#sidebar li {
	border-color: #221209 #221209 #4E4E4E #221209;
	display: block;
	background-color: #2C1D14;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	background-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #313131;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #191919;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: verdana;
	font-size: x-small;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: x-small;
	font-family: verdana;
	font-weight: normal;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}