body {
	background-color: #222;
	border: none;
	color: #black;
	font-family: verdana, arial, "ms sans serif", sans-serif; 
	font-size: 12px;
	font-weight: normal;
	margin: auto;
	max-width: 950px;
	min-width: 745px;
	padding: 10px 0px;
	}
div {
	border: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	}
img {
	border: none;
	margin: 0px;
	padding: 5px;
	text-align: center;
	}
p {
	border: none;
	font-weight: normal;
	line-height: 1.2em;
	margin: 10px;
	text-align: justify;
	}
span {
	border: none;
	margin: 0px;
	padding: 0px;
	}
table {
	border: none;
	margin: 0px;
	padding: 0px;
	}
td {
	border: none;
	margin: 0px;
	padding: 0px;
	}

a:link {
	color: #222;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #558;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #55F;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	}


/***** CLASES CSS *****/

/**  0  **/

/**  A  **/

/**  B  **/

.bloque {
	background-color: #FC0;
	border: 1px solid #333;
	margin-bottom: 5px;
	text-align: left;
	}
.bloque_enlace:before {
	content: '- ';
	}
.bloque_enlace:hover {
	background-color: #ABC;
	}
.bloque_enlace {
	padding: 2px;
	}
.bloque_frase {
	background-color: #EEE;
	border: 1px solid #333;
	margin-bottom: 5px;
	text-align: left;
	}
.bloque_resaltado {
	background-color: #FC0;
	border: 2px solid #333;
	margin: 20px;
	line-height: 1.3em;
	padding-bottom: 3px;
	text-align: center;
	}
.bloque_titulo {
	background-color: #333;
	border-bottom: 1px solid #333;
	color: white;
	font-weight: bold;
	height: 1%; /*IE hasLayout bugfix*/
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
	}
.bloque_titulo_grande {
	background-color: #333;
	border-bottom: 1px solid #333;
	color: white;
	font-size: 1.3em;
	padding: 2px;
	font-weight: bold;
	text-align: right;
	}
.borde_blanco {
	background-color: white;
	border: 1px solid #CCC;
	margin: 15px 55px;
	padding: 3px;
	}

/**  C  **/

.cabecera {
	background-color: #F90;
	border: 1px solid #333;
	font-weight: bold;
	height: 100%;
	padding: 10px;
	text-align: right;
	}
.cabecera_logo {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	}
.cabecera_logo img {
	margin: 0px;
	}
.cabecera_titulo1 {
	color: #111;
	font-size: 55px;
	font-weight: bold;
	text-align: right;
	}
.cabecera_titulo2 {
	color: #222;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	}
.columna_contenido {
	margin-left: 170px;
	position: relative;
	top: 0px;
	}
	/*Child Combinator Override Method - Internet Explorer ignora la siguiente correccion gracias a ">" */
	.cuerpo>.columna_contenido {margin: 0px;}/*FIN Child Combinator Override Method*/
.columna_indice {
	float: left;
	position: relative;
	width: 170px;
	}
.creditos {
	text-align: right;
	}
.cuerpo {
	background-color: #F90;
	border: 1px solid #333;
	font-weight: bold;
	height: 100%;
	padding: 5px;
	text-align: center;
	}

/**  D  **/

.direccion {
	line-height: 1.2em;
	max-width: 500px;
	padding: 5px 20px;
	}

/**  F  **/

.fin_float {
	clear: both;
	}
.float_left {
	float: left;
	text-align: left;
	}
.float_right {
	float: right;
	text-align: right;
	}
.frases_frase {
	text-align: justify;
	}
.frases_autor {
	font-style: italic;
	text-align: right;
	}

/**  I  **/
.imagen {
	border: 1px solid black;
	float: left;
	margin: 5px;
	padding: 0px;
	}

/**  L  **/

.logotipos {
	padding: 20px 0px;
	text-align:center;
	}

/**  M  **/

.margen_vertical {
	height: 1%; /*IE hasLayout bugfix*/
	margin: 10px 0px;
	}
.margenizq {
	margin-left: 5px;
	}

/**  N  **/

.noticia {
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	text-align: justify;
	}
.noticia img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: expression(this.width>500 ? 500 : true);
	}
.noticia_fecha {
	color: #CCC;
	float: left;
	text-align: left;
	}
.noticia_titulo {
	font-size: 1.1em;
	text-align: right;
	}
.noticias_todas {
	font-weight: bold;
	text-align: left;
	}


/**  T  **/

.termino {
	border-bottom: 1px dotted black;
	height: 1%; /*IE hasLayout bugfix*/
	margin: 5px 20px;
	}
.terminos_columna1 {
	border-right: 1px dotted black;
	float: left;
	padding: 0px 10px;
	text-align: right;
	width: 50%
	}
.terminos_columna2 {
	float: left;
	padding: 0px 10px;
	text-align: left;
	}
.terminos_enlace {
	padding: 2px 4px;
	}
.terminos_enlace:hover {
	background-color: #ABC;
	}
.terminos_h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	}
.terminos_hangul {
	float: left;
	padding-left: 10px;
	width: 20%;
	}
.terminos_occide {
	float: left;
	width: 40%;
	}
.terminos_spanis {
	float: left;
	}
