/*
-----------------------------------------------
Lesbian Lips Styles : Layout
Used:  Estructura, navegación y estilo general
Author:   Paula Portilla
Updated:  Septiembre 2008
----------------------------------------------- */
/* Reset */
:link, :visited { text-decoration: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
fieldset { border: none; }
a img, :link img, :visited img { border: none; }
address { font-style: normal; }
a { outline: none; }

/* Color Scheme */
colores {
	background-color: #2072B5;
	border-bottom-color: #DC0048;
	border-left-color: #FBD9E8;
	border-right-color: #F1287A;
	border-top-color: #F49EC3;
}   
            
/* Estructura de la página
----------------------------------------------- */
body { background-color: #FFF;xmin-width: 1000px; text-align:center;font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;font-size:0.8em}
.clear:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.clear-divider { clear: both; }

/*----- Layout -----*/
#header, #content, #footer { width: 960px; margin: 0 auto; text-align:left;}
#primary-content,#secondary-content { width: 620px; float: left; } 
#primary-sidebar,#secondary-sidebar { width: 320px; float: right;}

.C2 .C { width: 50%; float: left; } 
/*detalle*/
#subprimary-sidebar{
	float: left;
	width: 160;
	border-bottom: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
#subprimary-content{
	float: left;
	width: 450;
}
/*----- Header -----*/
#header-container{}
#header { padding: 0; }
#header h1 {margin:6px 6px 0 0;float:left;}
#header h1 a {
	display: block;
	width: 155px;
	height: 38px;
	background: url(/layout/img/logo.png) no-repeat top left;
}
#header h1 a span { display:none }
/*----- Content -----*/
#content-container { background: #fff; font-size: 0.9em;}

/*----- Foteer -----*/
#footer-container {
	background: #FFF url(/layout/img/bg_footer.png) no-repeat top center;
	margin-top: 20px;
}
#footer{padding: 20px 0;}
#footer h4 {
	font: italic bold 2em Georgia,"Times New Roman", Times, serif;
	color: #000;
	margin: 10px 0 5px 0;
}
#footer div {float:left; width: 23%; margin-left:2%;}
#footer div p {text-align: left;}
#footer p {	text-align: center;}
/*  Navegación
----------------------------------------------- */
/*En IE si la capa contenedora de la que está posicionada absoluta no tiene también un z-idex es como si no hicieramos nada, pro eso le pongo el position:relative; y z-index:200; al ul y li que contienen el login
*/
#navtop ul{
	float:right;
	padding: 0;
	margin:0.3em;
	position:relative; 
	z-index:200;
}
#navtop li { 
	list-style-type: none;
	float:left;
	position:relative; 
	z-index:200;
	padding: 0;
	margin:0;
}
#navtop ul a {
	background: #E5E5E5 url(/layout/img/bg-diagonal-gris.png) repeat;
	padding: 0.15em 0.3em;
	line-height:16px;
	margin:0 3px 0 0;
	display: block;
}

#navtop ul a span.world{background: url(/layout/img/flags/world.gif) no-repeat center left;padding-left:20px;}
#navtop ul a span.es{background: url(/layout/img/flags/es.gif) no-repeat center left;padding-left:20px;}

#navtop ul li a {color: #000;}
#navtop ul li a:hover{ color: #FFF; background: #DC0048 url(/layout/img/bg-diagonal-rosa.png) repeat;}

#navtop #hello {font-size: 1.5em; position:relative; z-index:10;}
#navtop #hello a{
	color: #CC292C;
	background: none;
	margin: 0 30px 0 0;
	padding: 0;
	display: inline;
}
#navtop #hello a:hover{ color: #DC0048; }

#navtop img.arrow { margin: 0 0 0 4px; cursor:pointer; position:absolute; right:5px; top:5px;}
	
/*----- Submenu flickr -----*/
#navtop .subnav { 
	display:none; 
	position:absolute; 
	left:0px; 
	top:0px;
	margin: 25px 0 0 0; 
	padding:5px; 
	width:175px;
	background: #DC0048 url(/layout/img/bg-diagonal-rosa.png) repeat;
	z-index:250;
}
#navtop .subnav li { 
	float:none;
	border-right:0px;	
	font-size: 0.7em; 
	padding: 0;
	margin: 0;
}
#navtop #hello .subnav a {padding: 3px; color: #FFF;}
#navtop #hello ul.subnav li a:hover{ color: #252b30; }
#navtop .item_line { border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }
/*----- Global login -----*/
#Glogin{
	background: #E5E5E5 url(/layout/img/bg-diagonal-gris.png) repeat;
	display:none; 
	position:absolute; 
	left:0px; 
	top:0px;
	margin: 25px 0 0 0; 
	padding:5px; 
	z-index:250;
	width: 200px;
	font-size: 100%;
}

