/*
	Theme: Atrapalo V2
	Author: Roxana Falasco
	CSS: 2.1
*/

/*************************************
	Reset 
**************************************/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input { margin:0; padding:0; }
	table { border-collapse:collapse; border-spacing:0; }
	p { margin:9px 0; }
	fieldset,img { border:0; }
	address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
	ol,ul { list-style:none; }
	caption,th { text-align:left; }
	h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
	q:before,q:after { content:''; }
	abbr,acronym { border:0; }
	legend { display:none; }
	a:active { outline:none; }
	
/*************************************
 	Formato general 
**************************************/
body { background-color: #fff; color: #505050; font-family: Verdana, sans-serif; font-size: 75%; }
img {border: none; background: none;}
hr {color: #fff;border-top: 1px dotted #d3d3d3;}

blockquote{
	background: url(images/quote.gif) no-repeat;
	color: #666666;
	margin: 0 0 0 5px;
	padding: 8px 25px 5px 40px;
	font-size: 14px;
	font-weight: bold;
}

blockquote p{ margin: 0 0 10px 0; padding:0; }

a, a:visited, a:hover { border:none; color:#de0000;	text-decoration:none; }
#content a:hover, #footer a:hover { text-decoration: underline;}

.clear {clear: both;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

/*************************************
	Headings
**************************************/
h1, h1 a, h1 a:visited  {
	color: #000;
	background-color: #fff;
	font-size: 21px;
	text-decoration: none!important;
}

h2 {
    font-size: 24px;    
    font-weight: normal;
    padding: 10px 0;
    line-height: 150%;
    margin: 0;
}

h2 a, h2 a:visited {
    color: #666;
    text-decoration: underline;
}

h2 a:hover { text-decoration: none; }

h3, h3 a, h3 a:visited{
	color: #de0000;
	font-size: 21px;
	text-decoration: none;
}

h3 a:hover{
	color: #de0000;
	font-size: 21px;
	text-decoration: none;
}

h6 {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 10px 0;
    line-height: 150%;
    margin: 0;
}

#sidebar h3 {
	font-size: 22px;
}

#sidebar h2 {
    background-color: #de0000;
	color: #fff;
	font-size:  15px;
    font-weight: bold;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/*************************************
	Header
**************************************/
#header {
    background-color: #ededed;
	border-bottom: 10px solid #de0000;
}

.menuheader,#menufooter {
    width: 960px;
    margin: 0 auto;
}

.menuheader span {
	float:left;
	font-weight:800;
	margin-top:10px;
	text-align:right;
	width:253px;
}

#header .menu {
	float: right;
	background: #ededed url(images_head/bg_btns_atrapalo.gif) no-repeat;
	height: 31px;
	width: 703px;
}

#header .menu ul li, .menu_footer ul li{ 
	float:left;
	font-size:11px;
	font-weight:700;
	list-style-type:none;
	text-transform:uppercase;
}

.menu ul {padding-top:7px;}
.menu li a, .menu_footer li a {
	height: 25px;
	line-height:25px;
	color: #de0000;
	text-decoration: none;	
}

.menu li a:hover, .menu_footer li a:hover {color: #000; text-decoration: none; }
.spettacoli {padding-left:10px;}
.attivita {padding-left:8px;}
.voli {padding-left:8px;}
.hotel {padding-left:5px;}
.vmh {padding-left:10px;}
.autonoleggio {padding-left:6px;}
.casevacanza {padding-left:7px;}
.agriturismo {padding-left:8px;}


#submenu {margin: 10px auto; width: 980px; height: 112px;}
#submenu .logo {float:left; text-align:right; width:530px;}
#submenu .menubtns {
	background:#fff url(images_head/bg_botones_blog.gif) no-repeat;
	float: right;
	height:112px;
	text-align: center;
	width:441px;
}

.menubtns div{ margin: 30px;}

.sprite {background: transparent url(images/it_blog_sprite_btn_cabecera.gif) no-repeat;}
.blog, .sobre, .concurso { height: 49px; cursor:pointer;}

