﻿@import url('http://www.moquetasonline.com/layout.css');

#container {
	height: 100%;
	background-color: #193443;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
#masthead {
	width: 100%;
	overflow: auto;
	background-color: #020C12;
	height: 83px;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #FFFFFF;
	background-image: url('fondo_manuel_mas.jpg');
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #002334;
	font-family: Verdana, arial, sans-serif, times;
	font-size: x-small;
	color: #CCCCCC;
	background-repeat: no-repeat;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
#content img {
	border: 5px solid #E0E0E0;
	margin: 8px;
}
#content p {
	font-size: x-small;
	font-family: verdana, Arial, serif;
	color: #333333;
	font-weight: normal;
}
#content a {
	font-size: x-small;
	font-family: verdana, Arial, serif;
	color: #00152B;
	font-weight: bold;
}

#content td {
	border: 6px solid #E1E1E1;
	background-color: #E9E9E9;
	font-family: verdana, Arial, serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}


#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #022236;
	text-align: center;
	font-family: Verdana, Arial, serif;
	font-size: x-small;
	font-weight: normal;
}
#masthead img {
	border-style: none;
	border-width: 0px;
	float: left;
	margin-right: 10px;
}
#masthead p {
	font-size: x-small;
	margin: 8 4 4 8;
	font-family: Verdana, arial, sans-serif, times;
	color: #CCCCCC;
	font-weight: normal;
}
#masthead a {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FFFF99;
	font-weight: normal;
	text-decoration: none;
}
#masthead a:hover {
	font-size: x-small;

		font-family: Verdana, arial, sans-serif, times;
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}


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: #002828;
	font-size: x-small;
	font-weight: bold;
}
h1 {
	font-family: Verdana, arial, sans-serif, times;
	color: #002200;
	font-size: small;
	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;
	font-size: x-small;
	color: #CCCCFF;
}
#sidebar li {
	display: block;
	border: 1px solid #1C3648;
	font-size: x-small;
	font-family: verdana, Arial, serif;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
	background-color: #0B131A;
}
#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: #022236;
	border-bottom-color: #011018;
	text-align: left;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #316080;
	font-size: x-small;
	font-family: verdana, Arial, serif;
	border-bottom-color: #29516B;
}
/* Estilos de pie de página */
#footer p {
	font-size: x-small;
	font-family: Verdana, arial, sans-serif, times;
	color: #FCCC69;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, serif;
	font-size: x-small;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
	font-size: x-small;
	font-family: verdana, Arial, serif;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}