/*
      Theme Name: drosendewptheme
      Theme URI: diegorosende.cl
      Version: 1.0
      Author: Diego Rosende Lindermann
      Author URI: diegorosende.cl */
	
body{
	background-color:#454124;
	font-family:"Lucida Console", Monaco5, monospace;
	font-size:14px;
	color:#CCCCCC;
	margin:0px;
}

A:link, A:visited, A:active {
	text-decoration:none;
	color:#7CBD37;
}

A:hover{
	background-color:#454124;
	text-decoration:none;
	color:#DEF5AB;
}

#cuerpo{
	margin:auto;
	height:100%;
	width:920px;
	background-color:#000000;
	padding:20px;
	margin-bottom:40px;
}
 

#cuerpo{
	margin:auto;
	height:100%;
	width:920px;
	background-color:#000000;
	padding:20px;
	margin-bottom:40px;
}

#top{
	background-color:#000000;
	height:123px;
}

#logo{
	float:left;
}

#logoinf{
	background-color:#000000;
}

#footer{
	clear:inherit;
}

#pie{
	text-align:center;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#454124;
}

.post{
	padding-bottom:15px;
}

#menuv{
	text-align:right;
	float:right;
	height:88px;
	width:300PX;
}

#content{
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#000000;
	height:100%;
}

/* Formulario Frases */
.formfrases{
	background-color:#454124;
	color:#FFFFFF;
	font-size:14px;
}

#formfr input{
	color:#7CBD37;

	text-transform:uppercase;
	padding-left:15px;

	width: 352px;
	height: 25px;
	font-size: 25px;
	border:solid;
	border-color:#454124;
	border-width:thin;
	margin-bottom:5px;
	background-color:#E4F779;
}

#formfr .boton{
	color:#454124;
	text-transform:lowercase;

	width: 120px;
	height: 29px;
	
	background-color:#DEF5AB;
}


/* Fechas */

	
/* navegacion */

.navposts {
    display: block;
    text-align: center;
    margin-top: 10px;
}
    
/* colores */
.c1{
	color:#7CBD37;
	background-color:#DEF5AB;
	font-size:24px;
	font-weight:bold;
}

.c1 a{
	color:#7CBD37;
	background-color:#DEF5AB;
	font-size:24px
}

.c2{
	color:#454124;
	background-color:#DEF5AB;
	font-size:16px;
}

.c3{
	color:#DEF5AB;
	background-color:#7CBD37;
	font-size:22px
}

.c3 a{
	color:#DEF5AB;
	background-color:#7CBD37;
	font-size:22px
}	


.c4{
	color:#7CBD37;
	background-color:#DEF5AB;
	font-size:22px
}

.c4des{
	background-color: #242424;
	color:#FCFCFC;
	padding:7px;
	border:#7CBD37 solid medium;
	height:inherit;
}

.detalles{
	font-size:smaller;
}

/* comentarios */

.commentlist{
    list-style:none;
    margin:0px;
    padding:0px;
    background-color:#303030;
}
 
.commentlist li{
    padding:7px;
}
 
.commentlist li cite{
    font-weight:bold;
    font-style:normal;
}
 
.commentlist li.alt, .commentlist li.alt a{
    background-color:#484848;
}

#dctexto{
	float:right;
}
#dcuser{
	float:left;
}
#dcsubmit{
	clear:both;
}

#commentform input{
	color:#E4F779;
	padding-left:15px;

	width: 352px;
	height:30px;
	font-size: 15px;
	border:solid;
	border-color:#454124;
	border-width:thin;
	margin-bottom:5px;
	background-color:#454124;
}

#commentform .ctexto{
	color:#E4F779;
	padding-left:15px;
	
	border:solid;
	border-color:#454124;
	border-width:thin;
	margin-bottom:5px;
	background-color:#454124;
	overflow:hidden;
}

#commentform .cboton{
	color:#DEF5AB;
	text-transform:uppercase;
	width: 920px;
	height: 29px;
	background-color:#454124;
}

#commentform input:hover{
	background-color:#484426;
}
#commentform .ctexto:hover{
	background-color:#484426;
}
/* clases */ 

.dos{
	background-color:#454124;
	color:#DEF5AB;
	font-size:18px;
}