/*----- Buscador Global -----*/
#Gbuscador{ 
	float:right;
	margin: 1px 5px;
}
/*----- Menu principal-----*/

#nav {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	width: 960px;
	clear: both;
	height:30px;
	background-image: url(/layout/img/bg-nav.png);
	background-repeat: no-repeat;
}
#nav ul{
	float: left;
	padding: 0;
	height:30px;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	text-align: left;
}
#nav li {
	list-style-type: none;
	float:left;
	padding: 0;
	margin:0;
	line-height: 30px;
}

#nav li a {padding: 3px 7px;line-height:30px;}
	
#nav ul li a:link,
#nav ul li a:visited {color: #FFF;}
#nav ul li a:hover, 
#nav ul li a.here, 
#nav li a.here:link, 
#nav ul li a.here:visited { color: #FFF; background: #DC0048 url(/layout/img/bg-diagonal-gordo-rosa.png) repeat;}
/*BG ID locale*/

/*----- 2ª linea de navegacion en grupo con img e h2 -----*/
#group-nav {margin:0 0 20px 0;}
#group-nav .thumb{float: left;border-right:3px solid #FFF;}
#group-nav h2{margin: 0;padding: 0;border-bottom: 0px;line-height:50px;}
#group-nav  h2 a.hello{color: #CC292C;}
#group-nav  h2 a.hello:hover{ color: #DC0048; }

#nav2 {
	width: 960px;
	background: #E5E5E5 url(/layout/img/bg-diagonal-gordo-gris.png) repeat;
	height: auto;
	clear: both;
	float: left;
	border-top: 3px solid #333;
	line-height:24px;
	position:relative
}
/*----- Buscador avanzado-----*/

#show_Asearch{ 
	float:left; 
	cursor: pointer;
	font-size: 1.2em; 
	color: #FFF;
	font-weight: bold;
	line-height:24px;
	margin-left: 3px;	
	padding-left: 20px;	
	background: url(/layout/img/magnifier.png) no-repeat;
}
#Asearch{
	background: #333 url(/layout/img/bg-diagonal-gordo-gris.png) repeat;
	display:none; 
	position:absolute; 
	left:0px; 
	top:0px;
	margin: 30px 0 0 0; 
	padding:5px; 
	z-index:250;
	width: 200px;
	font-size: 100%;
	color: #FFF;
}
#Asearch label{color: #FFF; }
/*----- Menu -----*/
#nav2 ul{
	padding: 0;
	margin:0;
	font-size: 1.2em; 
	text-align: right;
	float:right;
}
#nav2 li {
	list-style-type: none;
	float:left;
	position:relative; 
	padding: 0;
	margin:0;
	border-left:3px solid #FFF;
}

#nav2 li a {padding: 3px 7px;line-height:24px;}
	
#nav2 ul li a:link,
#nav2 ul li a:visited {color: #FFF;}
#nav2 ul li a:hover, 
#nav2 ul li a.here, 
#nav2 li a.here:link, 
#nav2 ul li a.here:visited { color: #FFF; background: #DC0048 url(/layout/img/bg-diagonal-gordo-rosa.png) repeat;}

/*----- Submenu flickr -----*/

#nav2 li div{display: inline;}
#nav2 img.arrow { margin-right: 3px; cursor:pointer; }
#nav2 .subnav {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 20px 0 0 3px;
	padding: 5px;
	width: 160px;
	background: #DC0048 url(/layout/img/bg-diagonal-gordo-gris_O.png) repeat;
	z-index:90;
}
#nav2 ul.subnav{ text-align: left;}
#nav2 .subnav li { 
	float:none;
	display: block;
	font-size: 0.75em; 
}
#nav2 .subnav li a{ border-left:0px;}
#nav2 .subnav a:link, 
#nav2 .subnav a:visited, 
#nav2 .subnav a:hover{	color: #FFF;}	/*ToDo*/
#nav2 a.item_line { border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }

