 #container
 {
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	color: #333;
	line-height: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	text-decoration: none;
 }

 #top
 {
 	padding: 0em;
 	background-color: #FFFFFF;
	width: 600px;
	height: 176px; /* para IE5+ */
    min-height: 176px; /* para los browsers buenos */
	}

 #top h1
 {
 padding: 0;
 margin: 0;
 }

 
	 #navcontainer {
	width: 150px;
	float: left;
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	

	 #navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: relative;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 18px;
	_line-height: 18px;
	background-color: #FFCC99;
	}
		
	 #navcontainer ul li {
    position: relative;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	}
		
			
	 #navcontainer ul li a {
	width: 132px;
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 8px 8px 8px 10px;
    }
		
		
	li:hover ul { display: block; }

  #navcontainer a:hover {
	color: #FFFFFF;
	background-color: #cc6633;
		}
		
*html ul#navlist li a {
height: 1px; /<strong>para ie 6</strong>/
}	

#navcontainer img {
	margin:0;
	padding:0;
	}
		
		#content {
	padding: 0px 20px 20px 50px;
	font-size: 13px;
	text-align: left;
	line-height: 180%;
	background-color: #FFFFFF;
	float: right;
	width: 530px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin-top: 0px;
}


#content p {
	margin: 0px;
	padding-bottom: 1em;
	font-weight: bold;
}

#content ul {
	list-style-image: url(images/bullet03.jpg);
}


#content ul li{
	list-style-image: url(images/bullet03.jpg);
	list-style-position: outside;
	padding-left: 15px;
}

#footer {
	clear: both;
	margin-left: 150px;
	padding-left: 20px;
	font-size: 0.75em;
	padding-top: 50px;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 121px;
	margin-bottom: 5em;
	}

a:link {
	text-decoration: none;
	color: #cc6633;
}

a:visited {
	text-decoration: none;
	color: #CC6633;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.floatleft {
	float: left;
}

.titulo {
	color: #CC6633;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	display: block;
	margin-top: 20px;
}

.titulo2 {
	color: #CC6633;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	display: block;
	margin-top: 30px;
	}
	
.titulo3 {
	color: #cc6633;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	display: block;
	padding-left: 10px;
	margin-top: 20px;
	}
	
.ladillo {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	}
	
.ladillo2 {
	font-size: 13px;
	font-weight: normal;
	color: #CC6633;
	display: block;
	letter-spacing: .5em;
	padding-left: 55px;
	}

.fecha {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 333333;
	display: block;
}
	
	
 dl.table-display
{
	width: 530px;
	margin: 1em 0 3em;
	padding: 0;
	font-family: georgia, times, serif;
}

.table-display dt
{
	width: 230px;
	float: left;
	margin: 0;
	padding: 0.5em 0em;
	border-top: 1px solid #666666;
	font-weight: normal;
	line-height: 15px;
}


.table-display dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0.5em 0em;
	border-top: 1px solid #333333;
	line-height: 15px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
