/* ############################################################# */
/* Camboya 2009 - StyleSheet */
/* ############################################################# */

body	{
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0; padding: 0;
	font-family: "Tahoma";
	color: #000;
	}
	
a	{text-decoration: none; color: #000}
a:hover	{text-decoration: none;}
	
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
	h3 span	{display: none;}
	
	#container	{
		background: #FFF;
		margin: 0 auto;
		width: 960px;
		margin-top: 30px;
		background-image: url(../img/back_container.gif);
		background-repeat: repeat-y;
		}
		
		#header, #bar1, #bar2, #bar3, #footer, #comments	{
			display: none;
			}
			
		#content2	{
			width: 540px;
			float: left;
			clear: none;
			padding: 20px;
			padding-bottom: 0;
			}
				
			#interior	{}
			
				.interiorCategoria	{
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 12px;
						color: #96927e;
						text-transform: uppercase;
						}
						
				.interiorTitulo	{
					margin: 0;
					font-size: 32px;
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #000;
					line-height: 34px;
					}
					
				.interiorCopete	{
					font-size: 15px;
					font-weight: bold;
					}
					
				.interiorFoto	{
					border: 5px solid #000;
					}
					
				.interiorEpigrafe	{
					font-size: 12px;
					color: #000;
					margin-top: 6px;
					text-align: right;
					}
					
				.interiorAcciones	{
					padding-bottom: 10px;
					border-bottom: 1px solid #000;
					margin-bottom: 10px;
					}
					
					.interiorFecha	{
						margin: 0; padding: 0;
						font-size: 12px;
						font-weight: bold;
						color: #000;
						}
						
					.interiorAcciones ul	{
						display: none;
						}
							
					.interiorAutor	{
						font-size: 11px;
						margin-top: 30px;
						}
						
				.interiorTexto	{
					}
					
					.interiorTexto p	{
						font-size: 14px;
						line-height: 20px;
						}
		
