/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag
will be appended with the "custom" class, like so: <body class="custom">. You can use
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom body, .custom #commentform input.text_input { font-family:Verdana, Arial, Helvetica, sans-serif }
.custom #header { position:relative; height:9.3em; padding:1.2em 0 0; border-bottom:none }
	.custom #header .frt { position:relative; top:2.5em }
	.custom #header .logo { display:block; position:relative; top:.2em; margin-left:12.5em; }
		.custom #header p .logo { margin-left:23.5em; }
	.custom #header span { position:absolute; right:0; top:4.8em }
.custom #sidebar_2 { width:auto }
.custom .sidebar ul.sidebar_list { padding-left:0; padding-right:0 }
#column_wrap .sidebar ul.sidebar_list { padding-top:0 }
.custom #content_box, .custom #column_wrap { background:none }
.custom #footer { border-top:none; padding:0 }
	.custom #footer a { border-bottom:0 }
	.custom  #wrapperFooter #footer span a { position:static }
.custom .sidebar h2, .custom .sidebar h3 { letter-spacing:0;  }

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page { margin:0 }

.custom .comments_intro, .custom #respond_intro { margin-left:0 }
.custom #commentform { padding-left:0; padding-right:0; border-top:none }

.custom #commentform label { padding-left:0 }
.custom .format_text input, .custom #commentform input, .custom #commentform textarea { width:auto; border-width:none; padding:0; background:none  }
	.custom #commentform textarea { width:19.2em }


.custom #commentform p .required { color:#828282 }

.prev_next.post_nav { margin-top:2em; padding:1.1em 0; border-top:none; }
.custom #commentform p.subscribe-to-comments { margin-top:2em }

.custom #commentform fieldset div input, .custom #commentform p.subscribe-to-comments input, .custom #commentform .acepto label { border:none }

.custom dl#comment_list { margin-top:1em; border-top:none }
	.custom dl#comment_list dt { padding-top:0; border-bottom:none }
	.custom dl#comment_list dd { border-bottom:none }

.custom .comment_time { padding-right:0 }

