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

body {
	margin: 40px 0 0 0;
	padding: 0;
	background: #B2D22A url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #688000;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #617703;
	vertical-align:super;
}

a {
	color: #688000;
}

a:hover {
	text-decoration: none;
	color:#005500;
}

p, ul, ol, blockquote {
	/* text-align: justify; */
}

/* Header */

#header {
	width: 480px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img2.gif);
}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}

#logo h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #86A406;
}

#menu {
	float: right;
	padding: 20px 70px 0 0;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 125px;
	height: 20px;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	border-top: 1px dotted #86A406;
	text-transform: lowercase;
	text-decoration: none;
	color: #86A406;
}

#menu a:hover {
	color:#336600;
	font-weight:bold;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 480px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
}

/* Blog */

#colBlog {
	margin: 0 15px;
	background:#FFFFFF;
	border:1px solid #A8C54B;
	/* background: url(images/img5.gif) repeat-x; */
}

#colBlog .post {
	padding: 20px 30px 10px 30px;
	border-bottom: 1px dotted #A8C54B;
	overflow:auto;
}

#colBlog h2 {
	letter-spacing: -2px;
	font-size: 2em;
	text-transform: none;
}

#colBlog a {
   	text-decoration:none;
}

#colBlog a:hover {
   	text-decoration:underline;
}

#colBlog .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colBlog .title a {

}

#colBlog .title a:hover {
   	text-decoration:none;
   	color:#005500;
}

#colBlog .posted {
	font-size: x-small;
	text-transform: none;
}

#colBlog .comentario {
	border-top:1px dotted green;;
	border-bottom:1px dotted green;
	margin-top:10px;
	margin-bottom:10px;
}

#colBlog .post_cuerpo {
   	font-size:1.0em;
	color:#688000;
}

#colBlog .comentarios {
   	margin-left:10px;
}

/* Column One */

#colOne {
	margin: 0 15px;
	background:#FFFFFF;
	border:1px solid #A8C54B;
	/* background: url(images/img5.gif) repeat-x; */
}

#colOne .post {
	padding: 20px 30px 10px 30px;
	border-bottom: 1px dotted #A8C54B;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colOne .posted {
	font-size: x-small;
}

/*#colOne .formulario_contacto {
	display:none;
}*/

/* Column Two */

#colTwo {
	margin: 0 15px;
	background: #E5FAA0 url(images/img6.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: left;
	width: 180px;
}

#colTwo li ul {
	padding: 0;
	background-image: url(images/spacer.gif);
}

#colTwo li li {
	display: list-item;
	float: none;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo h2 {
	font-size: 1.6em;
	text-align: left;
}

/* Footer */

#footer {
	width: 480px;
	margin: 0 auto;
	background: url(images/img8.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}

/* Formulario de Contacto */
#formulario_contacto form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
#formulario_contacto .login {
	background:url(images/user.gif) no-repeat 95% 1em;
}
#formulario_contacto .contact {
	background:url(images/email2.gif) no-repeat bottom left;
}
#formulario_contacto fieldset div {
	margin:0.3em 0;
	clear:both;
}
f#formulario_contacto form {
	margin:1em;
	width:27em;
}
#formulario_contacto label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
#formulario_contacto legend {
	color:#0b77b7;
	font-size:1.2em;
}
#formulario_contacto legend span {
	width:10em;
	text-align:right;
}
#formulario_contacto input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#formulario_contacto textarea {
	padding:0.15em;
	width:17em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#formulario_contacto textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#formulario_contacto input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#formulario_contacto fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
#formulario_contacto .date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#formulario_contacto .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
#formulario_contacto .date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
#formulario_contacto .radio, .date {
	position:relative;
}
#formulario_contacto .radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
#formulario_contacto .radio legend, .date legend {
	font-size:1em;
	color:#000;
}
#formulario_contacto .radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
#formulario_contacto .radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
#formulario_contacto .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

#formulario_contacto .email {
	width:14em;
}

#formulario_contacto input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}
