/* CSS Document */
/**
 * class
*/
.column { float: left; } /* no más clases :P */
/********************************************************/
body{
	background: #cecece url(images/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
blockquote{
	background: #ffffff url(images/bk.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #f14938;
	font-style: italic;
	line-height: 13px;
	min-height: 41px;
	padding: 5px 5px 5px 50px;
	}

u{	
	color: #808080;
	text-decoration: none;
	border-bottom: 2px solid #fe6454;
	}
	
b{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	}

i{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #606060;
	letter-spacing: 1px;
	}

	
/* IDs */
#container {
    margin: 0px;
    padding: 0px;
	width: 800px;
}	
	
#header {
	top: 0px;
	z-index: 0;
	width: 800px;
	height: 355px;
	background: #cecece url(images/BG_a.png) no-repeat;
}

#content {
	width: 800px;
	min-height: 439px;
	background: url(images/BGB.png) no-repeat;
	text-align: justify;
}

#entry {
	width: 480px;
	margin-left: 50px;
	margin-bottom: 30px;
	float: left;
	}

#sidebar {
	width: 170px;
	margin-right: 70px;
	margin-bottom: 30px;
	float: right;
	color: #39526d;
	}

/* Headers */
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #fe574a;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: -5px;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff5649;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ff5649;
	margin-bottom: 3px;
	}


/* Entry */
#post{
	background: #ffffff;
	padding: 5px;
	width: 480px;
	}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #70150f;
	text-align: justify;
	line-height: 15px; 
	text-align: justify; 
	background: url(images/textbg.gif);
		}

.TABLA {
	font-size: 11
		}

.Fusion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70150f;
	text-align: justify;
	line-height: 15px; 
	text-align: justify; 
	background: url(images/textbg.gif);
			}

/* Link classes */
a:link, a:visited{
	color: #dc4631;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	}

a:hover{
	color: #963a22;
	text-decoration: none;
	border-bottom: 1px solid #8b8b8b;
	}

a.link:link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	background: #bdb0b3;
	border-bottom: none;
	padding-left: 5px;
	display: block;
	margin-bottom: 1px;
}


a.link:hover {
	color: #ffffff;
	text-transform: uppercase;
	background: #7e3f3a;
}

