/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	/*background: white url(../images/body-bg.jpg) no-repeat center top;*/
	background: pink;
	background-size: 100%;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
.bannervid
{
	height:150px;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
.b {font-size:1.8em;
	color:orange;
	float: left;
}
.b2{font-size:1.3em;
	color:orange;
}
.b3{font-size:1.4em;
	color:pink;	
}
.b4{font-size:1.8em;
	color:pink;	
}
.b5{font-size:1.8em;
	color:orange;
}
.c{
	font-size: 1.5em;
	color: red;
}
.r
{	font-size:12px;
	color:green;
	display:inline;
}
.premium{
	color:gold;  
}
.precio
{
	font-size:18px;
	color:blue;
}
.bp   {font-size:14px}
.princ{ width=50%; margin: 0 auto;}
.forum{
	color:red;
	display:block;
	text-align:center;
	font-size:1.8em;
	font-weight: bold;
	text-decoration: underline red;
	padding:6%;
}    
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin: 0px 0 .4em;
	color: #000;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.pregunta
{
 font-size:1.4em;
}
.important
{
 font-size: 1.5em;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: auto;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	width:100%;
	height: 140px;
}

/* site logo */
#site-logo {
	
	margin: 20px 0 .4em;
	float:left;
}
#site-logo a {
	color:white;
	text-decoration: none;
}
#logo{
	float:left;
	height:70px;
	}
/* site description */
#site-description {
	font: italic 20px/130% "Times New Roman", Times, serif;
	position: absolute;
	color: dimgray; 
	top: 38px;
	right:20%;
}
/*facebook page*/
#fb-container
{
	position: absolute;
	right: 0px;
	bottom: 6px;
	z-index: 100;
	width: 340px;
	float:right;
	height:160px;
}

/* searchform */
#searchform {
	/*position: absolute;
	right: 30px;
	bottom: 30px;*/
	z-index: 100;
}
#searchform #s {
	width: 140px;
	float: center;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.fb-like
{
	float:left;
}
.fb-root
{
	float:left;
}

#main-nav ul {
position: absolute;
z-index: 99999;
display: none;
list-style-type: none;
list-style: none;
margin: 0;
padding: 0;
width:90px;
}

#main-nav li:hover > ul{
display: block;
color: #f5f9de;
}

#main-nav li a {
padding: 6px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #666;
color: #f5f9de;
text-decoration: none;
display: block;
}

#main-nav li a span { 
color: #f8d5b9;
font-size:1.2em;
}

.gold { 
color: #f5d36b;
font-size:1.2em;
}

#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
.three-columns {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}
.content_image2
{
	display: block;
	width: 24%;
	height:279px;
	float:left;
	overflow:hidden;

}
.content_image2 img
{
	width:99%;
	height:230px;
}
.six-columns {
    -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
}
.blog-columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.clear
{
clear:both;
}
.blockCat{
	display: block;
	float:left;
	width:260px;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:5px;
	text-align:center;
}
.blockCat2{
	display: block;
	float:left;
	width:260px;
	height:450px;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:5px;
	text-align:center;
}
.block{
	display: block;
	float:left;
	width:190px;
	height:340px;
	overflow:hidden;
	margin-bottom:5px;
	margin-left:2px;
	text-align:center;
}
#content {
	background: #fff;
	/*margin: 50px 0 15px;*/
	padding: 20px 10px;
	width: 75%;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#aform
{
	display: block;
	width:100%;
	margin: 0 auto;
}
/* post */
.post {
	margin-bottom: 40px;
	margin 0 0 0 px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}
.animage{
	width: 99%;
	float: center;
}
.animage img{
	width: 99%
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
.sidebar {
	width: 23%;
	float: right;
	/*margin: 30px 0 30px;*/
}
#sidebar2 {
	width: 23%;
	float: right;
	/*margin: 30px 0 30px; */
}
.widget {
	background: #fff;
	/*margin: 0 0 10px; 
	padding: 10px 20px;*/
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 120%;
}
/*#footer a {
	color: black;
}*/

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.inputCenter
{
	display:block;
	width:94%;
	margin: 0 auto;
	height:37px;
	font-size:1.7em;
}
.pButton {
	width:92%;
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.pButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.pButton:active {
	position:relative;
	top:1px;
}
.frame
{
	border: 0px;
}
.left{
	float:left;
}
.nota
{
	color:blue;
}
.mainframe
{
	width:100%;
	scrolling:no;
	frameborder:"0";
}

/* Marco cool SIN fondo negro – todo transparente/limpio */
.content_image2 {
    float: left;
    width: 24%;                    /* Tus 4 por fila perfectas */
    height: 273px;                 /* Tu height original */
    overflow: hidden;
    margin: 0.5%;
    border-radius: 16px;           /* Esquinas redondas chidas */
    box-shadow: 0 8px 25px rgba(255, 105, 196, 0.4);  /* Sombra rosa glow */
    transition: all 0.3s ease;
    background: transparent;       /* ¡Fondo transparente – adiós negro! */
}

.content_image2:hover {
    box-shadow: 0 15px 40px rgba(255, 105, 196, 0.8);  /* Glow más fuerte al hover */
    transform: translateY(-5px);   /* Se levanta sutil */
}

.content_image2 img {
    width: 99%;
    height: 230px;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.content_image2:hover img {
    transform: scale(1.08);        /* Zoom suave al hover */
}

/* Marco para la cam de Chaturbate arriba */
#content > div[style*="text-align:center"] iframe {
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(255, 105, 196, 0.6);
    border: 4px solid rgba(255, 105, 196, 0.4);
}