/*
Theme Name: Estudios Cuturrufo
Theme URI: http://www.cristiancuturrufo.cl/
Description: Tema para Estudios Cuturrufo
Version: 1.0
Author: Nicolas Justiniano y Felipe Pimentel
Author URI: http://www.cristiancuturrufo.cl/

*/

body {
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#464445;
	height:100%;
	min-height:100%;
}
a {
	color:#FFF;
	font-weight:bold;
}
#contenedor {
	width:860px;
	height:auto;
	height:100%;
	min-height:100%;/*for mozilla*/
	margin:0 auto 0 0;
	overflow: hidden;
}
#top {
	width:850px;
	margin:0 auto 0 auto;
	padding:5px 0 5px 0;
	text-align:right;
}
#columna-izq {
	width:320px;
	float:left;
	min-height:768px;/*for mozilla*/
	text-align:right;
	padding-top:30px;
	padding-right:10px;
	background-color:#9D0909;
	padding-bottom: 30000px;
   	margin-bottom: -30000px; 
}
#columna-der {
	width:500px;
	float:right;
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align:left;
	padding-top:30px;
	padding-left:30px;
	padding-bottom: 30000px;
   	margin-bottom: -30000px; 
}
html>body #contenedor {height:auto}/*for mozilla */

#post {
	width:100%;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #FFFFFF;
}

#top a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#columna-izq a {
	color:#FFF;
	text-decoration:none;
	font-family:"Arial", "Helvetica", sans-serif;
	text-transform:uppercase;
	font-size:120%;
}

#post h2 {
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#post a {
	color:#FFF;
	font-weight:bold;
}
#post hr {
	color:white;
	margin:20px 0 20px 0;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	width:400px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}