/*----- 3ª linea de navegacion: MP -----*/
#nav3 {
	width: 960px;
	background: #E5E5E5 url(/layout/img/bg-diagonal-gris_MC.png) repeat;
	height: auto;
	clear: both;
	float: left;
	border-bottom: 3px solid #333;
	margin: 20px 0;
}
#nav3 ul{
	padding: 0;
	margin:0;
	font-size: 1.2em; 
}
#nav3 li { 
	list-style-type: none;
	float:left;
	position:relative; 
	padding: 0;
	margin:0;
	line-height:25px;
	border-right:3px solid #FFF;
}

#nav3 li a {padding: 3px 7px;}

#nav3 ul li a:link,#nav3 ul li a:visited {color: #000;}
#nav3 ul li a:hover, 
#nav3 ul li a.here, 
#nav3 li a.here:link, 
#nav3 ul li a.here:visited { color: #FFF; background: #DC0048 url(/layout/img/bg-diagonal-rosa.png) repeat;}


/*----- Paginacion-----*/
.prev-next,.info-prev-next { text-align: center; clear:both;}
.prev-next {
	margin:10px;
	text-align:center;
}
.prev-next a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #DC0048;
}
.prev-next a:hover, .prev-next a:active {
	border:1px solid #F49EC3;
	color: #DC0048;
	background-color: #FBD9E8;
}
.prev-next span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #DC0048;
	font-weight: bold;
	background-color: #DC0048;
	color: #FFF;
}
.prev-next span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
/*----- abc -----*/
#primary-sidebar .abc ul {margin:0; padding:0.2%;}
#primary-sidebar .abc ul li {
	float: left;
	background: none;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0.1em;
}
#primary-sidebar .abc ul li a {
	display:block;
	width:1.5em;
	height:1.1em;
	padding: 0.1em;
	text-decoration: none; 
	background: #DC0048 url(/layout/img/bg-diagonal-rosa.png) repeat;
}
#primary-sidebar .abc ul li a:link , #primary-sidebar .abc ul li  a:visited{
	color: #FFF;
}
#primary-sidebar .abc ul li a:hover , #primary-sidebar .abc ul li  a:active{
	background: #CCC url(/layout/img/bg-diagonal-gris.png) repeat;
}


/*----- Sidebar -----*/

#primary-sidebar h2{
	font: italic bold 2em Georgia,"Times New Roman", Times, serif;
	color: #000;
	background-image: none;
	padding: 0;
	margin: 5px 0;
	xborder-bottom: 1px solid #CCC;
}
#primary-sidebar .group{
	padding: 10px;
	background: url(/layout/img/divider.png) repeat-x bottom;
	clear:both;
}

/* Contenido y lateral (elementos basicos)
---------------------------------------------------------- */
/*----- links -----*/
#content a:link,#content a:visited,#overbox a:link,#overbox a:visited{color: #DC0048;}
#content a:hover,#overbox a:hover{color: #252b30;}
#footer-container a:link,
#footer-container a:visited  { color: #DC0048; }
#footer-container a:hover { color: #000; }
#footer-container h4 a:link,
#footer-container h4 a:visited  { color: #000; }
#footer-container h4 a:hover { color: #DC0048; }
#footer-container li a:link,
#footer-container li a:visited  { color: #252b30; }
#footer-container li a:hover { color: #DC0048; }
#primary-sidebar a:link,#primary-sidebar a:visited{color: #000;}
#primary-sidebar a:hover{	color: #DC0048;}

