/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #feb155;
	text-decoration: none;
	font-weight: bold;
	font-size:1.1em;
}
a:hover {
	color: #feb155;
	text-decoration: underline;
}
body {
	background: #EEE url(img/bg.gif);
	color: #444;
    font-size:62.5%;
    font-family: Verdana, sans-serif;
	margin: 0;
}
label{
  display:block;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h3 {
	color: #00C1A6;
	padding-top: 6px;
}
h2{
	color: #555;
	padding-top: 6px;
    font-size:1.2em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
/*	background: url(img/logo.gif) no-repeat;*/
}

/* title */
.title h1 {
	color: #FAFAFA;
	font: normal 3em Verdana,sans-serif;
	/*margin-bottom: 8px;*/
	text-align: center;
	height:90px;
	display:none; /*  !!!!!! */
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #f9efe3;
	border: 1px solid #feb155;
	float: left;
	width: 200px;
    margin-top:10px;
}
.sidenav h1 {
	color: #00C1A6;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #f79d30;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
   text-decoration: underline;
}

/* content */
.content {
	float: right;
	width: 520px;
    margin-top:10px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #feb155;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content strong {
	color: #000000;
}


/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #f79d30;
	padding: 4px;
}
#frmCont .styled{
	border: 1px solid #DDD;
	padding: 4px;
    width:450px;
    margin:5px 0 3px 0px;
}
#frmCont label{
  margin:10px 0px 0px 0px;
}
div.loginTop{
  width:730px !important;
  text-align:right;
}

#frmLoginTop label{
  display:inline;
}
#frmLoginTop .styled{
  display:inline !important;
}

.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}
.login{
  width:40px !important;
  background-image: none;
  background-color:#f79d30;
  color: #fff;
  border: 1px solid #fff;
}
.contacto{
  width:458px !important;
  background-image: none;
  background-color:#f79d30;
  color: #fff;
  margin:10px 0px 0px 0px;
	border: 1px solid #DDD;
}
/* footer */
.footer {
	background: #FFF;
	border: 1px solid #feb155;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #00c1a6;
	text-decoration: none;
}
.footer a:hover {
	color: #00c1a6;
	text-decoration: underline;
}
/* Menu */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
/*top:25px;*/
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:145px;
padding:4px 0;
color:#fff;
background:#FEB155; 
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#fff;
background:#00C3A7;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.menu_top{
  float:right;
  margin-top:-100px;
}
.mActivo{
  text-decoration: underline !important;
}
a.hActivo{
color:#fff;
background:#00C3A7;
}
td.DiMente{
  height:60px !important;
  font-size:1em !important;
}
a.DiMente{
  color:#666 !important;
  font-size:1em !important;
}
a.TiMente{
  font-size:1.1em !important;
}
div.par{
  border-bottom:1px solid #ddd;
  padding:2px;
}
div.impar{
  border-bottom:1px solid #ddd;
  padding:2px;
}
p.pageStr{
  float:right;
}
.descr a{
  text-decoration:underline;
}
p.ok{
  padding:4px;
  background-color:#00C3A7;
  color:#FFF;
  margin-top:10px;
}
p.error{
  padding:4px;
  background-color:#EBEBF1;
  color:#666;
  margin-top:10px;       
}


