/*
Theme Name: Pink
Theme URI: http://www.paulinarubio.us
Description: Pink and Blue Colors
Author: Ferran
/* Begin Typography & Colors */

body {
	margin: 0px;
	background-image: url("images/bg.jpg");
	background-color: #cd87af;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 11px;
	color:#e0f0f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
color:#bee0eb;
text-decoration:none;
font-weight:bold;
outline:none;
}
a:hover{
color:#75b4ce;
text-decoration:none;
}


.lastest {
	text-align: center;
}

.lastest a img {
	weight: 48px;
	height: 67px;
	background-color: #f0d6e5;
	padding: 3px;
	border: 1px solid #e1acc9;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;



}

.lastest a:hover img {
	weight: 48px;
	height: 67px;
	background-color: #f0d6e5;
	padding: 3px;
	border: 1px solid #d69bbc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}	
.elite {
	text-align: center;
	vertical-align: middle; 
}

.elite a img {
	background-color: #b9e1ee;
	padding: 3px;
	border: 1px solid #98c2d3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
				box-shadow:0px 0px 3px #75b4ce;
	-webkit-box-shadow:0px 0px 3px #75b4ce;
	-moz-box-shadow:0px 0px 3px #75b4ce;



}

.elite a:hover img {
	background-color: #b9e1ee;
	padding: 3px;
	border: 1px solid #7bb6d0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
					box-shadow:0px 0px 3px #75b4ce;
	-webkit-box-shadow:0px 0px 3px #75b4ce;
	-moz-box-shadow:0px 0px 3px #75b4ce;
	}
	
a img {
    background-color: #b9e1ee;
	padding: 3px;
	border: 1px solid #98c2d3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	}

a:hover img {
	background-color: #b9e1ee;
	padding: 3px;
	border: 1px solid #7bb6d0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}	

.sidebar {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13px;
	color: #6fb0cb;
	text-align: justify;
	}
.sidebar a:link {
	color: #cb85ad;
	text-decoration: none;
}
.sidebar a:visited {
	color: #cb85ad;
	text-decoration: none;
}
.sidebar a:hover {
	color: #ab5482;
	text-decoration: none;
}
.sidebar a:active {
	color: #cb85ad;
	text-decoration: none;
}
.sidebar em {
	color: #bb6c98;
	font-weight: bold;
}
.sidebar i {
	color: #bb6c98;
}
.sidebar u, .sidebar strong{
	color: #9c5dab;
	text-decoration: none;
}
.sidebar b{
	color: #6fb0cb;
	font-weight: bold;
	text-decoration: none;
}
.sidebar label {
	color: #6fb0cb;
}

.titulo {
	background-color: #;
	font-family: "Trebuchet MS";
	font-size: 21px;
	line-height: 20px;
	color: #dceef4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding-left: 7px;
	padding-bottom: 5px;
	}
.postmetadata {
	background-color: #b3588a;
	font-family: "Trebuchet MS";
	text-align: center;
	font-size: 11px;
	line-height: 10px;
	color: #decddf;
	padding: 10px;
	border-right: 0px solid #b9bcd6;
	border: #bf6e9c solid;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited {
	text-decoration: none;
	font-style: bold;
	color: #d0bcf0;
}
.postmetadata a:hover {
	text-decoration: none;
	font-style: bold;
	color: #d0bcf0;
}



/* Twiiter */
.twitter li{
	padding: 5px;
	display: block;
	background-color: #b8dce9;
	margin-bottom: 1px;
	font-family: "Trebuchet MS"; 
	font-size: 11px;
	line-height: 10px;
	color: #70b0cc; 
	border: 0px solid #9ca1c7;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.twitter li:hover{
	background-color: #c6e6f1;
}
.twitter li.last{
	margin-bottom: 0px;
}
#mainContent #rightCol a.light{
	color: #858585;
}
.twitter li a:link, .twitter li a:active, .twitter li a:visited{
	color: #cb85ad;
	text-decoration: none;

}
.twitter li a:hover{
	color: #ab5482; 
	text-decoration: none;

}

/* NEWS */

.contenido {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13px;
	color: #decddf;
	text-align: justify;
	}
.contenido a:link, a:active, a:visited{
	color: #a8467d;
	text-decoration: none;
}
.contenido a:hover{
	color: #914c73; 
	text-decoration: none;

}
.contenido em {
	color: #dcc3ea;
	font-weight: bold;
}
.contenido i {
	color: #dcc3ea;
}
.contenido u, .sidebar strong{
	color: #addbec;
	text-decoration: none;
}
.contenido b{
	color: #bb6294;
	font-weight: bold;
	text-decoration: none;
}
.contenido label {
	color: #d2e9f0;
}

.gallery {
	line-height:20px;
	border-top:2px dotted #b85e91;
	border-bottom:2px dotted #c06e9d;
	padding-top:20px;
	padding-bottom:19px;
	margin:0px;
	margin-left:0px;
	background-image:url(images/bgthumbs.jpg);
	background-repeat:repeat-x;
	background-color: #bb6193;
	color:#dea5c6;
	-moz-border-radius: 5px; 
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color:#d393b9;

}

.gallery a img {
	background-color: #c26b9d;
	padding: 3px;
	border: 1px solid #c17fa5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
			box-shadow:0px 0px 5px #b15487;
	-webkit-box-shadow:0px 0px 5px #b15487;
	-moz-box-shadow:0px 0px 5px #b15487;



}
.gallery a:hover img {
	background-color: #c26b9d;
	padding: 3px;
	border: 1px solid #c17fa5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
			box-shadow:0px 0px 5px #b15487;
	-webkit-box-shadow:0px 0px 5px #b15487;
	-moz-box-shadow:0px 0px 5px #b15487;
	}
	
.image01 {
	background-color: #c26b9d;
	position: relative;
	width: 490px;
	height: 180px;
	padding: 3px;
	border: 1px solid #c17fa5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 0px 5px #b15487;
	-webkit-box-shadow:0px 0px 5px #b15487;
	-moz-box-shadow:0px 0px 5px #b15487;

			}

.image01 span {
	position: absolute;
	display: block;
	width: 490px;
	height: 180px;
	background: url(images/wmimage.png) no-repeat;
}
	.image01:hover {
	background-color: #c26b9d;
	position: relative;
	width: 490px;
	height: 180px;
	padding: 3px;
	border: 1px solid #c17fa5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.75;
		box-shadow:0px 0px 5px #b15487;
	-webkit-box-shadow:0px 0px 5px #b15487;
	-moz-box-shadow:0px 0px 5px #b15487;
	}
	
.tagboard {
	padding: 5px;
	text-align:center;
	background-color: #b8dce9;
	margin-bottom: 1px;
	font-family: "Trebuchet MS"; 
	font-size: 11px;
	line-height: 10px;
	color: #70b0cc; 
	border: 0px solid #9ca1c7;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tagboard b{
	color: #bb6294;
	text-decoration: none;
	font-weight: bold;
}
.video01 {
	background-color: #c26b9d;
	padding: 3px;
	border: 1px solid #c17fa5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
			}	

.headlines {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13px;
	color: #6fb0cb;
	}
	
.headlines a:link {
	color: #cb85ad;
	text-decoration: none;
}
.headlines a:visited {
	color: #cb85ad;
	text-decoration: none;
}
.headlines a:hover {
	color: #ab5482;
	text-decoration: none;
}
.headlines a:active {
	color: #cb85ad;
	text-decoration: none;
}