﻿@charset "utf-8";
/* CSS Document */
	html { 	
	}
	
						
	body {
		background-image: url('http://img97.imageshack.us/img97/4506/fghfghb.png');
		background-repeat: repeat;  
		width:750px;
		margin:0 auto;
		background-color: #fff;
		font-family: Century gothic;
		font-size: 10px;
		letter-spacing: 1px;
		text-transform: none;
		text-decoration: none;
		font-weight: normal;
		color: #5F5F5F;
		text-align: justify; 
	}


	/* ----- NAVIGATION ----- */

	#navigation {
		color: #5F5F5F;
		background-color:white;
		background-image: url('http://img97.imageshack.us/img97/4506/fghfghb.png');
	}

	/* ----- MAIN CONTENT ----- */

	#content{ background-color:white;background-image: url('http://img97.imageshack.us/img97/4506/fghfghb.png');
}

	/* ----- FOOTER ----- */

	#footer { 
		background-image: url('http://img.photobucket.com/albums/v443/Placebo_lady/blog/lay3/01.jpg');
		margin-top:10px;
	}

	/* ----- TITULOS ----- */

	.title{
		font-family: Bodoni MT Black, georgia;
		color:#fff;
		font-size: 15px;
		background-color:#490925;
		letter-spacing: 0px; 
		font-weight: bold;
		line-height: 11px;
		text-align: left;
		text-transform: uppercase;
		padding: 5px;
		margin: 0 0 10px 0;
	}
	
	.title a{
		font-size:14px;
  		padding: 5px;
  		background-color:#CC86A4;
		color: #fff;
		border: none;
	}

	.title a:hover{
		background-color:#970745;
		color:#fff;
		text-decoration:none;
	}


	/* ----- NEGRITAS,ETC ----- */

	b { color:#5F5F5F;font-weight: bold;}
	u { color: #000; font-weight: bold;}
	i { color:#b62e2e;}
	del { color: #7E0368; }
	strong { color: #000;font-weight: bold;}
	em { color: #b62e2e;}

	/* ----- VIÑETAS ----- */

	ul { 
		list-style-image: url(http://i147.photobucket.com/albums/r304/snubicons/layouts/greyarrow.gif); 
		padding: 0px;
		margin: 0 20px;
	}
	
	/* ----- LINKS ----- */

	A {
		text-decoration:none;
	 	color:#C6A2C9;
 		font-weight: bold;
 		cursor:crosshair;
  	}

	A:hover {
		border-bottom-width:1px;
 		border-bottom-style:solid;
 		border-bottom-color:#C6A2C9;
 		color: #9E9B9B;
 		font-weight:bold;
 		cursor:crosshair;
 	}
 
 	/* ----- MENU ----- */

	.menu{
		background: #fff; 
		text-align: left; 
		font-size: 12px;
		font-weight: bold; 
		letter-spacing:10px;
		padding: 5px;
		text-transform: uppercase;
  	}
  	
  	.menu a {
  		padding: 5px;
  		display:block;
  		background-color:#919191;
		color: #fff;
		border: none;
	}
	
	.menu a:hover{
		background-color:#955B28;
		border-bottom: #fff 5px solid;
		color:#fff;
		text-decoration:none;
	}
  	
  	/* IMAGENES */
  	
  	img {border:0;}
	p {padding:5px 0; text-align:justify;}

	.caja {padding: 5px 0;}
	
	.links a{display:block; text-align:center; font-size:2em;}
		
	