* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url("images/bg01.jpg");
	background-repeat: repeat-x;
	background-color: #E5E3E4;
	background-position:center top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131313;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #D6E48E;
	border-bottom: 1px solid #D6E48E;
}

input.button {
	background: #910011;
	border-top: 1px solid #D6E48E;
	border-left: 1px solid #D6E48E;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #fff;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2em;
	color: #910011;
	font-weight: normal;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
	border-bottom: #8D8E85 solid 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	color: #000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}

h6 {
	letter-spacing: -.02em;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
}

h7 {
	letter-spacing: -.080em;
	font-size: 1.5em;
	color:#910011;
	font-weight:normal;;
	}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
	background: #910011;
	color: #fff;
}

a.blanco {
	text-decoration: none;
	color: #fff;
}

a.blanco:hover {
	border: none;
	background: #000;
	color: #fff;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #910011;
	color: #910011;
}

hr {
	display: none;
}

/* Wrapper */


/* Header */

#header {
	width: 750px;
	height: 221px;
	margin: 0 auto;
	background-color: #910011;
}

#sombra1{
	background-image: url("images/bg02.gif");
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

/* Logo */

#logo {
	width: 750px;
	height: 198px;
	padding: 0;
	background-image: url("images/imCabecera.JPG");
	display:table;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	background-image: url("images/bg03.gif");
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: #cecece solid 1px;
}

.sidebar ul li img {
	margin: 5px 0 5px 0;
}

.sidebar ul li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0;
}

#centro {
	width: 360px;
	padding: 0;
	margin: 0x;
}

#sidebar {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
}

.banner{
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.titulo_sidebar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #FF6F0F;
	padding: 3px 3px 3px 8px;
	margin-right: 14px;
}

.recuadro{
	background-color:#fff;
	padding: 5px;
	margin: 10px 3px 10px 1px;
}

#menuv {
	width: 175px;
	float: left;
	padding: 10px 0 0 0;
}

#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv ul li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
}
#menuv ul li a:link, #menuv ul li a:visited {
	text-decoration: none;
	color: #284565;
	background: #EFF2F5;
	display: block;
	padding: 3px 6px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-left: #fff solid 3px;
}
#menuv ul li a:hover, #menuv ul li a:active {
	background: #fff;
	color: #910011;
	border-left: #910011 solid 3px;
}


/* Footer */

#footer {
	width: 750px;
	text-align: center;
	background-color: #910011;
	font-size: 12px;
	color: #fff;
	height: 30px;
	padding: 5px 0 5px 0;
}