body
{
	margin: 0;
	padding: 0;
}
body, td, p, td p
{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #333;
}
a, a:active, a:link
{
	color: #930;
}
a:hover
{
	color: #f63;
}
ul li
{
	list-style-type: square;
	margin-bottom: 8px;
}
ol li
{
	margin-bottom: 8px;
}
h3
{
	font-size: 110%;
	color: #666;
	border-bottom: 1px dotted #ccc;
	background-image: url( 'i/flecha2.gif' );
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}
table.doc
{
	/*border-left: 1px solid #999;*/
	border-right: 1px solid #666;
}
#nav
{
	margin: 0;
	padding: 0;
	color: #999;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover
{
	color: #fc0;
}
.barranav
{
	padding: 0 10px 0 0;
	background-image: url( 'i/fondonav.gif' );
	background-repeat: repeat-x;
}
.grid
{
	background-image: url( 'i/grid.gif' );
	background-repeat: repeat-y;
	padding: 0 0 0 10px;
}
/*divs*/
.dev
{
	color: #f93;
	font-weight: bold;
}
.pagina
{
	padding: 2px 8px 30px 4px;
}
.tituloseccion
{
	text-transform: capitalize;
	text-align: right;
	font-size: 150%;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #999;
	margin: 0 0 10px 0;
	color: #c60;
}
#pie
{
	background-color: #630;
	color: #fff;
	font-size: x-small;
	padding: 4px;
}
#pie a
{
	color: #fff;
	text-decoration: underline;
}
#breadcrumbs
{
	/*border-bottom: 1px dashed #ccc;*/
	background-image: url( 'i/grid.gif' );
	background-repeat: repeat-y;
	color: #666;
	padding: 4px 0 4px 160px; 
	text-align: left;
}
#breadcrumbs a
{
	color: #000;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	color: #000;
	text-decoration: underline;
}