.tv { background-position: 0 0; width: 60px;}
.blog { background-position: -63px 0; width: 90px;margin-right:10px;}
.sobre { background-position: -154px 0; width: 70px;margin-right:10px;}
.concurso { background-position: -225px 0; width: 90px;}
.comentario { background-position:0 -95px; height:27px; width:132px;}

a img.tv:hover, .tv.active 				{ background-position: 0 -47px; width: 60px;}
a img.blog:hover, .blog.active			{ background-position: -63px -47px; width: 90px;}
a img.sobre:hover, .sobre.active		{ background-position: -154px -47px; width: 70px;}
a img.concurso:hover, .concurso.active	{ background-position: -225px -48px; width: 90px;}

input.comentario:hover { background-position:0 -122px; height:27px; width:132px;}


/*************************************
	Subscribe form 
**************************************/
.subscribe {
    width: 383px;
    height: 60px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.subscribeform {
    float: left;
    padding: 5px 0 0 18px;
    overflow: hidden;
}
.subscribeform p {
    margin: 0;
    padding: 0;  
    color: #fff;
}
.subscribeform .input {
    width: 188px;
    height: 21px;
    padding: 12px 5px 0 5px;
    border: none;
}
.sbutton {
    width: 74px;
    padding: 5px 0 5px 0;
    text-align: center;
    cursor: pointer;
    border: none;
}

/*************************************
	SuscripciÔøΩn
**************************************/
#suscripcion {
	background: #ededed url(images/img_suscribete.gif) no-repeat 20px 38px;
	margin: 10px 0;
	height: 80px;
}
#suscripcion div {float: right;}

#suscripcion .boton_entradaRSS, #suscripcion .boton_emailRSS, #suscripcion .boton_videoRSS{ float: left; padding: 10px 10px 0 10px; }

ul.tablist { 	
	margin:5px 0; 
	padding:0; 
	list-style: none; 
	color:#333;
}

ul.tablist li  { 
	font-size:11px; 
	margin:0 5px ;  
	padding: 2px 0 0 15px; 
	list-style:none;
	border-bottom:1px dotted #999; 
	background:url(images/bullet_rojo_de0.gif) no-repeat 3px 10px;
	text-align:left;
}
	
ul.tablist li a {
	text-decoration: none;
	line-height: 18px;
}

ul.tablist li a:hover {
	background-color: #dbdbdb;
}

.searchform {
	background: #000 url(images/img_buscar.gif) no-repeat 20px 12px;
	padding: 6px 0;
}

.searchform .s {
    border: none;
    color: #333;
    padding: 5px;
    width: 236px;
    float: left;
    margin: 0 5px 0 125px;
}

.searchform .button {
    padding: 0;
    margin: 0;
}

#ul {
    display: block;
    width: 880px;
    margin: 0;
    padding: 0 0 0 10px;
}
	
/*************************************
	Nav
**************************************/
#nav {
    float: right;
	margin: 5px  10px 0 0;
}

#nav li {
    float: left;
    list-style-type: none;
	padding-left: 10px;
}

#nav #icoBlog a {
	display: block;
	height: 32px;
	width: 37px;
}

#nav #icoSobre a {
	display: block;
	height: 32px;
	width: 128px;
}

#nav #icoSobre a:hover {
	display: block;
	height: 32px;
	width: 128px;
}

#nav #icoConcursos a {
	display: block;
	height: 32px;
	width: 87px;
}

#nav #icoVideos a {
	display: block;
	height: 32px;
	width: 57px;
}


/*************************************
	Main Container
**************************************/

#container { 
	text-align: left; 
	margin: 0 auto;
	padding: 0;
	border: 0;
	clear: both;
	height:100%;
	width:960px;
}

.container_post {
	overflow:hidden;
}
/*************************************
	Content
**************************************/
#content {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	overflow:hidden;
	width: 518px;
	}

#content h1.btmspace{ margin-bottom:15px; }
#content h1.btmspace_page{ margin-bottom:15px; }
#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
}

#content p img { border: none; padding: 0 5px 15px 0; }
#content ol { list-style-type: decimal; line-height: 18px;margin: 0;padding: 0 0 10px 35px;}
#content ul { list-style: none;	margin: 0; padding: 0 0 10px 0;	}
#content li { margin: 0; padding: 0;}
	
