/*
Theme Name: Sociedad de Pescadores Río Sorbe
Theme URI: http://www.riosorbe.es/
Description: Child theme for the twentyeleven theme 
Author: Miguel Gutiérrez Maín 
Author URI: mailto:MiguelGuti01@hotmail.com
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

/* #page {} -> fondo de la pagina */
#page {
background-color: #fcffa7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

}

/* #branding {} -> editar cuadro de la cabecera (que engloba el titulo, descripcion e imagen) */
#branding{
padding-bottom:0;
border:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

background-color: black; /* fallback color if gradients are not supported */
background-image: -moz-linear-gradient(black, white); /* Mozilla FF3.6+ */
background-image: -webkit-gradient(black, white);/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(black,white); /* Chrome10+,Safari5.1+ */
background-image: -o-gradient(black, white);/* Opera11.10+ */
background-image: -ms-gradient(black, white);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='white',GradientType=0 ); /* IE6-9 */
background: linear-gradient(black,white); /* W3C */

}

/* #branding img {} -> editar cuadro de imagen de la cabecera (por ejmplo cambiar tamaño de la foto de cabecera) */
#branding img {
}

/* #branding #searchform {} -> editar cuadro de busqueda de la cabecera */
#branding #searchform {
}


/* #site-title a {} -> para editar el formato del titulo de la web */
#site-title a {
	color:#23ed0e;
	background:none;
	font-family: "Comic Sans MS", cursive;
	font-size: 34px;
}



/* #site-description {} -> para editar el formato de la descripción de la web (justo debajo del título, donde antes ponía otros sitio creado con wordpress */
#site-description {
background:none;
color:#23ed0e; 
font-size: 14px;
}


/* #access {} -> para editar el formato de la barra de menú superior (donde salen las páginas de la web) */
#access {
background-color: black; /* fallback color if gradients are not supported */
background-image: -moz-linear-gradient(black, #383838); /* Mozilla FF3.6+ */
background-image: -webkit-gradient(black, #383838);/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(black, #383838); /* Chrome10+,Safari5.1+ */
background-image: -o-gradient(black, #383838);/* Opera11.10+ */
background-image: -ms-gradient(black, #383838);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(black, #383838); /* W3C */
}

/* #access a {} -> para editar el formato de los enlaces de la barra de menú superior (los nombres de las paginas) */
#access a {
color:#23ed0e;
display: block;
line-height: 3.333em;
padding-bottom: 0;
padding-left: 1.2125em;
padding-right: 1.2125em;
padding-top: 0;
text-decoration: none;
}

/* #primary {} -> contenedor principal (donde se encuentran las entradas/posts) */
#primary {
background-color: #fcffa7;
}


/* #secondary{} -> sidebar (barra de menú vertical donde se encuentran los widgets */
#secondary {
background-color:  #fcffa7;
}

/* body {} -> el fondo de la web */
body{
	background-image: url('images/Page-BgTexture-green.jpg');
	background-repeat: repeat;
}


/* #content {} -> contenedor donde se publican las entradas/post */
#content {
	width: 58.4%;
	margin-top: 0;
	margin-right: 34%;
	margin-bottom: 0;
	margin-left: 7.8%;
}

/* #entry-header {} -> cabecera de las entradas */
.entry-header{
	position: relative;
	left: 0;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -16px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 80px;
	padding-left: 0px;
	background: #6d6d6d; /* fallback color if gradients are not supported */
	background: -moz-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Mozilla FF3.6+ */
	background: -webkit-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d700', endColorstr='#14c302',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* W3C */
	-moz-border-radius: 5px 5px 0 0; /* Mozilla FF3.6+ */
	-webkit-border-radius: 5px 5px 0 0; /* Chrome10+,Safari5.1+ */
	border-radius: 5px 5px 0 0; /* IE10+ , Opera11.10+ */		
}

/* #entry-header {} -> area de  metadatos en la cabecera de las entradas */
.entry-header .entry-meta{
position:absolute;
padding-top: 0px;
margin-left: 20px;
margin-top: 58px;
color:#EEEEEE;
text-shadow: -1px -1px 1px #333;
text-transform: none;
letter-spacing: normal;
}


/* .entry-header .comments-link a   {} -> para editar el formato del bocadillo de comentarios en la cabecera de las entradas */
.entry-header .comments-link a   {
	display: none;
	}

/* .entry-title, .entry-title a  {} -> para editar el formato del titulo de las entradas */
    .entry-header .entry-title, .entry-header .entry-title a{
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	font-family: Aclonica, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:28px;
	color:#EEEEEE;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left:24px;
	margin-top: 8px;
	margin-bottom:0px;
	text-shadow: -1px -1px 1px #333;
	text-transform: none;
	letter-spacing: normal;
	background: none; 
	-moz-border-radius: 5px 5px 0 0; /* Mozilla FF3.6+ */
	-webkit-border-radius: 5px 5px 0 0; /* Chrome10+,Safari5.1+ */
	border-radius: 5px 5px 0 0; /* IE10+ , Opera11.10+ */	
	}

