
body {
	background: #000000;
	
	font-family: sans-serif;	
	text-align: justify;
}

#sidebar {
	overflow: hidden;
	border-bottom: .1em solid;
	
	background: #000000;
	border-color: #FFFFFF;
	
	font-family: "Arial";
}

#sidebar ul li {
	float: left;
}

#sidebar ul li a {
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	
	color: #AAAAAA;
	
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul li a span.desclink {
	color: #777777;
	
	font-size: 0.7em;
}

#sidebar ul li a:hover, #sidebar ul li a.on {
	background: #151515;
}

#sidebar ul li a img {
	float: left;
	margin-right: .3em;
}

#sidebar-social {
	float: right;
	padding: 0.5em;
}

#header {
	padding: .5em;
	
	background: #000000;
	
	text-align: center;
}

#todo {
	background: #FFFFFF;
}

#content {
	width: 600px;
	margin: auto;
	padding: 3em 0 3em 0;
	
	line-height: 1.5em;
}

#content h1 {
	margin: 0 -0.5em 0.5em -0.5em;
	padding: 0 0 0.2em 0.3em;
	border-bottom: 1px solid;
	
	color: #2E65BF;
	border-color: #2E65BF;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	
}

#content h2 {
	margin: 1em 0 0.5em 0;
	
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

#content em {
	font-style: italic;
}

#content a {
	color: #2E65BF;
}

#content a:hover {
	color: #FF0000;
}

#content strong {
	font-weight: bold;
}

#content strong a {
	font-weight: bold;
}

#content p {
	margin-bottom: 1em;
}

#content p.links {
	font-size: 0.8em;
	text-align: right;
}

#content .caja {
	margin-bottom: .5em;
}

#content .caja .title {
	margin-bottom: .5em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	cursor: pointer;
	border-bottom: 2px solid;
	
	background: #DDDDDD;
	
	font-weight: bold;
}

#content .caja .title:hover {
	background: #BBBBBB;
}

#content .caja .content {
	padding: 0 2em 0 2em;
	
	font-size: 0.8em;
}

#content .caja .content dl dt a {
	font-weight: bold;
}

#content .caja .content dl dd {
	text-indent: 3em;
}

#content ul.listarticles {
	padding: 0 2em 1em 2em;
	
	list-style: square;
}

#content ul.listarticles .articledescription {
	padding: 0 0 0 2em;
	
	font-size: 0.8em;
}

#content p.error {
	padding: 1em 2em 1em 2em;
	
	background: #a00;
	color: #fff;
	
	font-size: 0.9em;
	line-height: 1.1em;
}

#footer {
	padding: 0.5em;
	
	background: #000000;
	color: #FFFFFF;
	
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

small {
	font-size: 0.6em;
}

/****/

.quotesection {
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #ddd;
}

.quotesection blockquote.frase {
	padding: 20px;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	margin-right: 50px;
}

.quotesection blockquote.frase .bqstart {
	float: left;
	font-size: 500%;
	margin-left: -50px;
	margin-right: 20px;
}
 
.quotesection blockquote.frase .bqend {
	float: right;
	font-size: 500%;
	margin-right: -50px;
	margin-left: 20px;
	margin-top: -30px;
}

.quotesection .autor {
	text-align: right;
	margin-top: 50px;
	color: #fff;
}

/****/

#bienvenido {
	width: 700px;
	margin: 5% auto 5% auto;
	text-align: center;
}

/****/

form#mail {
	padding: 2em;
	border: 1px dashed;
}

form#mail fieldset {
	margin: 0 auto 1em auto;
	padding: 1em;
}

form#mail fieldset legend {
	font-weight: bold;
}

form#mail fieldset label {
	font-size: 0.8em;
	font-weight: bold;
}

form#mail fieldset span.info {
	font-size: 0.7em;
	text-align: left;
}

form#mail fieldset input.text, form#mail fieldset textarea {
	padding: 0.3em;
	border: 2px solid;
	
	background: #CDEB8B;
	
	font-size:  1.2em;
}

form#mail fieldset input.text:focus, form#mail fieldset textarea:focus {
	background: #EEEEEE;
}

form .req {
	color: red;
	
	font-weight: bold;
}

