body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	margin: 0;
	 background:#fff;
	background:url(../../images/frontend/bg_back.gif);
  background-repeat:repeat-x;
 

}

.clean 
{
	background-color:#FFF !important;
	margin: 20px !important;
	background: #FFF !important;

}


#wrapper {
  width:900px;
  border:1px solid #999;
	padding:10px 15px 10px 15px;
	background:#fff;
	text-align:left;
}

.uppercase {
	text-transform: uppercase;
}

a {
	text-decoration: none;
        color: #555;
	/* OVERRIDE COLOR IN MORE SPECIFIC CLAUSES */
}

/* portadas */

table.line {
  border-bottom: 0px solid #ddd;
  border-left:0px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 6px;
  width:100%;
}

.line td {
  vertical-align: top !important;
  padding-top: 0 !important;
  padding-right:15px;
  
}

.line table {
  padding: 0 !important;
  margin-bottom: 5px;
}

/* titulos de las portadas */

table .title {
   font-family:georgia;
   font-size:18px;
 
}

table .title a{
   color:#003399;
}

table .title a:hover{
   text-decoration:none;
   color:#555555;
   outline:none;
}
/* textos de las portaditas */

table .body{
   font-family:verdana;
   font-size:12px;
   line-height:18px;
   color:#000;
}

/* barra de navegacion */



#path {
  width:100%;
  height:20px;
  padding:0px;
  border:0px dotted #ccc;
  display:inline;
}

#path .content {
 
  text-align:left;
  font-size:10px;
  font-weight:normal;
  color:#999;
  margin:0px 0px 6px 0px;
  padding:0px 0px 0px 0px;
  border:0px solid red;
  
}



#path .content a:hover {
  color: #ccc;
}

#path .content a {
  color: #555;
  
}


/*cols right*/

#right {
  float:right;
	margin:0px 0px 0px 0px;
	width:150px;
	border:0px solid #ccc; 
}

#left {
  float:left;
	margin:0px 0px 0px 0px;
	width:150px;
	border:0px solid #ccc; 
}



