/*
Theme Name: Diario San Frnacisco
Theme URI: http://www.mitema.com
Description: Mi primer tema de WP.
Author: Tu nombre
Author URI: http://www.tunombre.com
Version: 1.0
*/
@charset "UTF-8";



.commentlist li {
    list-style: none !important;
}


.comment-body {
    padding: 15px;
}

.comment-author {
    margin-top: 5px;
}

.reply,  .commentmetadata {
    font-size: 0.9em;
}


.depth-1, .depth-2, .depth-3, .depth-4 {
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.depth-1, .depth-3 {
    background-color: #fafafa;
}

.depth-2, .depth-4 {
    background-color: #fff;
}

.comment-author-eSandra {
    border: 3px solid #eaeaea;
    border-left:3px solid #fbc356;
}

.depth-1 {
    margin: 20px 0;
}
/* Respuesta a comentarios*/


.depth-2 {
    margin:2% 5% !important;
}

.depth-3 {
    margin: 2% 7% !important;
}


.depth-4 {
    margin:2% 5% 4% 10% !important;
}
#comment, #author, #email {
    border-radius: 4px;
    border:2px solid #ccc;
}