/*----- reglas -----*/
hr {color: #333; background-color: #333; height: 1px;margin-top:3px;}
div.hr {height: 7px;	background: url(/layout/img/dotted.gif) repeat-x center;margin: 5px 0;}
div.hr.espacio {margin:1em 0;}
div.hr hr, div.divider hr { display: none;}
div.divider {
	height: 6px;
	width: 100%;
	background: url(/layout/img/bg-diagonal-gris.png) repeat 0 0;
	border-bottom: 5px solid #FFF;
	border-top: 5px solid #FFF;
	clear: both;
}
/*----- cabeceras -----*/

h2 {
	font: italic bold 2.2em Georgia,"Times New Roman", Times, serif;
	color: #000;
	margin: 10px 0;
	padding-bottom: 10px;
	background: url(/layout/img/divider.png) repeat-x bottom;
}
/*Especiales por ahora home*/
h2.title-comentarios,h2.title-lifestream,h2.title-topusers,h2.title-randompics {
	font: normal bold 1.75em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 5px 0px 5px 10px;
	line-height:30px;
}
h2.title-comentarios span,h2.title-lifestream span,h2.title-topusers span,h2.title-randompics span {
	font: italic bold 0.75em Georgia,"Times New Roman", Times, serif;
	color: #333;
	text-transform: lowercase;
}
h2.title-comentarios {background: url(/layout/img/home/comment.png) no-repeat;padding-left: 35px;}
h2.title-lifestream {background: url(/layout/img/home/chart.png) no-repeat;padding-left: 35px;}
h2.title-topusers {background: url(/layout/img/home/star.png) no-repeat;padding-left: 35px;}
h2.title-randompics {background: url(/layout/img/home/pic.png) no-repeat;padding-left: 35px;}

h3 {
	font: italic bold 1.5em Georgia,"Times New Roman", Times, serif;
	color: #000;
	margin: 10px 0 5px 0;
	padding-bottom: 3px;
	xborder-bottom: 1px solid #CCC;
}
h3.big {	font-size: 2em;}
h3 a:link,h3 a:visited{	color: #000;}
h3 a:hover{	color: #DC0048;}

p { text-align: justify; margin: 15px 0;}

blockquote {
	line-height: 1.5em;
	color: #666;
	text-align: justify;
	padding-left: 23px;
	background: url(/layout/img/quotemarks.gif) no-repeat top left;
	margin: 15px;
}

/* Listas
----------------------------------------------------*/
ol, ul {	list-style-position: inside;}
ul {	list-style: none;}
ol {list-style: decimal;}

#footer ul,#footer-content ol {list-style-position: inside;margin:1em;}
#footer ul { list-style: none;}
#footer li {background: url(/layout/img/bullet.png) no-repeat;padding-left: 20px;line-height:2em;font-size: 0.9em;}
#footer li {line-height:2em;}

#primary-sidebar ul,#primary-sidebar ol {padding: 3px 10px;}
#primary-sidebar ul {list-style: none;}
#primary-sidebar li {line-height:2em;}
#primary-sidebar ul li {background: url(/layout/img/bullet.png) no-repeat;padding-left: 20px;margin-left: 0.5em;}

#content li {line-height:2em;}

/*debajo de avatar*/
#subprimary-sidebar ul li{list-style-type:none;margin:5px;line-height:1.2em;font-size: 0.9em;}

/*dentro de textos*/
.det-text ul,.det-text ol {margin:1em 2em;}
.det-text ul { list-style: none;}
.det-text li {line-height:2em;}
.det-text ul li {background: url(/layout/img/bullet.png) no-repeat;padding-left: 20px;}
/*  Imagenes
----------------------------------------------------*/
img.right, img.left, img.block{
	margin: 5px;
	padding: 3px;
	border: 1px solid #cccccc;
}
img.left{ float: left; }
img.right{ float: right; }

/*  Tablas
----------------------------------------------------*/ 
table.horizontal caption, table.vertical caption {
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto;
	font-weight: bold;
}
table.horizontal, table.vertical {
	margin: 0 auto;	
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	width: 96%;
	border-collapse: collapse;
	text-align: left;
	background: #FFF;	
	border-bottom: 1px solid #EEE;
}  
table.horizontal tr.titulo th, table.vertical tr.titulo th {background: #FFC;}            
table.horizontal th,table.vertical th {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;	
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #FFF;
	width: 20%;
} 
table.horizontal td,table.vertical td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	background: #FFF;
	margin: 1px;
	padding: 5px;	
	border-bottom: 1px solid #EEE;
}    
table.horizontal th { text-align: right;}
table.horizontal td { text-align: left;}
table.vertical th { text-align:center;}
table.vertical td { text-align:center;}
table.horizontal th.left,table.horizontal td.left,table.vertical th.left,table.vertical td.left {text-align: left;}  
table.horizontal th.right,table.horizontal td.right,table.vertical th.right,table.vertical td.right {text-align: right;}  
/*  Formularios
----------------------------------------------------*/ 
/*----- Global -----*/
fieldset.botones {border: 0px;text-align:center;margin: 0 auto;} 
fieldset {border: 10px solid #FFF;clear: both;}
.botones input,input.boton,.boton{
	cursor:pointer;	
	border:1px solid #333;
	background-color: #444;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font: bold 1.2em Georgia,"Times New Roman", Times, serif;
	margin-top: 5px;
}
legend {
	font: italic bold 1.7em Georgia,"Times New Roman", Times, serif;
	color: #DC0048;
	line-height: 40px;
}
label {
	font: bold 120% Arial, Helvetica, sans-serif;
  	color: #444;
	line-height: 35px;	
}
input,select,textarea {
	margin: 5px;
	padding: 3px;
	border: 1px solid #444;
}
#content a.boton{color: #FFF;}
input,select,.boton {xheight: 25px;}
fieldset.tabbed{	margin-left: 2em;}

.WYSIWYG_menu { border-bottom: 1px dotted #BEBEB1; border-top: 1px dotted #BEBEB1;clear:both;float: left;width:100%;}
.WYSIWYG_menu label {float: left;text-align: left;	width: auto;}
.WYSIWYG_menu ul {float: right; list-style: none;margin:0; padding:0;}
.WYSIWYG_menu li {
	float: left;
	border-left: 1px dotted #BEBEB1;	
	border-right: 1px dotted #BEBEB1;	
	border-top: 1px dotted #BEBEB1;
	padding: 0px 5px;
	margin-top:10px;
	margin-left:5px;
	font: bold 100% Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
}
.xWYSIWYG_menu li a{
	float: left;
	border-left: 1px dotted #BEBEB1;	
	border-right: 1px dotted #BEBEB1;	
	border-top: 1px dotted #BEBEB1;
	padding: 0px 3px;
	margin-left:5px;
	font: bold 100% Arial, Helvetica, sans-serif;
}
/*----- Global Search -----*/
#Gbuscador input{
	margin: 0;
	background-color: #333;
	border: 1px solid #ccc;
	height: 22px;
	padding: 0;
	xpadding: 2px;
	color: #FFF;
}
#Gbuscador input#S_Gsearch{
	border: 0;
	background-color: transparent;
	background: url(/layout/img/magnifier.png) no-repeat center left ;
	cursor: pointer;
	width: 20px;
}


/*----- Lateral y global -----*/
#primary-sidebar form {
	background: url(/layout/img/tienda/bg_carrito.jpg) repeat-y;
	padding: 7px;
	border: 1px dashed #C5C4C3;
}
#primary-sidebar label {
	font: bold 1.2em Georgia,"Times New Roman", Times, serif;
	display:block;
	text-transform: uppercase;
	margin-left: 20px;
}
#primary-sidebar input,#primary-sidebar select{
	width: 200px;
	margin: 2px 0 2px 20px;
	xdisplay: block;
}
#primary-sidebar input[hidden]{
	display: none;
}
/*----- 4 tipos de formularios: 
/* .F_inline, label e input en la misma linea
/* .F_block, label arriba, input abajo
/* .F_table, como inline, pero el label coloreado como si fuera un td
/* .F_help, disposición label, input, help
-----*/
/*----- Inline -----*/
.F_inline label {
  	text-align: right;
}
.F_inline input,.F_inline select{
	
}
.F_inline .grupo_inline{
	line-height: 35px;
}