#content .post-meta-top {
	color: #b2b2b2;
	display: block;
	padding: 5px 0;
	float: left;
}

#content .post-bottom {
    border-top: 1px solid #DE0000;
    border-bottom: 1px solid #DE0000;
    display: block;
    margin: 0 0 25px 0;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    height: 100%;
}


/* contador comentarios */
.comm {
	background:url(images/img_bocadillo_comentarios_post.gif) no-repeat;
	height: 35px;
	font-size: 1.5em;
	line-height:27px;
	width: 41px;
	text-align: center;
}
    
.comm span {
	text-align: center;
	padding: 5px 0 0 0;
}

.comm a{
	text-decoration: none;
}

.comm a:visited{
	color: #de0000;	
}

.auth {
	color: #999999;
	float: left;
 	padding:0;
	text-align: left;
}

.auth a {
	color: #de0000;
	font-size:14px;
	text-decoration: none;
}

.date {
	color: #666;
	font-size: 0.7em;
	text-align: center;
}

.date_comm {
	float:left;
	width: 40px;
	margin-right: 10px;
}

.ico_comentario {
	vertical-align: middle;
	padding: 0 5px;
}

/*********************************************
		Post relacionados plugin
*********************************************/

#title_related_post {
	background-color: #f4f4f4;
	margin: 20px 0 10px 0;
	padding: 10px 10px 0 10px;
}

#title_related_post h3 {
	color: #333;

	font-size:12px;
	padding-bottom: 5px;

	text-align: left;
}

#title_related_post li {
	list-style: none;
	background: url(images/bullet_rojo_de0.gif) no-repeat 0 10px;
	padding: 2px 0 2px 15px;
	border-bottom: 1px dotted #999;
}

#title_related_post li a:hover {
	background-color: #dbdbdb; 
}


/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
    clear: both;
    margin: 15px 0;
    padding: 2px 0;
    height: 22px;
}

.nav-previous {
    width: 249px;
    float: left;
    text-align: left;
    margin: 2px 0;
}

.nav-next {
    width: 249px;
    float: right;
    text-align: right;
    margin: 2px 0;
}

.page-nav a {
    text-decoration: none;
}

.nav-previous a {
    padding-left: 10px;
}

.nav-next a {
    padding-right: 10px;
}


/*************************************
	Comments
**************************************/
.textarea {
	border:1px solid #de0000;
}

.Cbutton { 
	border:none; 
	font:bold 11px Verdana, sans-serif;
	padding:4px;
}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

#commentlist {
	margin: 10px 0;
	overflow: hidden;
}

.thecomment {
	overflow: hidden;
}

.comment-body {
	float: right;
	margin-top: 20px;
}

.comment_text {
	margin: 0 40px;
}

.comment_text p{
	padding: 0 !important;
}

.comment_body_sup{
	background: #fff url(images/comentarios/comentario_bocadillo_gris_up.gif) no-repeat 0 0;
	width: 397px;
	height: 10px;
	display: block;
}

.comment_body_inf{
	background: #fff url(images/comentarios/comentario_bocadillo_gris_down.gif) no-repeat 0 0;
	width: 397px;
	height: 10px;
	display: block;
}

.comment_body_cen{
	background: #ededed url(images/comentarios/comentario_bocadillo_gris_medio.gif) repeat-y 0 0;
	width: 397px;
	display: block;
}

.comment-metadata{
    float: left;
    width: 70px;
}

.authorcomment{
    overflow: hidden;
    height: 100%;
}

.authorcomment .comment-metadata{
	padding: 0;
}

.comment-timestamp{
	clear: both;
	font-size: 9px;
}

/*************************************
	Sidebar
**************************************/
#sidebar {
    float: right;
    display: block;
    width: 422px;
    margin: 0;
    padding: 0;
}

#sidebar .sidebar-bot {
    display: block;
    height: 20px;
    clear: both;
}

#sidebar ul {
    list-style-type: none;
}

#sidebarwrap {
    padding: 15px 0 0 0;
    margin: 0;
    border: none;
}


/*************************************
	Posts Section
**************************************/

