﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	background-image:url(../images/fondo.gif);
	
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
	
}
#footer {
	clear: both;
	width: 630px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: none;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Estilos de exploración */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Estilos de pie de página */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imagen{margin-right:auto; margin-left:auto; text-align:center;display: block;}
/*Para las noticias y textos ocultos, se muestran al hacer click sobre algun enlace*/
.TextoParrafoOculto {
	font-size: 1em;
	width: 90%;
	text-align: justify;
	margin-top: 0px;
	display: none;
}

/*Para ocultar y ampliar texots, cuando contienen varios parrafos*/
.DivParrafosOcultos {
	/*width: 90%;*/
	display: none;
}
.Quote
{
	border : thin dashed Silver;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	margin : 10px;
	padding : 10px;
	font-style : italic;
	text-align : justify;
	width : 350px;
}
/*
Se utiliza para el cdigo fuente que aparezca en el texto como un bloque.
No es necesario colorearlo.
*/
.CodeBlock {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCFF;
	margin: 10px;
	border: 1px solid #666666;
	padding: 10px;
	text-align: left;
}

/*
Cdigo incluido dentro de un prrafo, mezclado con texto normal.
*/
.CodeInline {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