/*----- Block -----*/

.F_block label {
	display: block;
	text-align: left;
	width: 100%;
	margin: 10px 0 5px 0;
}

/*----- Help -----*/
div.row, div.row-text {
	clear: both;
	background: url(/layout/img/dotted.gif) repeat-x bottom; 
}
div.row, div.row-text  {line-height: 35px;}

div.row  label {
	float: left;
	width: 15%;
	text-align: right;
}

div.row span.field {
	float: left;
	width: 50%;
	text-align: left;
} 
div.row span.field input{
	width: 90%;
} 
div.row span.help {/*deberá inutilizar el .help de las cajas de ayuda*/
	xfloat: left;
	xwidth: 33%;
	text-align: left;
	xmargin-left: 1%;
} 
div.row-text span.help {/*deberá inutilizar el .help de las cajas de ayuda*/
	margin-left: 1%;
} 

/*----- Especial para agrupar checkbox o radio en línea: legend simula label -----*/
.F_block .CheckRadio legend {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}
#primary-sidebar .CheckRadio label {	
	font: bold 100% Arial, Helvetica, sans-serif;
  	color: #444;
	text-transform: none;
	margin: 0 0 0 3px;
	width: 100%;
	line-height: 30px;
	display: inline;
	float: left;
}
#primary-content fieldset.CheckRadio input,#primary-sidebar fieldset.CheckRadio input{
	display: inline;
	float: left;
  	background-color: transparent;
  	border-width: 0;
 	padding: 0;
	width: 10px;
	margin: 3px 0 0 0;
}
/*----- Validación formularios -----*/
label.error { color: red; padding-left: .5em;font-size:0.9em;}
input.error { border:1px solid red; }
/*----- Ayudas  -----*/
.obligatorios {/*Asterisco*/
	color: #19456F;
	font-weight: bold;
}
/*----- WYSIWYG  -----*/

