* 	{
	margin: 0;
	padding: 0;
}



a:link {
	color: #2F2C5B;
}

a:visited {
	border: none;
}

body {
	background: url(/layout_images/background-header.gif) #FFFFFF repeat-x;
	color: #666666;
	font: 1em/1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 11px;
}

html,
body {
	margin: 0;
	padding: 0;
}

input,select,textarea {
	background-color: #FFFFFF;
	border: 1 solid #000000;
	color: #000000;
	font-size: 10px;
}

p,ul,blockquote,h2,h3{
	margin-bottom: 1em;
}

td, th, dl, ul, ol, p {
/*	font-family: Arial, verdana, Geneva;*/
	font-size: 8pt;
}

ul {
	list-style-type: square;
}

.hidden {
	display: none;
}

.red {
	color: #FF0000;
}

.star {
	color: #FF0000;
}

.submit {
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.title {
	color: #000000;
	font-family: Arial, verdana, Geneva;
	font-size: 20px;
	font-weight: bold;
}

.titulocat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
}

.txt {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.warn {
	color: #FF0000;
}

#header {
	height: 90px;
}

#logo {
	background: url(/layout_images/logo.gif) top left no-repeat;
	height: 61px;
	left: 0;
	line-height: 100%;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 427px;
}

#main-nav {
	background: #EEFFEE;
	float: right; 
	text-align: right;
	width: 150px;
}

#page-container {
	padding: 20px; 
	width: 760px;
}

#ads-right {
	float: right;
	width: 120px;
	line-height: 20px;
}

/*#ads-right .padding {
	padding: 15px;
}*/

#content {
	margin-right: 120px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #4E5E9F;
	text-decoration: none;
}

/* Hack para que el pinche IE no arruine el asunto.. */
* html #content
{
	width: 620px;
	w\idth: 630px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content h2 {
	margin: 0;
	padding: 0;
}

#content a:hover {
	background-color: #FFE270;
	border-bottom: 1px dotted;
	color: #000000;
}

#content .padding {
	padding: 15px;
}

#footer {
	clear: both;
	height: 80px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

/* Menu */

#tabsI {
	float:right;
   width:100%;
   font-size:93%;
   line-height:normal;
	margin: -41px 0 0 0;	
	}
	
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("/layout_images/cssmenu/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("/layout_images/cssmenu/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Otro hack para el IE - Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }