* {
	margin-left: 0px;
	margin-top: 0px;
}
body {
	background-color: #c6c4c4;
	font-family: Arial, Helvetica, sans-serif;
}

.logo span {
display: none;
}
h2 {
color: #4f1c20;
font-size:18px;
padding-bottom:5px;
margin-right:5px;
border-bottom: 1px solid #4f1c20;
}
h3 {
color: #4f1c20;
font-size:14px;


}
h4 {
font-size: 11px;
text-transform: uppercase;
margin-top: 6px;
margin-bottom: 0;
}
p {
font-size: 11px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#page {
width: 900px;

margin: 0 auto;
background: url(../images/fondo_blanco.jpg) repeat-y;
}
#container {
margin: 0 auto;
	clear: both;
	width: 881px;
}
#main {
width: 687px;
float: left;
clear: left;
}

#header {
width: 687px;
height: 150px;
float: left;
clear: left;
margin-left: -1px !important;
background: #d14b29 url(../images/fondo_header.jpg) no-repeat;
}
.logo {
width: 299px;
height: 100px;
margin-top: 20px;
margin-left: 0;
background: url(../images/logo.jpg) no-repeat;
}
.logo h1{
width: 299px;
height: 100px;
cursor: pointer;
}
#sidebar {
width: 194px;
float: right;
clear: right;
}
#sidebar_inside {
width: 174px;
float: right;
margin: 10px;
}
#footer {
width: 900px;
height: 58px;
margin: 0 auto;
color: #FFFFFF;
clear: both;

text-align: center;
background: url(../images/fondo_foot.jpg) no-repeat;
}
#footer p {
margin: 0;
padding-top: 10px;
}

#clear {
width: 100%;
height: 20px;
clear: both;
}
#content {
margin: 15px 10px;
float: left;
clear: left;
width: 666px;
}
#main_menu {
width: 100%;
height: 21px;

clear: both;
text-align: left;
margin-left: -1px !important;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
background: #4f1c20;
}
#main_menu ul {
margin-left: 0 !important;
float: left;
list-style: none;
list-style-position: inside;
}
#main_menu li {
list-style: none;
margin-top: 4px;
padding-right: 10px;
margin-right: 10px;
float: left;
text-align: left;
border-right: 1px solid #FFFFFF;
display: inline;
}
#main_menu a{
color: #FFFFFF;
}


#content_left {
width: 430px;
float: left;
clear: left;
}
#content_right {
width: 231px;
float: right;
clear: right;

background: #bfbfbf;
}

#contenido {
width: 424px;
float: left;
}
.content_right_inside {
width: 211px;
margin: 10px 10px;
padding-bottom: 10px;
background: url(../images/borde_puntos.jpg) bottom repeat-x;
}
.lb_image {
border: 2px solid #FFFFFF;
}
.content_right_inside li {
list-style: none;
list-style-position: inside;
}
.content_right_inside ul {
margin-left: 0 !important;
padding-left: 0 !important;
}
.content_right_inside a {
color: #89040d;
font-size: 11px;
font-weight: bold;
}
#contenido a {
color: #89040d;
font-size: 11px;
font-weight: bold;
}

.by_cyptech {
width: 162px;
height: 27px;
background-color: #c6c4c4;
margin: 0 auto;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; background:#4f1c20;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	
	background: #4f1c20;
	border-top: 0;
	padding:0;
	padding-left: 10px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #FFFFFF; text-align: left; font-weight: bold;}
#nav ul li a {display: block; background: #4f1c20; padding-bottom: 3px; color: #FFFFFF; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #4f1c20; border-color: #fff; color: #FFFFFF; text-decoration: underline;}
#nav li a:active, #nav ul li a.active {background: #4f1c20; border-color: #fff; color: #FFFFFF;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #4f1c20; color: #FFFFFF;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0 0 0 -10px; display: none; text-transform: uppercase; border-top: 0; font-size: 10px;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: bold; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; text-align: left; background: #4f1c20; color: #FFFFFF;  border-bottom: 1px solid #FFFFFF;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #FFFFFF; background: #4f1c20; border-bottom: 1px solid #FFFFFF; color:#FFFFFF;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #4f1c20; color: #FFFFFF; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

