/* Generico */
body {
	background: #000 url('img/bg.png') repeat;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
}

li {
	list-style-image: url('img/item.png')
} 

a {
	color: #20c2eb;
	text-decoration: none;
	border-bottom: 1px dashed #aae8f7;
}

strong {
	background:#aae8f7;
	font-weight: normal;
}

/* Maquetación */

 #base {
 	background: #fff;
	margin-top: 25px;
 }

 #header {
 	border-bottom: 4px double #aae8f7;
	background: transparent url('img/flechas.png') no-repeat center 30px;
	min-height:88px;
 }

 #logo {
 	background: transparent url('img/logo.png') no-repeat;
	width:92px;
	height: 92px;
	margin: -14px auto;
 }
 
 #fecha {
 	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #999;
	letter-spacing: 1.7px;
	height: 24px;
 }
 
 #menu {
 	text-align: right;
	height: 24px;
 }

 #menu ul, #menu li {
 	display: inline;
	list-style-type: none;
 }
 
 #menu li {
 	border-left: 1px solid #aae8f7;
	padding-left: 20px;
 }
 
 #menu li a{
 	border: 0;
 }
 
 #contenido, #columna {
 	padding-top: 40px;
 }
 
 #pretitulo {
 	border-bottom: 16px solid #20c2eb;
	width: 100px;
	height: 53px;
	margin-left: -100px;
	float: left;
 }
 
 .titulo, .titulo2 {
 	margin-bottom: 10px;
 }
 
 .titulo {
 	margin-left: 10px;
 }

 .muestra {
 	margin: 10px 0 20px;
 }

 .cita {
 	float: left;
	margin: 15px;
	margin-left: -80px;
 }

 #columna li:hover {
 	padding-left: 5px;
 }

 #footer {
 	border-top: 4px double #aae8f7;
	font-size: 10px;
	margin: 0 10px;
	color: #999;
	padding: 10px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
 }
