/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
.panell {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #000000;
	padding: 10px;
	color: #000000; 
	text-align: justify;
	position: relative;
	margin: -7px;
}

.panell:hover {
	box-shadow: 6px 6px 5px #ddd;
	cursor: pointer;
}

.panellLogin {
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 46px;
	background: #fff;
	box-shadow: 5px 1px 9px #D8D7CD;
	-webkit-box-shadow: 5px 1px 9px #D8D7CD;
	border-radius: 3px;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.4em;
	margin: 0 auto;
	width: 375px;
}

.panellLogin form .input, .panellLogin input[type=text] {
	font-size: 24px;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px 0;
}

.imgshadow {
	box-shadow: 6px 6px 6px #666;
	-webkit-box-shadow: 6px 6px 6px #666;
}

.imgradius img {
	border-radius: 6px;
}

.panell h3 {
	color: #444 !important;
	font-weight: bold !important;
	font-size: 22px !important;
	text-transform: inherit !important;
}

.type-page {
	padding: 0;
	background: none;
}

.tagcloud {
	line-height: 1;
	text-align: center;
	letter-spacing: 2px;
}

body {
	background-color: #1F456E;
	background-size: cover !important;
	background-image: url('http://celesquirol.eswp-content/themes/pieces/img/fondo_paginas.png');
}

.site-header {
	margin-bottom: 30px;
	background-image: url('http://celesquirol.eswp-content/themes/pieces/img/fondo_head.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

@media screen and (max-width: 768px) {
	.site-header {
		background-image: url('http://celesquirol.eswp-content/themes/pieces/img/fondo_head_mini.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #fceea7;
	}
	
	.site-branding, .site-navigation {
		float: none;
		margin-top: 0;
	}
}

.panell ul {
	display: block !important;
	list-style: initial !important;
	padding: 10px 0 10px 25px;
}

.panell li {
	padding: 0;
}

.menuEsplai {
	text-align: right;
	border-top: 2px solid;
	margin-top: -10px;
}

.menuEsplai ul li {
	display: inline;
}

.menuEsplai ul li a {
    color: #FFD700; /* Tono amarillo */
}

h1.entry-title {
    color: #FFD700 !important;
}

.menuEsplai ul li a {
    color: #FFD700 !important; /* Color amarillo */
}
 
.menuEsplai a,
.menuEsplai a:active,
.menuEsplai a:visited,
.menuEsplai a:hover,
.menuEsplai a:focus {
    margin: 8px 10px;
    padding: 0 0 3px;
    color: #FFD700 !important; /* Color amarillo */
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.page,type-page {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*** ALBUMES FOTOS PICASA ****/
.esplaifotosCell .widget-title{
	font-size: 14px !important;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: bold;
    text-align: center;
}

/**/

table#kpg-albums td img.kpg-thumb {
	border: 0;
}

table th, table td {
	border: 0;
}

.tml-user-links {
	display: inline-block;
	list-style: none;
	margin: .5em auto;
	padding: 0;
	text-align: center;
}

.tml-user-links li {
	border: none;
	border-right: 1px solid rgba(0,0,0,0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
}

.tml-user-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}