/* .hentry{} -> para editar el formato del área donde se publican las entradas (por ejemplo meterlas en cajas y cambiar colores de fondo) */
.hentry {
	right: 2.8%;
	width: 99.5%;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left:16px;
	margin-bottom:10px;
background:#FFFFFF; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
	padding-bottom:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 33%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(top, #ffffff 33%, #f5f5f5 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* W3C */
}



/* .hentry:after {} -> lo que va justo debajo de area que se publican las entradas (por ejemplo para ponerle una imagen de sombreado) */
.hentry:after{
content:url(images/shadow.png);
position:relative;
top:38.75px;
}


/* .entry-content p {} -> para editar el formato del contenido de las entradas */
.entry-content p {
font-family: times New Roman;
color: #421717;
font-size: 1.1em;
}



.single #content{
width:100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.singular .hentry {
	width: 80%;
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	background:#FFFFFF; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
	padding-bottom:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 33%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(top, #ffffff 33%, #f5f5f5 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* W3C */
}
	
.single .entry-header{
	background: #6d6d6d; /* fallback color if gradients are not supported */
	background: -moz-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Mozilla FF3.6+ */
	background: -webkit-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d700', endColorstr='#14c302',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* W3C */
	-moz-border-radius: 5px 5px 0 0; /* Mozilla FF3.6+ */
	-webkit-border-radius: 5px 5px 0 0; /* Chrome10+,Safari5.1+ */
	border-radius: 5px 5px 0 0; /* IE10+ , Opera11.10+ */	
	position: relative;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.singular .entry-header .entry-title {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Aclonica, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:28px;
	color:#EEEEEE;
	text-shadow: -1px -1px 1px #333;
	text-transform: none;
	letter-spacing: normal;
	background: none; 
	}


.singular .entry-header .entry-meta{
position:relative;
padding-top: 20px;
margin-left: 20px;
color:#EEEEEE;
text-shadow: -1px -1px 1px #333;
text-transform: none;
letter-spacing: normal;
}

.singular .entry-content, .singular footer.entry-meta, .singular #comments-title{
width:95.5%;
}

.singular .entry-meta .edit-link a{
	position: relative;
	top: 0;
	left: 0;
}

.singular .hentry:after, article.intro:after{
content:"."
}

.singular #comments-title{
width:100%;
margin-left: 55px;
margin-top: 20px;
}

/* #respond {} para editar el area de respuesta a una entrada */
#respond{
margin: 15px auto;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
}


/* .no-results .entry-title  {} -> para editar el formato del titulo cuando no hay o no se encuentran entradas */
.no-results .entry-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	font-family: Aclonica, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:28px;
	color:#EEEEEE;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left:24px;
	margin-top: 17px;
	margin-bottom:0px;
	text-shadow: -1px -1px 1px #333;
	text-transform: none;
	letter-spacing: normal;
	background: none; 
	-moz-border-radius: 5px 5px 0 0; /* Mozilla FF3.6+ */
	-webkit-border-radius: 5px 5px 0 0; /* Chrome10+,Safari5.1+ */
	border-radius: 5px 5px 0 0; /* IE10+ , Opera11.10+ */	
}

