@charset "utf-8";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/*FIN RESET*/
body {
	background-color:#000;
	line-height:normal;
}
#contenedor {
	width:960px;
	margin:0 auto;
	position:relative;
	color:#FFF;
	}
#logo {
	background-color:#000;
}

#menu ul{
	list-style:none;
	width:100%;
	text-align:center;
	background-image:url(images/menu_fondo.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	padding-bottom:6px;

	}
#menu li{
	display:inline;
	font-size:18px;
	font-weight:bold;
	}
#menu a {
	text-decoration:none;
	padding-right:10px;
	color:#000;
	}
#menu a:hover {
	color:#666;
}
#frase {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	float:right;
	color:#666;
}

#izquierda {
	width:620px;
	float:left;
	padding-right:20px;
	}
#derecha{
	float:left;
	width:300px;
	padding-left:20px;
}
.titulo{
	color:#FFF;
	font-size:18px;
	text-decoration:underline;
	padding-top:30px;
	padding-bottom:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
.subtitulo {
	border-top: 1px dotted #666;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	color:#F00;
	padding-bottom:20px;
	margin-top:30px;
	padding-top:10px;
	padding-left:20px;
}
.imagen {
	float:left;
	padding:10px;
}
#izquierda .contenido {
	padding-left:130px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}
.fecha a, .fecha{
	padding-top:10px;
	border-top:1px dotted #666;
	color:#F00;
	text-decoration:none;
}
.lugar {
	padding-bottom:20px;
	color:#FFF;
}
a {
	color:#FFF;
}