/* 
Author: Unitel
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.espacio {
	clear:both;
	width:100%;
	/*border:solid 1px #ff00ff;*/
}
 
body {
	margin: 0 auto;
	font-family: Arial;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-weight: normal;
	color: #404041;
  background: #dfdfdf url(images/fondo_body.jpg) repeat-x;
}

#contenedor {
	margin: 0 auto;
	width: 76em;
	/*background: url(images/fondo_contenedor.jpg) repeat-y 0px 30px;*/
	background: url(images/fondo_contenedor.jpg) repeat-y;
	/*border:solid 1px #ff00ff;*/
	text-align:left;
}

#img_cabecera {
	width: 76em;
}

.menu {
	margin: 0 auto;
	position: relative;
	top: -4em;
	left: 0;
	width: 74em;
	height: 3em;
}

.menu ul {
	list-style: none;
	padding: 0 0 0 30em;
	color: #00a890;
}

.menu ul li {
	float: left;
	display: block;
	padding-left: 2em;
	padding-right: 2.3em;
	padding-top: 0.8em;
	margin-right: 0.5em;
	background: #cae9e3;
	height: 2em;
}

.menu ul li a {
	color: #00a890;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: none;
}

#col_2 {
	float:right;
	width:19em;
	margin:-3em 3em 0 0;
	padding: 0 5em 0 1em;
	/*border:solid 1px #ff00ff;*/
	text-align: left;
}

* html #col_2 {
	margin:-3em 1em 0 0;
}

#col_2 ul, ol {
	/*border:solid 1px #ff00ff;*/
	padding: 0 0 0 0.5em;
	margin: 0;
	list-style: none;
}

#col_2 ul li a{
	color: #6d6e70;
	font-size:1.2em;
	text-decoration:none;
}

#col_2 h3 {
	color: #00a890;
	font-size:1.7em;
	padding:2em 0 0.5em 0;
}

*+ html h3 {
	color: #00a890;
	font-size:1.7em;
	padding:2em 0 0.5em 0;
}

#col_1 {
	float:left;
	width:42em;
	margin-top:-1em;
	padding:0 1em 0 3em;
	_padding:0 0 0 3em;
}

#col_1 h2{
	padding: 0 0 1em 1em;
	color: #939598;
	font-famiy: 'Arial Black';
	font-size: 2em;
	font-weight: bold;
	float: left;
	width: 100%;
}

.post {
 	float: left;
 	text-align: left;
 	width: 42.5em;
 	margin: 0 0 1em 0;
	/*border:solid 1px #ff00ff;*/
}

.post_head {
 float: left;
 padding: 8px 5px 5px 8px;
 width: 95%;
}

.post_head h1 {
	 padding: 0 0 1em 0;
	 color: #939598;
	 font-famiy: 'Arial Black'
	 font-size: 1.6em;
	 font-weight: bold;
	 float: left;
	 width: 100%;
}

*+ html .post_head h1 {
	font-size: 2em;
}

.post_head h1 a:link, .post_head h1 a:visited {
 text-decoration: none;
 color: #939598;
}

.post_head h1 a:hover {
	text-decoration: none;
}

.post a {
 text-decoration: none;
 color: #404041;
}

.text {
	float: left;
	padding: 8px 17px 8px 8px;
	margin: 1px 0 0 0;
	width: 41em;
}

.text p {
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}

.seguir {
	float: right;
	text-align:right;
	color: #939598;
	font-size: 1em;
	font-weight: bold;
	padding-top:1em;
}

.comments {
	float: left;
	font-size: 1em;
	/*border:solid 1px #ff00ff;*/
}

.date {
	float: right;
	text-align:right;
	color: #939598;
	font-size: 1em;
	font-weight: bold;
}

.comments a:link, .comments a:visited {
	color: #939598;
	text-decoration: none;
	font-weight: bold;
}
.comments a:hover {
 text-decoration: underline;
}

#comments-form h2 {
	color: #00a890;
	font-size:2em;
	font-weight: bold;
	padding:1em 0 0 0;
	
}

#comments li {
	padding-bottom:1.5em;
}

#comments span.comment-author {
	font-weight:bold;
	font-size:1.2em;
}

.post img {
 margin: 0 5px;
}

button {
	padding: 0.2em 1em 0.2em 1em;
	background: #cae9e3;
	height: 2em;
	color: #00a890;
	font-weight:bold;
}

/* ......... The Footer ......... */
#footer {
	width: 770px;
	background: url(images/footer_bg.gif) repeat-x top left;
	border-left: #c1c1c1 solid 1px;
	border-right: #c1c1c1 solid 1px;
	border-bottom: #c1c1c1 solid 1px;
	padding: 10px 8px 10px 8px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #792117;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ......... The Content ......... */



.submit {
	padding-left: 5px;
	padding-top: 1px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1.categoria {
	color: #00a890;
	font-size:1.2em;
	font-weight: bold;
	padding-left:1em;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
}