#sidebar #sidebarwrap #popular {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#popular ul {
    margin: 0;
    padding: 0 10px 15px 10px;
}

#popular ul li {
    margin: 0;
    padding: 0;
}

#popular ul li ul {
    padding: 0;
}

#popular ul li ul li {
    margin: 0;
    padding: 5px 15px;
}

#popular ul li ul li a, #popular ul li ul li a:visited {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

#popular ul li ul li a:hover {
	text-decoration: none;
}

/*************************************
	Left Sidebar
**************************************/

#l_sidebar {
	float: left;
	display: block;
	width: 234px;
	font-size: 11px;
	margin: 0;
	padding: 0;

}

#l_sidebar ul, #l_sidebar ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

#l_sidebar ul li ul li {
	list-style: none;
	background: url(images/bullet_rojo_de0.gif) no-repeat 0 10px;
	margin: 0;
	padding: 0;
}


#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;
	color: #de0000;
}

#l_sidebar ul li ul li a:hover, #r_sidebar ul li ul li a:hover {
	color:#de0000;
	background-color: #ededed;
}

#l_sidebar ul li ul li ul {
	border: none;
	padding: 0; margin: 0;
}
#l_sidebar ul li ul li.recentcomments {padding: 5px 0 5px 10px; }

/*
.widget_tag_cloud a { margin-left: 10px; }
*/

/*************************************
	Right Sidebar
**************************************/

#r_sidebar {
	float: right;
	display: block;
	width: 168px;
	font-size: 11px;
	margin: 0; 
	padding: 0;
}

#r_sidebar ul, #r_sidebar ul li {
	margin: 0 0 15px 0; padding: 0;
}

#r_sidebar ul li ul li a{
	color: #de0000;
}
#r_sidebar ul li ul li a:hover {
	color: #de0000;
}

#r_sidebar ul li ul li {
	list-style: none;
	background: url(images/bullet_rojo_de0.gif) no-repeat 0 10px;
	margin: 0;
	padding: 0;
}

#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 0 5px 10px;
	margin: 0;
	text-decoration: none;
}

/*************************************
	Paginador
**************************************/
.wp-pagenavi {margin: 5px 0 5px 40px;}

/*************************************
	Sociable
**************************************/
.sociable_tagline {margin-bottom: 10px;}

/*************************************
	Footer
**************************************/
#footer {
	margin: 30px auto 0;
	width: 960px;
}

#footer ul li{
	font-size: 11px;
	list-style-type: none;
	background: url(images/bullet_rojo_de0.gif) no-repeat 0 7px;
	padding-left: 10px;
}

.footer_bloque {
	float: left;
	width: 175px;
}

#footer_line {
	border-bottom:10px solid #DE0000;
	border-top:10px solid #000000;
	margin-top:10px;
}

#menufooter span {
	float:left;
	font-weight:800;
	margin-top:5px;
	text-align:right;
	width:253px;
}
.menu_footer {
	float: right;
	background: #ededed url(images/bg_btns_atrapalo_footer.gif) no-repeat;
	height: 31px;
	width: 703px;
}


/*************************************
	Taber Style
**************************************/
.xsnazzy {margin-top: 10px;}
.tabberlive .tabbertabhide {display: none;}
.tabberlive {margin: 0;}
ul.tabbernav {margin: 0;padding: 3px 0;}
ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
    padding-right: 5px;
}
ul.tabbernav li a {
    padding: 3px 0.5em;
    color: #ed0000;
    background: #ededed;
    text-decoration: none;
}
ul.tabbernav li.tabberactive a {background-color: #000;color: #fff;}
ul.tabbernav li a:hover {color: #de0000;background-color: #f4f4f4;}
ul.tabbernav li.tabberactive a:hover {color: #fff;background-color: #333;}

/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	background-color:#f4f4f4;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {display: none;}
.tabberlive .tabbertab h3 {display: none;}
.tabberlive#tab2 .tabbertab {height: 200px;overflow: auto;}

/* eliminacion del icono rss */
.rsswidget img {display:none;}
img.wp-smiley {padding:0 !important;}
#tag_cloud.widget_tag_cloud a:hover {text-decoration: underline;}