.custom .paginated-comments-pages { padding:.3em 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; border-top:1px solid #d7d7d7; color:#828282; border-bottom:1px solid #d7d7d7 }

.custom #respond { margin-top:2em }

.custom .post_tags a { text-transform:lowercase }

.custom .rss { margin-bottom:.5em; padding-left:3.5em; background:url(images/ico_rss.gif) no-repeat 0 0  }
.custom .rss ul { margin:0; padding:0; list-style:none }
	.custom .rss ul li { font-size:1.2em; line-height:1.38em; }

.custom .suscribirse { margin-bottom:2.73em }

.custom .registro { margin:0 0 2em 0; }
	.custom .registro a { font-size:2em;   }

.custom .format_text .to_comments { font-size:1em; margin-bottom:0; text-transform:capitalize  }
.custom .format_text .post_tags { margin-bottom:0;  }
.custom .post_box { padding-bottom:0 }

.custom .title, .custom .message.register {margin-bottom:1.1em; padding:0.2em 0.8em; background-color:#444444; color:#D7D7D7; font:bold 1.3em Helvetica, Arial }

.custom .formulario { color:#828282; font-family:Verdana, Arial,Helvetica,sans-serif }
.custom .formulario p { margin-bottom:1em; font-size:1.2em }
	.custom .formulario p:after { display:block; clear:both; height:0; visibility:hidden; content:"." }
		.custom .formulario p label { float:left; display:block; width:8.5em }
			.custom #loginform p label, .custom #registerform p label { width:10.5em }
			.custom #lostpasswordform p label { width:15em }
		.custom .formulario p input { float:left; font-family:Verdana, Arial, Helvetica }

	.custom .formulario p .example { float:left; display:block; width:9em; margin-left:.8em; }
		.custom #sendFriendForm.formulario p .example { position:relative; left:.8em; margin-left:0; }

	.custom .formulario fieldset div { position:relative; left:11em; width:10em; margin-top:-1.7em }
	.custom .formulario fieldset div p { display:inline }
		.custom .formulario fieldset div p input { vertical-align:middle }

	.custom .submit, .custom .forgetmenot { margin:1em 0 }
	.custom p.forgetmenot input, .custom p.forgetmenot label  { float:none }
	.custom p.forgetmenot input { vertical-align:middle }
	.custom p.forgetmenot label { display:inline; width:auto }

.custom .formulario input.text_input, .custom .formulario textarea { background:none; padding:0; width:auto; }
.custom .formulario input.text_input { border:1px solid #BDBDBD; width:19.2em; }
.custom .formulario textarea { width:19.2em; font-family:Verdana, Arial,Helvetica,sans-serif; }
.custom .formulario p.acepto label { display:inline; float:none; width:auto; }
	.custom .formulario p.acepto input {float:none; vertical-align:middle }

.custom #nav, .custom .message, .custom .message.register {margin:1em 0; font-size:1.2em;  font-family:Verdana, Arial,Helvetica,sans-serif }

.custom #login_error { margin:1em 0; padding:1em 1em 1em 5em; border:1px solid #E9131A; font:bold 1.2em Verdana, Arial, Helvetica; color:#E9131A }

.custom #loginform .submit input, .custom #lostpasswordform .submit input, .custom #registerform .submit input { background-color:#A61F7D; color:#fff; font-family:Verdana, Arial, Helvetica; border:none }

.custom #registerform p { margin-bottom:1em }
	.custom #registerform p label { width:auto }
	.custom #registerform p label, .custom #registerform p input { float:none; }
	.custom #license, .custom #reg_passmail { display:block; margin:1em 0 }
	.custom #license input { vertical-align:middle }
.custom .custom_radio { vertical-align:middle }
.custom .message.register { margin-top:0 }

.custom .profile { margin-bottom:1.5em; padding-bottom:1.1em; border-bottom:1px solid #DFDFDF; }
	.custom .profile img { float:left; margin-right:1em; }

.custom .format_text img.frame, .custom .format_text .wp-caption { padding:0; border:none }
.custom .wp-caption { background-color:transparent; border:none; text-align:left; font-style:normal }
	.custom .profile a { font-size:1.2em; font-family:Verdana, Arial, Helvetica; }

.custom .authorProfile { font-size:1.2em; font-family:Verdana, Arial, Helvetica; color:#828282 }
.custom .post_box.top.reset, .custom .post_box.top { padding-top:0 }

.custom #preguntaForm .submit {padding-right:12.4em; text-align:right }
	.custom #preguntaForm .submit input { float:none; width:auto; padding:0 }
.custom .terminos {clear:both; height:50px; margin-bottom:1em; overflow:auto }
.custom .terminos p { line-height:1.57em; float:none }
.custom .terminos h2, .custom .terminos h3 { margin-bottom:1em; font-size:1.1em; font-weight:bold }

.custom .sideBarLogin { padding-bottom:2em; font-family:Verdana, Arial, Helvetica;  }
	.custom .sideBarLogin form { width:27em }
		.custom .sideBarLogin ul { margin:0; padding:0; list-style:none }
			.custom .sideBarLogin ul label { width:5.5em;  }
			.custom .sideBarLogin input.text_input { width:16.2em }
			.custom .sideBarLogin .submit { margin-right:.6em; text-align:right }
				.custom .sideBarLogin .submit input{ float:none; width:auto; padding:0; background-color:#A61F7D; color:#fff; border:none}

	.custom .sideBarLogin li a, .custom .sideBarLogin .remember { font-size:1.2em }
	.custom .sideBarLogin .remember { position:relative; top:-2em;  }
	.custom .sideBarLogin .remember input, .formulario .acepto input { background-color:transparent; border:none }
	.custom .desconectar { font-size:1.2em; }

.custom .msgInfo { color:#828282; font-size:1.2em; font-family:Verdana, Arial, Helvetica; }

.custom .sendToFriend { display:block; padding-left:2em; background:url(images/ico_mail.gif) no-repeat 0 .2em }
	.custom .sendToFriend a { text-decoration:none; font-size:1.1em; }
		.custom .sendToFriend a:hover { text-decoration:underline }

.custom .clearFix .sociable { float:left; margin:16px 0 0 0 }
.custom .clearFix .sendToFriend { float:right; margin:16px 0 0 0 }

.custom #sendFriendForm label { width:11.5em }
.custom #sendFriendForm .submit { margin-right:10.3em; text-align:right }
	.custom #sendFriendForm .submit input, .custom #susNewsForm .submit input { float:none; width:auto; padding:0 }

.custom #mp-form { font-family:Verdana, Arial, Helvetica; font-size:1.2em }
.custom .MailPressFormEmail { font-family:Verdana, Arial, Helvetica; border:1px solid #BDBDBD; width:19.2em; background:none  }
.custom #mp_submit { background-color:#A61F7D; color:#fff; font-family:Verdana, Arial, Helvetica; border:none }

.leerRespuesta { display:block; font-family:Verdana, Arial, Helvetica; font-size:1.1em }
.custom .categories, .custom .respuestaExperto { font-size:1.2em; font-family:Verdana,Arial, Helvetica; color:#828282 }
.custom .categories a {color:#A61F7D; border-bottom:none; font-weight:bold }
	.custom .categories a:hover { text-decoration:none }

.custom .respuestaExperto { padding-top:1.3em; padding-bottom:1em; border-top:1px solid #DFDFDF; font-size:1.1em  }
	.custom .respuestaExperto img { vertical-align:middle }

.custom .consejos h2 { margin-bottom:0; padding:0; background:none }

.custom .publicidadContenido .txt { display:block; text-align:center }

.custom #archive_info { margin:0; padding-left:0; font-family:Verdana, Arial, Helvetica; color:#828282;  }

.custom .ratingblock { /*position:relative; top:1em; left:13em;*/ width:14.5em; /*height:1.5em;*/ margin-bottom:0; /*margin-top:-3em;*/ padding-bottom:0 }
.custom .ratingstars { float:left; margin-right:.5em; }
	.custom .ratingblock .starsbar { position:relative; }
	.custom .ratingtext { /*clear:both;*/ float:left; /*width:21em;*/ }
.custom .ratingblock .ratepost { display:inline; float:none }

.custom .relatedPosts { margin-top:1em }
	.custom .relatedPosts p { margin-bottom:0; color:#333; }


.custom #captchaImgDiv div { margin-left:auto; margin-right:auto }
.custom #captchaInputDiv { width:25em; margin-left:auto; margin-right:auto }

.custom .userLogin { display:block; margin-bottom:.5em; color:#333; font-size:1em }
	.custom .userLogin span { display:block; }
.custom .msgInfo.legal { margin-bottom:1em }

.custom #sidebar_2 .txt { display:block; text-align:right }

/*.custom .publiSideBar { margin-bottom:.5em }*/

.custom #archive_info p, .custom .prev_next { font-family:Verdana, Arial, Helvetica; font-size:1.1em }

.custom #mp-loading { font-family:Verdana, Arial, Helvetica; color:#828282; font-size:1.1em   }

.custom .prev_next { padding-left:0; padding-right:0 }
.custom .headline_meta, .custom .headline_area { margin-bottom:0 }

.custom li #searchform { margin-left:11em; margin-bottom:1em }
	.custom li #searchform .hidden { display:none  }
		.custom li #searchsubmit {padding:0;font-family:Verdana, Arial,Helvetica,sans-serif; font-size:1.2em; background-color:#A61F7D; color:#fff; font-family:Verdana, Arial, Helvetica; border:none }
		.custom li #s { border:1px solid #BDBDBD; font-family:Verdana, Arial,Helvetica,sans-serif; background:transparent none repeat scroll 0 0; padding:0; font-size:1.2em }

/*li#tag_cloud { margin-top:2.76em }*/
.custom li.publiSideBar { margin-bottom:2.76em  }

.custom #contactanosForm .example { width:11em }
.custom #contactanosForm select { width:17.5em; color:#828282; font-family:Verdana, Arial, Helvetica; }
.custom #contactanosForm .submit {margin-right:12.3em; text-align:right }
	.custom #contactanosForm .submit input {float:none; width:auto; padding:0 }

.custom #commentform .captcha input.text_input { position:relative; top:.5em; width:11em; }
.custom #commentform .captcha img { vertical-align:middle }
.custom #commentform .captcha .example { float:none; width:10em; margin-top:-1em; margin-left:10em; font-size:.9em; line-height:normal }

.siguenos { margin-top:0; border-top:1px solid #DFDFDF; }
	.siguenos span { display:block; font-size:1.2em; padding-left:1em; background:url(images/bullet_square.gif) no-repeat 0 1.6em; font-family:Verdana, Arial, Helvetica; }
	.siguenos img { margin-left:.5em; margin-top:.8em; vertical-align:middle }

/* CONCURSO */
.infoConcurso { font:bold 1.2em Verdana, Arial, Helvetica; color:#828282 }
	.infoConcurso p, .bases p { line-height:1.4em }
	.infoConcurso p span { font-weight:normal }
	.infoConcurso ul { margin-top:1.4em; padding-left:3.5em; font-weight:normal; list-style:none }
	.infoConcurso li { margin-bottom:.6em; padding-left:1em; background:url(images/bullet_square2.gif) no-repeat 0 .5em }
.bases { font:normal 1.2em Verdana, Arial, Helvetica; color:#828282;  }
	.bases h1 { font-size:1.1em; font-weight:bold; margin-bottom:1em }
	.bases h2 { font-size:1em; font-weight:bold; margin-bottom:1em }
	.bases p { margin-bottom:1.5em }

	.custom .bases ul { margin:0 0 0 2em; padding:0 0 0 2em; list-type:disc }
		.custom .bases li { margin-bottom:1em }
	.bases .seeAll { margin-bottom:1em; border-top:none;  }
		.bases .seeAll a { font-size:1em }

	.custom .imgTruco { display:block; margin:1em 0 }
		.custom .imgTruco img { display:block; margin:0 auto; max-width:482px; }
			.custom .categoryImg { float:left; display:block; width:150px; height:150px; margin-right:1em; margin-bottom:1em; overflow:hidden }
				.custom .categoryImg .imgTruco { display:inline; margin:0 }
					.custom .categoryImg .imgTruco img { max-width:150px; max-height:150px }

.linkBases {margin:1em 0 0 2em; padding:0 0 0 2em; list-style:none; font:bold 1.1em Verdana, Arial, Helvetica; }
		.linkBases li { margin-bottom:1em; padding-left:1em; background:url(images/bullet_square2.gif) no-repeat 0 .5em  }

.suerte	{ padding:.8em 0 .7em 2.5em; font:bold 1.2em Verdana, Arial, Helvetica; color:#828282; background:url(images/ico_suerte.gif) no-repeat 0 .5em  }

.gridConcurso { margin:1em 0 2em 0; color:#828282; font-family:Verdana, Arial, Helvetica; }
	.gridConcurso .wrap {  height:9.5em; margin-bottom:.7em; padding:1.4em 2.4em 1em .8em; border:1px solid #DFDFDF; background:#E5E5E5 url(images/bck_gridConcurso.gif) repeat-x 0 100%; font-size:1.2em }
	.gridConcurso .wrap span { display:block }
			.gridConcurso .wrap span img { display:block; margin:0; padding:0; }
		.gridConcurso .wrap span.action { width:5.6em; padding:.1em .6em; background:#A61F7D;  }
			.gridConcurso .userLogado .wrap span.action { width:8em; text-align:center; margin:0 auto }
			.gridConcurso .wrap span a { color:#fff }
	.userRegister { float:left; width:23em; }

		.userRegister .wrap p { margin-top:.7em; padding-left:1.5em; letter-spacing:-1px }
		.userRegister span.action { margin-top:1.3em; margin-left:1.5em; }
	.userNoRegister { float:right; width:23em }
		.userNoRegister .wrap p { margin-top:.7em; padding-left:1.5em; letter-spacing:-1px }
		.userNoRegister span.action { margin-top:2.4em; margin-left:1.5em; }

	.gridConcurso .userLogado .wrap { height:auto; border:none; background:none; }
	.gridConcurso .userLogado p { margin:1em 0; padding-left:1.5em }

.custom #trucoForm label { width:13.5em }
.custom #trucoForm .submit { padding-right:7.3em; text-align:right }
	.custom #trucoForm .submit input { float:none; width:auto; padding:0 }

.custom #trucoForm span.add, .custom #preguntaForm span.add { display:block; float:none; width:auto; font-size:1.1em }
	.custom #trucoForm span.add a, .custom #preguntaForm span.add a{ text-decoration:underline }
		.custom #trucoForm span.add a:hover, .custom #preguntaForm span.add a:hover { text-decoration:none }
	.custom #trucoForm p a, .custom #preguntaForm p a { font-size:.9em; text-decoration:underline; }
		.custom #trucoForm p a:hover, .custom #preguntaForm p a:hover { text-decoration:none }

.conocesTrucos { margin:2.73em 0;}

.custom #profile-page { border-bottom:1px solid #D7D7D7; padding-bottom:1.6em; }
	.custom #profile-page label { width:13em }
	.custom #profile-page h3 { margin:2em 0 }
	.custom #profile-page .formulario p .example { width:13em }
	.custom #profile-page p input { border:1px solid #BDBDBD; background:none; font-family:Verdana,Arial,Helvetica; }
	.custom #profile-page .submit { text-align:center }
	.custom #profile-page .submit input {float:none; color:#fff; background:#A61F7D none repeat scroll 0 0; padding:0.1em 0.6em; border:none }
	.custom #profile-page .form-table th { text-align:left; width:20em; vertical-align:top }
	.custom #profile-page .form-table th, .custom #profile-page .form-table td { font-size:1.1em }
	.custom #profile-page .form-table input { border:none; background:none; vertical-align:middle }
	.custom #message { color:#828282; font-size:1.1em; font-family:Verdana, Arial, Helvetica }

.custom .error { border:1px solid #E9131A; margin:1em 0; padding:1em 1em 1em 5em; color:#E9131A; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; }

.custom .autor, .custom #archive_info p.entryCategory, .custom .newslettersPage p.entryCategory , .custom #archive_info div.entryCategory p{ color:#828282; font-size:1.1em; font-family:Verdana, Arial, Helvetica }
	.custom .autor span { font-weight:bold }
.custom #archive_info div.entryCategory p { color:#828282; font-size:1.1em; font-family:Verdana, Arial, Helvetica; margin-top:1em; letter-spacing:0; line-height:normal; font-weight:bold; }
.custom #archive_info p.entryCategory, .custom .newslettersPage p.entryCategory { margin-top:1em; letter-spacing:0; line-height:normal; font-weight:bold }

.custom .remember { margin-top:1em }

.custom .rememberVote .msgInfo {display:block; float:left;  font-size:1.2em; font-weight:bold }
	.custom .rememberVote .ratingblock { float:right; margin-top:1px;  }
	.custom .rememberVote .ratingblock .starsbar { position:relative; }
	.custom .rememberVote .ratingtext  { width:auto; text-align:right }


.custom .msgInfo.vote {display:block; margin-bottom:0; padding:1em; font-size:1.1em; font-weight:bold; border:1px solid #DFDFDF; background:#E5E5E5 url(images/bck_gridConcurso.gif) repeat-x scroll 0 100% }

.custom .voteConsejos .ratingblock { top:0 }

.custom .modConcursa { margin:1em 0 2em 0}

.custom .widget_categories .destacado { font-size:1.1em; text-transform:uppercase; font-weight:bold  }
	.custom .widget_categories .destacado a {display:block; padding:.1em .3em;  background:#E5E5E5 url(images/bck_gridConcurso.gif) repeat-x scroll 0 0}

.custom .clasificacionVotos { margin-bottom:1.5em }
	.custom .clasificacionVotos h2 { font-size:1.7em }
	.custom .clasificacionVotos table { width:100%; padding:.5em; border-collapse:collapse }
		.custom .clasificacionVotos th { width:25%; font-size:1.2em;  }
			.custom .clasificacionVotos th.title { width:75%; color:#000; font-weight:bold; text-align:left; }
		.custom .clasificacionVotos td { text-align:center; font-size:1.2em; font-weight:bold; padding:.5em 0 }
		.custom .clasificacionVotos .title { margin:0; padding:0; background:none;  text-align:left; font-family:Verdana, Arial; }

 		.custom .clasificacionVotos thead td, .custom .clasificacionVotos thead th { padding:.5em 0  }
		.custom .clasificacionVotos tbody td, .custom .clasificacionVotos thead td, .custom .clasificacionVotos thead th { border-bottom:1px solid #DFDFDF; }

.custom .clasificacionVotos ol { margin:0 2em; padding:0 2em;  }
 	.custom .clasificacionVotos li { margin-bottom:.5em; padding-bottom:.5em; font-size:1.2em; font-weight:bold; border-bottom:1px solid #DFDFDF }

  .custom .clasificacionVotos .msg { display:block; margin-top:1em; font-size:1.3em; text-align:center; font-weight:bold }

 .custom .numVotos { display:block; margin-bottom:1em; font-weight:bold; text-align:right  }

 .custom.navidad { background:#fff }
.custom .oferta { text-align:center }
	.custom .oferta .code { font-size:1.4em; font-weight:bold }
 .custom .basesPromocion p, .custom .basesPromocion li { font-size:.9em }
 .custom #column_wrap.wide { float:none; width:auto; }
 	.custom #column_wrap.wide #content { display:block; float:none; width:auto; }

 	.custom #column_wrap.wide .action { width:6.6em; padding:.1em .6em; background:#A61F7D;  }
		.custom #column_wrap.wide .action a { color:#fff }

.custom .modBanner { margin-bottom:1.5em }

.custom .ratingCategories { margin-bottom:1.2em }

.custom .tabs { margin:2.5em 0 0 0; padding:0; border-bottom:2px solid #aa1c7e; list-style:none }
	.custom .tabs li { float:left; margin-right:.5em; padding:.5em 1.9em .3em 1.9em }
	.custom .tabs li a { color:#828282 }

	.custom .tabs .current_page_item { background:#aa1c7e  }
		.custom .tabs .current_page_item a { color:#fff   }
.custom .monthsNewsletter ul { margin:2.2em 0 0 0; padding:0; list-style:none }
	.custom .monthsNewsletter li { margin-bottom:1em; list-style:none }
	.custom .monthsNewsletter li a, .custom .tabs li a { font-size:1.2em; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif  }

#objetos_decoracion { margin-top:22px }
#objetos_decoracion ul, #objetos_decoracion_detalle ul { margin:0; padding:0; list-style:none }
	#objetos_decoracion li, #objetos_decoracion_detalle li { display:inline-block; width:147px; margin-right:18px; margin-bottom:3.9em; vertical-align:top }
		#objetos_decoracion li.reset, #objetos_decoracion_detalle li.reset { margin-right:0 }
		#objetos_decoracion h2 { margin-bottom:.6em }
		#objetos_decoracion a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#A81E7D; font-size:12px  }


#objetos_decoracion_detalle .wrapTitle {background-color:#6c6c6c; height:3.3em; margin-bottom:.5em;  }
#objetos_decoracion_detalle h3 { padding:.2em 1.1em;  color:#fff; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;  }

#objetos_decoracion_detalle form { padding:1.6em 0;  border-bottom:2px solid #ddd }
	#objetos_decoracion_detalle label { font-weight:bold; color:#828282; font-family:Verdana, Arial; font-size:11px }
	#objetos_decoracion_detalle select { width:223px; margin-right:1em; vertical-align:middle; color:#828282; font-family:Verdana,Arial,Helvetica; }
	#objetos_decoracion_detalle input { border:none; vertical-align:middle }

.custom .nombreCategoria { margin-top:.6em; font-size:12px }

 #objetos_decoracion_detalle .pagination { margin-top:1.3em;  margin-bottom:1.8em; padding:.3em 0; font-family:Verdana, Arial; font-size:11px;  }
	 /*#objetos_decoracion_detalle .pagination span { float:left; }
	#objetos_decoracion_detalle .pagination ul { float:left; margin:0;  }
		#objetos_decoracion_detalle .pagination li { width:auto; margin:0; padding-left:.2em; }*/

#objetos_decoracion_detalle p { margin:.2em 0 .4em 0; color:#828282; font-size:12px; font-family:Verdana, Arial; }
#objetos_decoracion_detalle li span { display:block; margin:.2em 0; font-weight:bold; font-size:11px; font-family:Verdana, Arial; color:#828282 }
	#objetos_decoracion_detalle li span.ampliar { font-weight:normal }
#objetos_decoracion_detalle span a { color:#A81E7D; font-size:12px; font-weight:bold; font-family:Verdana, Arial;  }
	#objetos_decoracion_detalle span.ampliar a { padding-right:1.7em; background:url(images/ico_mas.gif) no-repeat 100% .2em; font-size:12px; font-weight:normal   }

#objetos_decoracion_detalle li.publi { width:100%; margin-right:0 }
#objetos_decoracion_detalle .publicidadContenido { margin:0; padding-top:1em; border:none }

 .wp-paginate {margin:0;padding:4px 0 0 0;font-size:11px;line-height:11px;border-top:1px solid #D9D9D9; border-bottom:1px solid #D9D9D9;width:100%;height:17px;}
 .wp-paginate li {display:inline-block; list-style:none;width:auto; margin:0;padding:0; font-family:Verdana, Arial; font-size:11px; vertical-align:top}
 	#objetos_decoracion_detalle .wp-paginate li { width:auto; margin:0;   }
 .wp-paginate a {border-width:0; background:#fff; color:#A81E7D; margin-right:2px; padding:2px 4px; text-align:center; text-decoration:none;}
 .wp-paginate a:hover, .wp-paginate a:active {background:#fff; color:#666;}
  .wp-paginate .title {color:#828282;margin:-1px 10px 0px 0px !important;float:left;background-color:#fff;padding:0;font-weight:bold; font-size:11px}
  .wp-paginate .gap {color:#999; margin:0 4px 0 0;}
  .wp-paginate .current {border-width:0; color:#828282; background:#fff;margin:-2px 0 0 0 !important; padding:2px 4px;text-align:center;text-decoration:none;float:left;font-weight:normal;}
  .wp-paginate .page {}
  .wp-paginate .prev, .wp-paginate .next {}

#landingSec {  background:#fff }
	#landingSec .clearFix { position:absolute; top:50%; left:50%; width:571px; min-height:254px; margin-left:-313px; margin-top:-144px; padding:28px 28px 8px;  background:#E8E8E8;  }
	#landingSec .ok { font-family:Verdana,Arial,Helvetica,sans-serif; }
		#landingSec h1 { margin-bottom:1em; font-size:2em }
	#landingSec .flt { width:186px }
		#landingSec .logo { margin-bottom:40px }
	#landingSec .frt { width:242px }
	#landingSec p { margin-bottom:1em; color:#6D6D6D; font-size:1.1em }
		#landingSec .note { margin-bottom:0; letter-spacing:-1px }
		#landingSec p label { display:block; float:none; color:#000;  }
		#landingSec .formtxt { float:none; width:228px; height:18px; border:1px solid #9B9B9B; background:#DADADA }
	#landingSec .submit { display:block; text-align:right }
	#landingSec button { border:0; background:none }
	#landingSec .telef { display:block; margin-top:26px }

.format_text span.promotion { display:block; margin:.5em 0; text-align:center; }
	.format_text span.promotion span { display:block }
	.format_text span.promotion a { font-weight:bold; font-size:1.2em; text-transform:uppercase }

.widget_categories li h2 {	background-color:#fff ;	font-weight:normal;	font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 13px;	margin:0px 0px;	padding:0px;	line-height:17px;	}
h4.entry-title{	font-family:arial,helvetica,sans-serif;	font-size: 2.2em;line-height: 1.36em;font-weight:normal;text-transform:uppercase;}
span.widget-title{background-color: #444;color: #D7D7D7;display: block;font-family: Helvetica, Arial;font-size: 17px;font-style: normal;font-variant: normal;font-weight: bold;height: 20px;letter-spacing: normal;line-height: normal;margin-bottom: 11px;margin-left: 0px;margin-right: 0px;margin-top: 0px;padding-bottom: 3px;padding-left: 13px;padding-right: 13px;padding-top: 3px;width: 92%;}
h3.tag {font-size: 12px; height: 21px; line-height: 21px; display:inline !important; font-weight:normal !important;	}
h1.head-h1 { display:none; }
.widget_stags_cloud { width:300px; margin:0; padding:0; }
.widget_stags_cloud ul li { min-height:25px;  display: -moz-inline-stack; display: inline-block; vertical-align: bottom; margin:0 5px 3px 0; zoom: 1; *display: inline; _height:25px; }	
.widget_stags_cloud h3{ color: #A61F7D; cursor: auto; margin:0px!important; padding:0px !important; text-decoration: none;
background-color:#fff !important; font:normal 1em Helvetica, arial,sans-serif !important; font-variant:none;	}