Nota: Despues de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Mayús+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

.portada-header {
	background: #fee;
	border: 1px solid #f00;
	margin-bottom: 1em;
	padding: 1em;
}
.portada-header-titulo {
	font-size: 2em;
	font-weight: 300;
}

.portada-seccion {
	border: 1px solid #f00;
	margin-bottom: 1em;
	overflow: hidden;
}
.portada-seccion-titulo {
	background: #003e6c;
	color: white;
	font-size: 1em;
	font-weight: normal;
	padding: 1em;
}
.portada-seccion-contenido {
	overflow: hidden;
	padding: 1em;
}
.portada-footer {
	background: #e5e5e6;
	border: 1px solid #f00;
	margin-bottom: 1em;
	overflow: hidden;
}


.portada-float-right {
	float: right;
	margin-left: 1em;
	width: 30%;
}
.portada-align-right {
	text-align: right;
}

/* Infobox */

.infobox {
	border: 1px solid #f00;
    background-color: #f9f9f9;
    color: #000;
    margin: .5em 0 .7em 1.2em;
    padding: .4em;
    clear: right;
    float: right;
    font-size: 90%;
    line-height: 1.5em;
    width: 22.5em
}
.infobox-imagen {
	text-align: center;
}
.infobox-imagen-descripcion {
	font-size: small;
	font-style: italic;
	padding: 0 .5em .5em .5em;
	text-align: center;
}
.infobox-titulo {
	background: #003e6c;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}
.infobox-subtitulo {
	background: #003e6c;
	color: white;
	font-size: 1em;
	font-weight: normal;
	padding: 1em;
	text-align: center;
        line-height: .5em;
}
.infobox-datos th {
	padding: .3em;
	text-align: right;
	vertical-align: top;
}

a:link {
    color: #2a4b8d;
}

a:visited {
    color: #80221e;
}

a:hover {
    color: gray;
}

a.new {
    color: #676ecc;

}