textarea.WYSIWYG_avanzado {
	width:100%;
	height: 500px;

}
textarea.WYSIWYG_sencillo {
	width:100%;
	height: 200px;
}
/* Estilos
---------------------------------------------------------- */
.resaltado { font-weight: bold; color: #CC292C;}
.update { width: 100%; margin-top: -8px; text-align: right;  }/*ToDo los dos o uno?*/
.mas{	/*al lado de titulos para ver todos*/
	font: normal normal 0.65em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
#primary-sidebar .mas{font-size: 0.8em;}
#primary-sidebar .mas a:link,#primary-sidebar .mas a:visited{color: #DC0048;}
#primary-sidebar .mas a:hover{color: #252b30;}
#primary-sidebar .add{ 
	margin-left: 50px;
	text-align: center;
}
#primary-sidebar .add a{ 
	width: 200px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(../img/bg_add.png);
	text-align:center; 
	font-weight: bold;
	font-size: 1.2em;
	color: #FFF;
}
#primary-sidebar .add a:hover{color: #000;}

.tagcloud{
	background-color: #F5F5F5;
	border: 1px solid #EEEEEE;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 5px;
}
/*----- Novedades Resumen -----*/
.resumen{ clear: both; padding: 1em; }
.resumen h3{ 
	background: url(/layout/img/dotted.gif) repeat-x bottom; 
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
.resumen .thumb {
	float:left;
	margin: 5px;
	border: 1px solid #ccc;
	text-align:center;
}
.resumen .thumb img {margin: 3px;}
.resumen p{	margin: 1em;}
.resumen p.datos{	color: #333;xfont-size:0.9em;}
.resumen p.texto{	text-align: justify;}

.resumen .pie {
	clear: both;
	line-height: 20px;
	background: url(/layout/img/bg-diagonal-gris_MC.png) repeat;
	text-align: right;
	padding: 2px 5px;
	margin: 0;
}

/*----- Home -----*/
#H-destacada { width: 470px; float:left;} 
#H-tienda{ width: 470px; float:right;}
#H-web-L{ width: 440px; float:left;} 
#H-web-R{ width: 500px; float:right;}
#H-users-L { width: 600px; float:left;} 
#H-users-R{ width: 340px; float:right;}

#H-web-R .resumen h3{ 
	background-image: none; 
	font: normal bold 1.2em Georgia,"Times New Roman", Times, serif;
	color: #DC0048;
	margin-top: 3px;
	line-height: 1.5em;
}
#H-web-R .resumen .datos{margin:0.5em;}
#H-web-L .resumen h3 a:link,#H-fichas h3 a:visited{	color: #DC0048;}
#H-web-L .resumen h3 a:hover{	color: #252b30;}

/*borrar*/
#H-fichas { width: 440px; float:left;} 
#H-noticias{ width: 500px; float:right;}
#H-topusers,#H-randompics,#H-comentarios { width: 540px; float:left;} 
#H-lifestream{ width: 400px; float:right;}
#H-noticias .resumen h3{ 
	background-image: none; 
	font: normal bold 1.2em Georgia,"Times New Roman", Times, serif;
	color: #DC0048;
	margin-top: 3px;
	line-height: 1.5em;
}
#H-noticias .resumen .datos{margin:0.5em;}
#H-fichas .resumen h3 a:link,#H-fichas h3 a:visited{	color: #DC0048;}
#H-fichas .resumen h3 a:hover{	color: #252b30;}

