/* COMENTARIOS 
======================================================================== */

input { 
	font: 14px "Century gothic", sans-serif;
	background: #333;
	border: 1px solid #666666;
	color: #ebebeb;
}
textarea { 
	font: 14px "Century gothic", sans-serif;
	background: #333;
	border: 1px solid #666666;
	color: #ebebeb;
}
form { 
	color: #111;
	padding: 15px;
}

#comentarios { 
	background: #bbb;
	width: 450px;
	height:100%;
	float: right;
	text-align: left;
	padding:0px 10px 0px 10px;
	color: #111;
}

#comment-inner {
	font-size:11px;
	z-index:50;
}

#comment-mini {
	background: #222;
	width: 400px;
	border : 1px solid #555;
	border-right: 0px;
}

#comment-form{
	background: #bbb;
	width: 450px;
	border : 1px solid #000;
	border-left: 0px;
}

#cerrar{
	float:right;
	text-align: right;
	margin-right: -8px;
}
#cerrar a{
	color:#000;
}

#miniatura_info{
	width: 400px;
	float: left;
}

#miniatura_info h1{
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#thumb_exif_notes{
	padding:20px;
}
#text_note{
	text-align: left;
	font-style: italic;
}

#criticas_note{
	text-align: left;
	font-style: italic;
}
#criticas_note a{
	color : #000;
	font-size: bold;
	text-decoration: underline;
}
#criticas_note a:hover{
color: #fff;
text-decoration: none;
}

#comments li { 
	color : #111;
}
 
#comments ul li a { 
	color : #000;
	font-size: bold;
	text-decoration: underline;
} 

#comments ul li a:hover { 
	color: #71BB00;
}

/* COMENTARIOS CON GRAVATAR
======================================================================== */

.comment .author, .comment .author a, .comment .date {
	color:#000;
}

.comment {
	margin:15px 0 20px 0;
	border-bottom:1px solid #c6c6c6;
}

.comment img.avatar {
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
}

.comment p {
	margin:.5em 0 .5em 0;
	padding:0;
}
.comment .author a:hover{
	color: #fff;
	text-decoration: none;
}