/* .no-results{} -> para editar el formato del área donde se publican las entradas, cuando no hay entradas o no se encuentran */
.no-results {
	right: 2.8%;
	width: 99.5%;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left:16px;
	margin-bottom:10px;
background:#FFFFFF; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
	padding-bottom:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 33%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(top, #ffffff 33%, #f5f5f5 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* W3C */
}


/* .widget a  {} -> para editar el formato del contenido de los widget (los enlaces)*/
.widget a {
color: #421717;
font-family: times New Roman;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

/* .widget {} -> para editar el formato de los widgets (por ejemplo separarlos en cajas) */
.widget{
	background:#FFFFFF; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
	padding-bottom:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 33%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(top, #ffffff 33%, #f5f5f5 100%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 33%,#f5f5f5 100%); /* W3C */

}

/* .widget-title {} -> para editar el formato del título de los widget */
.widget-title{
font-family: Aclonica, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; font-size:18px;color:#EEEEEE;line-height: 2.1em;

background: #6d6d6d; /* fallback color if gradients are not supported */  
background: -moz-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Mozilla FF3.6+ */
background: -webkit-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d700', endColorstr='#14c302',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top , #14d700 0%, #14c302 50%, #10a701 51%, #14c302 100%); /* W3C */

-moz-border-radius: 5px 5px 0 0; /* Mozilla FF3.6+ */
-webkit-border-radius: 5px 5px 0 0; /* Chrome10+,Safari5.1+ */
border-radius: 5px 5px 0 0; /* IE10+ , Opera11.10+ */

padding-left:15px;
margin-bottom:10px;
text-shadow: -1px -1px 1px #333;
text-transform: none;
letter-spacing: normal;
}

/* .widget ul li {} -> para editar el estilo de la lista de enlaces de los widgets (ejemplo: quitar los guiones o bolitas de cada elemento, darles margen etc.) */
.widget ul li {
list-style: none outside none;
}

/* .widget ul li a{} -> para editar el estilo de los enlaces de los widgets (ejemplo: color del texto, margen etc.) */
.widget ul li a{
margin-left: 8px;
color:#54390a;
}

/* input#s {} -> para editar el cuadro de busqueda */
input#s{
-moz-border-radius:20px;
width:80%
}

input#s:hover,input#s:focus,input#s:active{
-moz-box-shadow: 0px 0px 5px #2E76DE;
-webkit-box-shadow: 0px 0px 5px #2E76DE;
box-shadow: 0px 0px 5px #2E76DE;
}

/* #site-generator {} -> para editar el estilo del area del pie de pagina */
#site-generator {
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius:  0px 0px 10px 10px;
border-radius:  0px 0px 10px 10px;
background-color: black; /* fallback color if gradients are not supported */
background-image: -moz-linear-gradient(black, #383838); /* Mozilla FF3.6+ */
background-image: -webkit-gradient(black, #383838);/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(black, #383838); /* Chrome10+,Safari5.1+ */
background-image: -o-gradient(black, #383838);/* Opera11.10+ */
background-image: -ms-gradient(black, #383838);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(black, #383838); /* W3C */
}

/* #site-generator a{} -> para editar el estilo del contenido del pie de pagina (solo el area de texto) */
#site-generator a, #site-generator p {
background:none;
color:#23ed0e;
}
/* #colophon{} -> contenedor del pie de pagina */
#colophon {
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius:  0px 0px 10px 10px;
border-radius:  0px 0px 10px 10px;
background-color: black; /* fallback color if gradients are not supported */
background-image: -moz-linear-gradient(black, #383838); /* Mozilla FF3.6+ */
background-image: -webkit-gradient(black, #383838);/* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(black, #383838); /* Chrome10+,Safari5.1+ */
background-image: -o-gradient(black, #383838);/* Opera11.10+ */
background-image: -ms-gradient(black, #383838);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(black, #383838); /* W3C */
 }

/* .share_buttons{} -> contenedor de los botones sociales (facebook, tweeter, etc.) */
.share_buttons{
	margin-top:15px;
}

/* .tweetbutton{} -> boton tweeter en entradas (post)*/	
.tweetbutton{
	width:115px;
	float:left;
	}
	
/* .likebutton{} -> boton facebook en entradas (post)*/	
.likebutton{
	width:115px;
	margin-top:150px;
}

/* .singular .share_buttons{} -> contenedor de los botones sociales (facebook, tweeter, etc.) en entradas (post) abiertos */
.singular .share_buttons{
	margin-top:15px;
}

/* .singular .tweetbutton{} -> boton tweeter en entradas (post) abiertos */
.singular .tweetbutton{
	margin-left: 15px;
	width:115px; 
	float:left;
}

/* .singular .likebutton{} -> boton facebook en entradas (post) abiertos */
.singular .likebutton{
	width:115px; 
	float:left;
}

/* .entry-meta .tag-links{} -> area tags en la parte de metadatos de las entradas (post)*/
.entry-meta .tag-links{		
}

/* .salto{} -> lo hemos creado para hacer un salto entre el area tags y el area comments-link del area d emetadatos de las entradas*/
.salto {
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

/* .entry-meta .comments-link{} -> area enviar_respuesta en la parte de metadatos de las entradas (post)*/
.entry-meta .comments-link{
	position: relarive;
	margin-top: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	border-color:#000;
	background-color: #23ed0e;	
}

/* .entry-meta .comments-link:hover,.entry-meta .comments-link:focus,.entry-meta .comments-link:active{} -> area enviar_respuesta en la parte de metadatos de las entradas (post) -> cuando ponemos el cursor encima*/
.entry-meta .comments-link:hover,.entry-meta .comments-link:focus,.entry-meta .comments-link:active{
	-moz-box-shadow: 0px 0px 5px #2E76DE;
	-webkit-box-shadow: 0px 0px 5px #2E76DE;
	box-shadow: 0px 0px 5px #2E76DE
}

/* .entry-meta .comments-link{} -> texto del area enviar_respuesta en la parte de metadatos de las entradas (post)*/
.entry-meta .comments-link a{
	font-family: Aclonica, "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: white;
	text-shadow: -1px -1px 1px #333;
	text-transform: none;
	letter-spacing: normal;
	margin-left: 4px;
	padding-right: 4px;
}