/*----- Listado: imagen mini y párrafo -----*/
.listado{ 
	clear: both; 
	margin: 0.3em;
	padding: 0.3em;
}
.listado p{}
.listado .thumb {
	float:left;
	margin: 5px;
	border: 1px solid #ccc;
	text-align:center;
}
.listado .thumb img {margin: 3px;}
.listado a:link,.listado a:visited{	color:#DC0048;}
.listado.item a:hover{	color: #252b30; }
/*----- Detalle -----*/
.afiliacion {
	border: 1px solid #DADADA;
	background: #FAFAFA url(/layout/img/Shopping_Cart.png) no-repeat;
	color: #333;
	padding: 0.5em;
	margin: 0.3em 0;
	min-height: 50px;
}
.afiliacion ul{margin-left: 64px;}
.afiliacion p{	
	font: italic bold 1.5em Georgia,"Times New Roman", Times, serif;
	padding-left: 64px;
}
#subprimary-sidebar .imagen {
	margin: 0;
	border: 1px solid #ccc;
}
#subprimary-sidebar .imagen img {margin: 3px;}
#subprimary-sidebar .imagen p {text-align:center;}

.xdetalle  p {margin:7px 0;}

#subprimary-content address {
	border: 1px solid #999;
	padding: 1% 3%;
	margin: 1% 3%;
	background-color: #FBEAEF;
}
.det-text {margin: 0.5em 2em;line-height:2em;}
.det-text p{xline-height:1.5em;}

table.reparto {
	font-size: 1em;
}
table.reparto caption {
	font-weight: bold;
}
table.reparto th {
	text-align: right;
	width: 40%;
}
table.reparto td {
	text-align: left;
	width: 40%;
	margin-bottom: 5px;
}
table.reparto td.guia {
	text-align: center;
	width: 10%;
	background: url(/layout/img/dotted.gif) repeat-x bottom;
}




/*----- Publicidad-----*/
#ADS-header,#ADS-footer,#ADS-sidebar-01 { float: left;border:1px solid #CCC;margin: 5px 0 10px 0;clear: both;}
#ADS-header div {padding: 3px;}
.LeaderBoard {	
	clear: both; 
	width: 100%;
	text-align:center; 
	margin: 0 auto;
	padding: 5px;
}
.SquareButton,.MediumRectangle {	
	text-align:center; 
	margin: 0 auto;
	float: left;
	padding: 5px;
}
/*----- Sortable-----*/
/*  Cajas de ayuda e información
----------------------------------------------------*/
p.pendiente {/*Aviso de pendiente de moderación*/
	background: #ffff95;
	font-weight: bold;
	margin: 0;
	padding: 0.3em;
}

.small {font-size: 0.85em;padding:0.1em;}/*Información espacios peques*/
/*info y aviso en overbox.ccs tambien*/
.info, .aviso,.box{margin: 1em;padding: 0.3em;clear:both;}
.info {background:#FFFFDD ; border: 1px solid #FFD700;}/*Información*/
.aviso {	background-color: #ffe5e9;	border: 1px solid red;}/*Cuando hay algún dato que falta o está mal*/
.box {background:#FFFFDD ; border: 1px solid #FFD700;}/*Edición de pequeños datos como en galerias*/
.moderado {background-color: #ffe5e9;	border: 1px solid red; margin: 0.3em;padding: 0.3em;}/*Cuando hay algún dato que falta o está mal*/

.top-info {/*Información por encima de todo en el portal*/
	background: #ffff95;
	padding: 5px;
}
.overbox_content{
	background-color:#FFF;
	padding: 20px;
}

.loading {
    width: 100%;
    min-height: 100px;
	background: url(/layout/img/loader.gif) no-repeat center center;
	text-align: center;
}
/*----- Ayudas  -----*/
span.ayuda, p.ayuda, ul.ayuda{font-size:11px;}
span.ayuda{
	color: #19456F;
	margin-left: 5px;
}
p.ayuda{
	margin: 0;
	clear: both;	
	color: #19456F;
}
/*----- Bien/Mal  -----*/
.correcto  { color: #009900; font-weight: bold;}
a.correcto:link, a.correcto:visited { color: #009900; }
a.correcto:hover { text-decoration: underline }

.error  { color: #FF0000; font-weight: bold;}
a.error:link, a.error:visited { color: #FF0000; }
a.error:hover { text-decoration: underline }

/*  Varios
----------------------------------------------------*/
.hide {display:none;}
.inline{ display: inline;}

.Fright{ float: right; }
.Fleft{ float: left; }

.limpiar { clear: both; }
.right{ text-align: right; }
.left{ text-align: left; }
.center{ text-align: center; margin: 0 auto; }
.center_small{ margin: 0 25%; }
.center table {margin: 0 auto;}
.justify{ text-align: justify; }