body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
}

a {
	background: inherit;
	color: #003366;
}

h1, h2, h3 {
	background: inherit;
	color: #cc0000;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th, table td {
	vertical-align: top;
}

table th {
	padding: 5px;
	text-align: center;
	background-color: #666;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

table td {
	padding: 5px;
}

#header {
	font-size: 3em;
	font-weight: bold;
	padding: 0;
	background-color: white;
	color: #666;
}

#persona {
	float: right;
	font-size: 12px;
}

#content {
	width: 990px;
	margin: 0 auto;
	padding: 8px;
}

#footer {
	font-size: 0.8em;
	padding: 8px;
	background-color: #eee;
	color: #666;
}

#menu {
	background-color: #333;
	color: white;
	padding-left: 5px;
	border-bottom: 4px solid #cc0000;
}

#menu a, #menu a:visited, #menu a:link, #menu a:active, #menu a:hover  {
	background: inherit;
	color: white;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#menu a.active, #menu a.active:visited, #menu a.active:link, #menu a.active:active, #menu a.active:hover  {
	background-color: #cc0000;
	color: white;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* Formas */
input {
	border: 1px solid #666;
	background-color: white;
	color: #333;
}

h1 input {
	font-size: 0.8em;
}

/* Info */
.datos, .error, .notice, .success, .info {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

.datos {
	background-color:#fff;
        color:#000;
	border: 1px #bbb dotted;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.notice, .info {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

#ajaxer {
	border: 2px solid black;
	background-color: white;
	padding: 10px;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
	width: 320px;
	height: 240px;
	overflow: auto;
}

#infos {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#loading {
	border: 2px solid black;
	background-color: white;
	padding: 2px;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
	width: 18px;
	height: 18px;
	z-index: 100;
}

/* Estilos generales */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 0.9em;
}

.normal {
	font-size: 1em;
}

.big {
	font-size: 1.2em;
}

.huge {
	font-size: 1.5em;
}

.bold {
	font-weight: bold;
}

/* Floats */
.fright {
	float: right;
}

.fleft {
	float: left;
}

.break {
	float: none;
	clear: both;
	font-size: 1px;
}

/* Articulos */
.articulos {
}

.articulo {
	margin: 6px 0;
	border: 2px solid #dbdbdb;
	background-color: #eee;
	padding: 3px;
}

.articulo:hover {
	border: 2px solid #aaa;
}

.articulo .title {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 10px;
}

.articulo .metadata {
	font-size: 0.8em;
	background: inherit;
	color: #666;
}

.articulo .pic {
	float: left;
	margin: 5px;
}

.articulo blockquote {
	font-style: italic;
	background: inherit;
	color: #444;
}

.paginacion {
	font-size: 1.2em;
}

.articulo .go {
	margin-top: 4px;
}

.articulo .go a, .articulo .go a:link, .articulo .go a:hover, .articulo .go a:visited, .articulo .go a:active {
	font-weight: bold;
	background: inherit;
	color: #cc0000;
}

.articulo .more_pics {
	margin: 3px;
	margin-top: 15px;
	padding: 3px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

.articulo .more_pics img {
	margin: 12px;
}

.articulos_relacionados {
	margin-top: 5px;
	margin-left: 15px;
}

.articulos_relacionados .rel {
	margin-left: 10px;
}

.head_tools {
	padding: 3px;
	margin: 3px;
}

.search {
	background: inherit;
	color: #333;
	margin-top: 6px;
	text-align: right;
}

.usermenu {
	background: inherit;
	color: #cc0000;
	clear: both;
	text-align: right;
	font-size: 0.9em;
}

.usermenu a, .usermenu a:link, .usermenu a:hover, .usermenu a:visited, .usermenu a:active {
	color: #cc0000;
	font-weight: bold;
}
