/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: white url(images/img.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

h2, h3 {

	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	color: #620006;
}
h1 { font-size: 9 px; color: #000;}
h2 { font-size: 24px; }
h3 { font-size: 18px;
	text-align: left;
}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #3d3d3d;
	font-size: 13px;
	font-variant: small-caps;
}

a:hover {
	border: none;
	color: maroon;
}

strong {
	color: #580005;
}




/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	background:  repeat-y -150px 0px;
	
	
	border-bottom: 1px dotted gray;
	
	
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#idioma {
	width: 600px;
	height: 20px;
	margin: 0 auto;
}

#idioma a {
	border: none;
	border-bottom: 1px dotted #707070;
	text-decoration: none;

	color: maroon;
}


#header {
	position: relative;
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(images/head.swf);
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: maroon;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	
}

#colTwo {
	float: right;
	width: 500px;
	text-align: justify;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}

.fronda-logo-link {
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	width: 700px;
	z-index: 9999;
}

.fronda-logo {
	height: 100%;
	width: auto;
	fill: #000000;
}

#header h1 {
	display: none;
}