
html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	direction: ltr;
	font-size:76%;
	font-family: Verdana,tahoma,Arial,sans-serif;
	color:#303030;
	line-height:1.2em;
}

a {
	color: #8B6969;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

a img {
	border:0;
}

h1,h2,h3 {
	color: #8B6969;
}

h1,h2,h3 {
	margin: 12px 0px 10px 0px;
	line-height: 1.2em;
}

p {
	line-height: 1.3em;
	margin-bottom: 6px;
}

table {
	margin-bottom: 12px;
}

#content ul, #content ol {
	padding-left: 15px;
}

#header {
/* needed for that stupid IE: */
	position: absolute;
	top: 0;
	left: 0;
/* end of moronic fix */
	position: fixed;
	width: 1000px;
	height: 130px;
	background: #491A14 url(images/bgtop.jpg) no-repeat;
}

#header #title {
	font-size: 3em;
/* needed for that stupid IE: */
	line-height: 3em;
/* end of moronic fix */
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	margin-left: 0px;
	float: left;
	
}

.title h1 {
    text-align: left;
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	font-size: 36px;
	margin-left: 65px;
	margin-top: 35px;
	
}

#header #title a {
	color: #fff;
	text-decoration: none;
}

#header .subtitle {
	font-size: .7em;
	letter-spacing: 2px;
}

#mainmenu {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 101px;
	left: 173px;
	text-align: left;
}

#mainmenu li {
	list-style: none;
	display: inline;
}

#mainmenu a {
	border-top: 2px #8b4513 solid;
	border-left: 2px #8b4513 solid;
	border-right: 2px #8b4513 solid;
	color: #8B6969;
	background: #FDF5E6;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	line-height: 30px;
	height: 31px;
}

#mainmenu a:hover, #mainmenu a.selected {
	background: #fafafa;
	border-top: 4px #8b4513 solid;
}

#mainmenu a.selected {
	border-bottom: 2px #fafafa solid;
}

#sidebar {
/*needed for that stupid IE: */
	position: absolute;
	top: 130px;
	left: 0;
/* end of moronic fix */
	position: fixed;
	width: 158px;
	height: 100%;
	color: #fff;
	background: #491A14 url(images/lefttop.jpg) no-repeat;
	padding-left: 14px;
}

#sidebar a:hover {
    background: #fafafa;
    color: #8B6969;
}

#sidebar_content {
height: 300px;
clear: both;
background: #370F0D ;
width: 158px;
}


.sidebar_title {
	clear: both;
	color: #fff;
	border-right: 2px #8b4513 solid;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.sidebar_sub_title {
	clear: both;
	color: #fff;
	border-right: 2px #8b4513 solid;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-left: 0px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	color: #fff;
	margin: 0;
}

#menu {
	display: block;
	font-size: 16px;
	width: 156px;
	float: right;
	border-top: 1px #8b4513 solid;
	padding-bottom: 10px;
}
#menu a {
	display: block;
	text-decoration: none;
	text-align: right;
	color: #EFEFEF;
	font-weight: bold;
	padding: 6px 4px 6px 4px;
	border-right: 2px #8b4513 solid;
}

#menu ul {
	list-style: none;
	display: block;
}

#menu li {
	display: block;
	border-bottom: 2px #8b4513 solid;
}
#menu li a:hover, #menu li a.selected {
	text-align: left;
	border-left: 4px #8b4513 solid;
}
#menu li a.selected {
	color: #8B4513;
	border-right: 0;
	background: #fafafa;
}

#content {
	margin-top: 120px;
	margin-left: 170px;
	padding: 20px 20px 0 20px;
	background: #fafafa;
	font-size: 1.1em;
	width: 625px;
	float:left;
}

#content p:first-letter {
	color: #8B6969;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 1px 0 0;
}

#content h2 {
	border-bottom: 1px solid #8b4513;
}

#content ul {
	margin: 6px 0 10px 20px;
}

#content li{
	line-height: 150%;
}

#content .announce {
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
	width: 352px;
}

p.teaser {
	width: 50%;
	margin: 10px 0 10px 100px;
	padding: 10px;
	background: #ff9090;
	border: 1px solid #8b4513;
}

.heading {
	width: 100%;
	background: #800000;
	color: #fff;
	display: block;
	text-align: center;
	padding: 4px 0 4px;
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	background: #FDF5E6;
	border-bottom: 1px solid #8b4513;
	border-left: 4px solid #8b4513;
	border-right: 1px solid #8b4513;
	border-top: 1px solid #8b4513;
	clear: left;
	margin: 16px;
	padding: 7px 7px 7px 11px;
}

#right {
	width: 200px;
	margin-left: 0px;
	padding-left: 10px;
	background: #fafafa;
	border-bottom: 1px solid #8b4513;
	border-left: 1px solid #8b4513;
}

#right h2 {
	background: url(images/glass_bar.png) no-repeat;
	color: #fff;
	font-size: 1em;
	height: 34px;
	margin: 0;
	padding-top: 6px;
	text-align: center;
	border: none;
}

#right h2 a{
	background: url(images/glass_bar.png) no-repeat;
	color: #fff;
	font-size: 1.15em;
	height: 34px;
	margin: 0;
	padding: 6px 0px 0px 0px;
	text-align: center;
	border: none;
}

#right .announce {
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
	
}

p.readmore {
	background: #FDF5E6;
	margin: 4px 20px 14px 40px;
	padding: 4px 4px 4px 12px;
	border: 1px solid #d8d8d8;
	clear: left;
	text-align: right;
}

