/* -- TODO EL WEB SITE -- */

body {
	font-family: Sans-serif, Arial;
	margin:15px;
	background:#dda;
}

a {
	color:#336;
}

a:hover {
	color:#9c3;
}

h1 {
	font-size:20px;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:10px;
}

h3 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:13px;
}

blockquote {
	font-style:italic;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;	
	border-left:5px;
	border-style:solid;
	border-color:#DDD;
	padding:5px;
}

.legend {
	font-size:10px;
	color:#AAA;
	padding:5px;
	line-height: 13px;
}


.date-header {
	font-size:16px;
	color:#336;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-transform: uppercase;
	padding-bottom:10px;
}

.subtitle {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	padding-bottom:10px;
}

.line {
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
	height:1px;
}

td, th {
	font-size:13px;
	line-height: 17px;
}

img {
	border:0;
}


/*--------------------------------- FRONT ----------------------------------*/
table.main_table {
	width:740px;
	border:0px;
	border-style:solid;
	border-color:#000;
}

.main_table td {
	background:#FFF;
	padding:0px;
}

table.content_table {
	width:100%;
	border:0;
}

td.left_cell {
	background:#FFF;
	padding: 10px 0px 10px 20px;
}

td.right_cell {
	background:#FFF;
	padding: 10px 20px 10px 20px;
}

.navigation {
	font-size:12px;
	line-height: 19px;
	border:1px;
	border-style:dotted;
	border-color:#336;
	width:135px;
	padding:5px;
	background-color:#eee;
}

td.feed_cell {
	background-color:#eee;
}