.box_grande {
    width: 780px;
    float: left;
}
div.box1 {
	width: 370px;
	margin-right: 10px;
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	float: left;
	
}

div.box2 {
	width: 370px;
	margin-right: 10px;
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	float: right;
}

.box2 p {
	margin: 0 0 6px 10px;
}

.box_grande h4 {
	background: #8b4513;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 6px;
	color: #fff;
}

.box_grande a {
	background: #8b4513;
	margin-bottom: 6px;
	color: #fff;
}

.box p {
	margin: 0 0 6px 10px;
}

.box a {
	margin: 0 0 6px 10px;
	color: #fff;
	
}

.cuadro_unique {
    width: 780px;
	height: 300px;
    float: left;
}

.cuadro_unique1 {
    width: 550px;
    float: left;
}

.cuadro_unique2 {
    float: right;
	width: 200px;
	margin-left: 0px;
	padding-left: 10px;
	background: #fafafa;
	border-bottom: 1px solid #8b4513;
	border-left: 1px solid #8b4513;
	text-align: left;
}

.cuadro_unique2 h2{
    background: url(images/glass_bar.png) no-repeat;
	color: #fff;
	font-size: 1em;
	height: 34px;
	margin: 0;
	padding-top: 8px;
	text-align: center;
	border: none;
  
}


.cuadro_unique2 h2 a{
	color: #fff;
	font-size: 1.15em;
	height: 34px;
	margin: 0;
	padding: 6px 0px 0px 0px;
	text-align: center;
    border: none;
}

.cuadro_unique2 announce {
    background: #FDF5E6;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
  
}

#content textarea, #content input {
	overflow: auto;
	width: 200px;
	margin: 2px;
}

div.row {
	width: 380px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	width: 180px;
	text-align: right;
}

.submit {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	text-align: center; 
	border: 1px solid #707070;
	cursor: pointer;
}

form, fieldset, table {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content fieldset {
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	padding: 8px;
	width: 400px;
	margin: 10px 0 10px 100px;
}

input,textarea {
border:1px solid #ccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
text-align: left;
}

label {
	margin: 2px;
}

input {
	width: 200px;
}

textarea {
	width: 400px;
}

#footer {
	clear: both;
	text-align: center;
	background: #FDF5E6;
	padding: 8px;
	margin-top: 0px;
	width: 750px;
	border: 1px solid #d8d8d8;
	margin-left: 200px;
}

label {
	margin: 2px;
}

input {
	width: 200px;
}

textarea {
	width: 400px;
}

.clear {
	clear: both;
}

/* alignment classes: */
.left {
	float:left;
	margin: 0 10px 5px 0;
}

.right {
	float:right;
	margin: 0px 0 5px 10px;
}

.center {
	text-align: center;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto 8px;
}

#contenedor { 
    width: 1000px;
    margin: 0 auto;

}

#cabecera { 
    width: 1000px;
	height: 130px;
	background: #491A14 url(images/bgtop.jpg) no-repeat;
}

#cabecera #title {
	font-size: 3em;
/* needed for that stupid IE: */
	line-height: 3em;
/* end of moronic fix */
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
	margin-left: 85px;
	float: left;
}

#cabecera #title a {
	color: #fff;
	text-decoration: none;
}

#cabecera .subtitle {
	font-size: .7em;
	letter-spacing: 2px;
}

#sub-contenedor {
    width: 1000px;
    float: left;
    margin: 0 auto;
    background: url(images/left-bg.jpg) top left repeat-y;

}

#lateral { 
    float: left;
    width: 158px;
	height: 100%;
	background: url(images/lefttop-img.jpg) no-repeat;
	padding-left: 14px;
}

#lateral a:hover {
    background: #fafafa;
    color: #8B6969;
}

#lateral h1, #lateral h2, #lateral h3 {
	color: #fff;
	margin: 0;
	
}

#lateral_index { 
    float: left;
    width: 144px;
    top: 130px;
	left: 0;
    height: 200px;
	color: #fff;
	background: #491A14 ;
	padding-left: 14px;
}


#contenido{ 
    float: left;
    width: 790px;
    margin-top: 10px;
	margin-left: 10px;
	padding: 10px 10px 0 10px;
	background: #fafafa;
	font-size: 1.1em;
	
	
}

#contenido p:first-letter {
	color: #8B6969;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 1px 0 0;
}

#contenido h2 {
	border-bottom: 1px solid #8b4513;
}

#contenido ul {
	margin: 6px 0 10px 20px;
}

#contenido li{
	line-height: 150%;
}

#contenido .announce {
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
	width: 200px;
}

#contenido textarea, #contenido input {
	overflow: auto;
	width: 200px;
	margin: 2px;

}

#contenido ul, #contenido ol {
	padding-left: 15px;
}

#contenido fieldset {
	background: #FDF5E6;
	border: 1px solid #d8d8d8;
	padding: 8px;
	width: 400px;
	margin: 10px 0 10px 100px;
}

#pie { 

}

#menu_top {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 101px;
	left: 170px;
	text-align: left;
}

#menu_top li {
	list-style: none;
	display: inline;
}

#menu_top a {
	border-top: 2px #8b4513 solid;
	border-left: 2px #8b4513 solid;
	border-right: 2px #8b4513 solid;
	color: #8B6969;
	background: #FDF5E6;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	line-height: 30px;
	height: 31px;
}

#menu_top a:hover, #mainmenu a.selected {
	background: #fafafa;
	border-top: 4px #8b4513 solid;
}

#menu_top a.selected {
	border-bottom: 2px #fafafa solid;
}