/*  
Theme Name: Cooking And Tasting
Theme URI: http://idibayconsulting.com
Description: 
Version: 0.1
Author: Idibay Consulting SL
Author URI: http://www.idibayconsulting.com
*/

html, body, h1, h2, h3, ul, li, form, input{
    border:0;
    margin:0;
    padding:0;
	}
body{
	background: #d5dee3 url(images/bg_body.jpg) top repeat-x;
	text-align:center;
	font-family: Arial, Verdana;
}


/***** LINKS *****/

a{
	}
a:link{
	}
a:visited{
	}
a:active{
	}
a:hover{
	}
/***** IMAGES AS LINKS *****/
a img, a:link img, a:visited img, a:link:active img, a:visited:active img, a:hover img{
	text-decoration: none;
	border: 0;
}
/***** WRAPPER *****/

#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
/***** HEADER *****/

#header{
	background: #d9e2e6 url(images/bg_header.jpg) no-repeat;
	width: 960px;
	height: 148px;
	}
#header div.logo{
	float: left;
	width: 315px;
	height: 104px;
}
#header .logo img{
	margin: 31px 0px 0px 56px;
}
#header .banner{
	width: 501px;
	height: 80px;
	float: right;
	margin: 42px 25px 0px 0px; 
}

/********** NAVIGATION MENU ***********/
#nav{
	height: 30px;
	margin-top: 18px;
	clear: both;
	background-color: #0195bd;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul{
	padding: 0;
	margin: 0;
}
#nav ul li{
	display: inline;
	text-transform: uppercase;
	font-size: 11pt;
	margin-right: 3px;
	font-weight: bold;
	height: 30px;
}
#nav ul li a{
	text-decoration: none;
	color: #fff;
	padding: 6px 4px 0px 4px;
	background-image: none;
	display: block;
	float: left;
	font-weight: bold;
	height: 24px;
}
#nav ul li a:hover{
	background-image: none;
	background-color: #d58609;
	color: #fff;
}
#nav ul li.mas a{
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
	/** dropdown **/
	/*** NAVIGATION MENU WITH DROP DOWN ***/
	#nav ul ul {
		margin: 0;
		padding: 0;
		padding-top: 8px;
		width: 150px;
		}
	#nav ul li ul li{
		background-color: #0195bd;
		width: 150px;
		border-bottom: 1px solid #00556d;
		border-right: 1px solid #00556d;
		border-left: 1px solid #00556d;
		height: 28px;
	}
	#nav li {
		float:left;
		position:relative;
		}

	/* style the second level background */
	#nav ul li.mas ul a.drop, #nav ul li.mas ul a.drop:visited {
		background-image: none;
		color: #111;
		width: 150px;
		font-size: 10pt;
		height: 28px;
		}
	/* style the second level hover */
	#nav ul li.mas ul a.drop:hover{
		background-image: none;
		background-color: #d58609;
		}
	#nav ul li.mas ul :hover > a.drop {
		background-color: #d58609;
		background-image: none;
		color: #fff;
	}

	/* hide the sub levels and give them a positon absolute so that they take up no room */
	#nav ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top:22px;
		left:0; 
		padding-bottom: 0px;
	}

	/* style the table so that it takes no ppart in the layout - required for IE to work */
	#nav table {
		position:absolute; 
		top:0; 
		left:0; 
		}

	/* style the second level links */
	#nav ul li.mas ul a, #nav ul li.mas ul a:visited {
		background-image: none;
		color:#fff; 
		height:14px; 
		padding: 7px 10px; 
		width:130px;
		font-size: 10pt;
		}
	/* yet another hack for IE5.5 */
	* html #nav ul ul a, * html #nav ul ul a:visited {
		/*width:150px;
		w\idth:128px;*/
		}
	#nav ul li.mas ul a:hover{
		background-image: none;
		background-color: #d58609;
		color: #fff;
	}
	#nav ul li:hover ul,
	#nav ul a:hover ul{visibility:visible; }

#nav li.suscripcion, #nav li.feedrss{
	float: right;
}
#nav li.suscripcion{
	background: transparent url(images/bg_suscripcion.png) center left no-repeat;
}
#nav li.feedrss{
	background: transparent url(images/bg_feedrss.png) center left no-repeat;
}
#nav li.suscripcion a, #nav li.feedrss a{
	font-size: 9pt;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 0px;
	height: 20px;
	background-color: transparent!important;
}
#nav li.suscripcion a:hover, #nav li.feedrss a:hover{
	color: #fff;
	text-decoration: underline;
	background-color: transparent!important;
}


	
/*** SEARCH AND LOGIN ***/
.search{
	height: 29px;
	background-color: #c7d6dd;
	width: 960px;
	padding-top: 5px;
	clear: both;
}
#searchform .searchinput{
	border: 1px solid #909195;
	background-color: #fff;
	width: 400px;
	height: 18px;
	margin: 1px 0px 0px 8px;
	padding: 2px 5px 0px 5px;
	float: left;
}
#searchform .searchbutton{
	background: #c7d6dd url(images/bg_searchbutton.jpg) no-repeat;
	width: 66px;
	height: 24px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Verdana;
	float: left;
	padding-bottom: 4px;
}
#searchform .searchbutton a{
	color: black;
	text-decoration: none;
}
#searchform a{
	text-decoration: none;
	border: none;
}
ul.login{
	list-style: none;
	width: 440px;
	font-size: 9pt;
	float: right;
	color: #0e3f58;
	padding: 5px 2px 0px 0px;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	overflow: hidden;
}
ul.login h2{
	font-weight: normal;
	font-size: 10pt;
	text-align: right;
	font-style: italic;
}
ul.login li{
	display: inline;
}
ul.login li a{
	color: #0e3f58;
	font-weight: normal;
	text-decoration: none;
}
ul.login li a:hover{
	color: #001f2f;
	text-decoration: underline;
}

/***** MAIN *****/

#main{
	width: 600px;
	float: left;
	padding: 20px;
	}
#main h2 .entry, #main .entry h1{
	margin: 0;
	padding: 0;
	font-size: 17pt;
	color: #111;
}
#main_archive .entry h2{
	font-size: 16.5pt;
}
#main .entry h1 a, #main .entry h2 a{
	color: #111;
	text-decoration: none;
}
#main .entry h1 a:hover, #main h2 a:hover{
	color: #128cc4;
}
.metadata{
	font-size: 10pt;
	margin-top: 6px;
}
.metadata a{
	color: #111;
	text-decoration: none;
}
.metadata .categorias{
	width: 500px;
	float: left;
	padding-bottom: 5px;
}
	.metadata .categorias a{
		color: #128cc4;
		text-decoration:underline;
	}
	.metadata .categorias a:hover{
		color: #111;
		text-decoration: underline;
	}
.metadata .comentarios{
	width: 40px;
	float: right;
	text-align: right;
	font-size: 11pt;
}
	.metadata .comentarios a{
		background: url(images/bg_comments.jpg) left center no-repeat;
		padding-left: 20px;
		padding-top: 1px;
	}
	.metadata .comentarios a:hover{
		text-decoration: underline;
	}
.metadata .post-ratings{
	width: 40px;
	float: right;
	font-size: 11pt;
	margin-left: 0px;
	font-weight: normal;
	margin-top: -4px;
	text-align: center;
	height: 21px;
	overflow: hidden;
}
#main .metadata .post-ratings img{
	margin-top: 2px;
}
#main .metadata .post-ratings .votos_info{
	width: 40px;
	float: right;
	font-size: 11pt;
	margin-left: 0px;
	font-weight: normal;
	margin-top: -4px;
	text-align: center;
}
.metadata .post-ratings-registro{
	width: 37px;
	float: right;
	font-size: 11pt;
	margin-left: 0px;
	font-weight: normal;
	margin-top: -4px;
	text-align: right;
}
#main .metadata .post-ratings-registro img{
	margin-top: 2px;
}
.content{
	margin-top: 30px;
	clear: both;
	font-family: Arial;
	color: #222;
}
.content p{
	margin: 8px 0px;
}
.content img{
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 3px;
}
.content div.wp-caption{
	background-color: #f0f0f0;
	padding: 5px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #bbb;
}
.content div.wp-caption p.wp-caption-text{
	text-align: center;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content .share{
	clear: both;
	text-align: left;
	}
.content .share p{
	width: 100px;
	float: right;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10pt;
	padding-top: 8px;
	}

.content .share a{
	display: block;
	float: right;
	width: 85px;
	height: 30px;
	margin: 0px 5px;
	margin-top: 8px;
	}
.content .share a.twitter{
	background: url(images/sharetwitter.jpg) scroll 0% 0% no-repeat;
	}
.content .share a.buzz{
	background: url(images/sharebuzz.jpg) scroll 0% 0% no-repeat;
	}
.content .share a.facebook{
	background: url(images/sharefacebook.jpg) scroll 0% 0% no-repeat;
	}
.content .share span.bitly{
    font-family: Monospace;
    color: #555;
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 9pt;
}

img.alignright{
	margin: 8px 0px 8px 12px;
	float: right;
}
img.alignleft{
	margin: 8px 12px 8px 0px;
	float: left;
}
.content .aligncenter{
	margin: 0 auto;
	text-align: center;
	display: block;
}

.content h6{
	font-weight: bold;
	font-size: 14pt;
	color: #00709a;
	margin: 0px;
	padding: 0px;
}
.content ul{
	list-style: disc;
	margin: 10px 0px 10px 30px;
}
.content ul li{
	margin-bottom: 2px;
}
.content img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h3{
	color: #222;
}
.content ul.wp-tag-cloud{
	list-style: disc;
	margin-left: 30px;
	width: 150px;
	float: left;
	color: #005774;
}
.content ul.wp-tag-cloud li{
	margin-bottom: 2px;
	}
.content ul.wp-tag-cloud a{
	text-decoration: none;
	color: #005774;
}
.content ul.wp-tag-cloud a:hover{
	text-decoration: underline;
	color: #002f3f;
}
.content .glosario_completo{
	text-align: right;
	font-size: 10pt;
	margin: 20px 10px 0px 0px;
}
.content .wp-tag-cloud_mini{
	text-align: center;
	line-height: 22px;
}
.content wp-tag-cloud_mini a{
	text-decoration: none;
	color: #005774;
}
.content wp-tag-cloud_mini a:hover{
	text-decoration: underline;
	color: #002f3f;
}
.content .glosario_completo a{
	background-color: #f0f0f0;
	padding: 4px 8px;
	border: 1px solid #bbb;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.content .glosario_completo a:hover{
	background-color: #005774;
	text-decoration: none;
	color: #fff;
}
.content a{
	color: #128cc4;
	text-decoration: none;
}
.content a:hover{
	color: #222;
	text-decoration: underline;
}
.content .content_tags{
	padding-top: 10px;
}
hr{
	clear: both;
	margin-top: 16px;
	background-color: transparent;
	border:0;
	border-top: 1px solid #d6d6d6;
}


/***** ENTRY *****/
.entry{

}
.entry img.alignright{
	margin: 8px 0px 8px 15px;
}
.entry img.alignleft{
	margin: 8px 15px 8px 0px;
}
.entry .content{
}
.entry h3{
	color: #0d5472;
	margin-top: 10px;
}
.entry .con_thumbnail h3{
	margin-top: 0px;
}
.entry .tag_description{
	width: 340px;
	margin: 20px 0px 15px 20px;
	font-size: 10pt;
	line-height: 16px;
	background-color: #f0f0f0;
	border-left: 2px solid #aaa;
	padding: 10px 10px 10px 20px;
	
}
ul{
	list-style:none;
	}

h2{
	}
h3{
	}
h4{
	}

/***** SIDEBAR *****/

#sidebar{
	width: 300px;
	float: right;
	padding-right: 10px;
	}
#sidebar .anuncio_sidebar{
	text-align: center;
	margin: 15px 0px 0px 0px;
}
/* Contains the entire tabbed section */
.tabbed {
	margin-top: 20px;
	}
/*List of tabs*/
.tabbed ul.tabs {
	display: inline;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.tabbed ul.tabs li.t1 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
.tabbed ul.tabs li.t2 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 2px;
	}
.t1 ul, .t2 ul{
	padding: 0px;
}
.t1, .t2{
	margin-bottom: 12px;
}
.t2{
	/*display: none;*/
}
.t1 ul li, .t2 ul li{
	height: 69px;
	padding: 6px 10px;
	overflow: hidden;
}
.t1 ul li.alt, .t2 ul li.alt{
	background-color: #faf8d5;
}
.tabbed ul.tabs li.t1 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t1.jpg) no-repeat;
	width: 85px;
	height: 22px;
	padding-left: 30px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed ul.tabs-rep li.t1 a {
	width: 200px;
	background: url(images/bg_t1_rep.jpg) no-repeat;
}

.tabbed ul.tabs li.t2 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t2.jpg) no-repeat;
	width: 119px;
	height: 22px;
	padding-left: 28px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed ul.tabs li a:hover {
	text-decoration: underline;
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
	
	}
/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #e3dee4;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2 {
	display: none;
	}
.tabbed .t1 ul li, .tabbed .t2 ul li{
	clear: both;
}
#sidebar .tabbed .t1 h4, #sidebar .tabbed .t2 h4{
	float: left;
	font-size: 10pt;
	width: 170px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}
	#sidebar .tabbed .t1 h4 a, #sidebar .tabbed .t2 h4 a{
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	#sidebar .tabbed .t1 h4 a:hover, #sidebar .tabbed .t2 h4 a:hover{
		color: #000;
		text-decoration: underline;
	}

#sidebar .tabbed .t1 img.thumbnail, #sidebar .tabbed .t2 img.thumbnail{
	border: 1px solid #e3dee4;
	padding: 3px;
	float: left;
	margin-right: 8px;
}
#sidebar .tabbed .t1 img.thumbnail:hover, #sidebar .tabbed .t2 img.thumbnail:hover{
	border: 1px solid #1786ba;
}
.tabbed .t1 ul li p, .tabbed .t2 ul li p{
	font-size: 9pt;
	color: #1786ba;
	line-height: 17px;
	margin-top: 0px;
	padding-top: 0px;
}
	.tabbed .t1 ul li p a, .tabbed .t2 ul li p a{
		color: #1786ba;
		text-decoration: underline;
	}
	.tabbed .t1 ul li p a:hover, .tabbed .t2 ul li p a:hover{
		color: #111;
	}
	.tabbed .t1 ul li p.rep {
		color: #555;
	}
	.tabbed .t1 ul li p.rep a {
		text-decoration: none;
	}
#sidebar .todos_destacados{
	clear: both;
	padding: 3px 10px 5px 0px;
	background-color: #ebebeb;
	text-align: right;
	font-size: 9pt;
	margin: 0;
}
#sidebar .todos_destacados a{
	background: #ebebeb url(images/bg_todos_destacados.png) left center no-repeat;
	text-decoration: none;
	color: #000;
	padding-left: 16px;
}
#sidebar .todos_destacados a:hover{
	text-decoration: underline;
}

#sidebar .sidebar_banners{
	margin-top: 25px;
	text-align: right;
}
#sidebar .sidebar_banners img{
	margin-bottom: 10px;
}
#sidebar .adsense{
	margin: 8px 0px;
	text-align: center;
}
/* Contains the entire tabbed section of "Vino: Elaboración" and "Vino: Técnica y Cata" */
.tabbed3 {
	margin-top: 20px;
	}
/*List of tabs*/
.tabbed3 ul.tabs {
	display: inline;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.tabbed3 ul.tabs li.t5 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
.tabbed3 ul.tabs li.t6 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 2px;
	}
.t5 ul, .t6 ul{
	padding: 0px;
}
.t5, .t6{
	margin-bottom: 12px;
}
.t6{
	/*display: none;*/
}
.t5 ul li, .t6 ul li{
	height: 70px;
	padding: 6px 10px;
	overflow: hidden;
}
.t5 ul li.alt, .t6 ul li.alt{
	background-color: #f5d8d7;
}
.tabbed3 ul.tabs li.t5 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t5.jpg) no-repeat;
	width: 85px;
	height: 22px;
	padding-left: 30px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed3 ul.tabs li.t6 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t6.jpg) no-repeat;
	width: 129px;
	height: 22px;
	padding-left: 28px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed3 ul.tabs li a:hover {
	text-decoration: underline;
	}

/* The current selected tab */
.tabbed3 ul.tabs li a.tab-current {
	
	}
/* The content shown when a tab is selected */
.tabbed3 div {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #e3dee4;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed3 div.t6 {
	display: none;
	}
.tabbed3 .t5 ul li, .tabbed3 .t6 ul li{
	clear: both;
}
#sidebar .tabbed3 .t5 h4, #sidebar .tabbed3 .t6 h4{
	float: left;
	font-size: 10pt;
	width: 170px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}
	#sidebar .tabbed3 .t5 h4 a, #sidebar .tabbed3 .t6 h4 a{
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	#sidebar .tabbed3 .t5 h4 a:hover, #sidebar .tabbed3 .t6 h4 a:hover{
		color: #000;
		text-decoration: underline;
	}

#sidebar .tabbed3 .t5 img.thumbnail, #sidebar .tabbed3 .t6 img.thumbnail{
	border: 1px solid #e3dee4;
	padding: 3px;
	float: left;
	margin-right: 8px;
}
#sidebar .tabbed3 .t5 img.thumbnail:hover, #sidebar .tabbed3 .t6 img.thumbnail:hover{
	border: 1px solid #1786ba;
}
.tabbed3 .t5 ul li p, .tabbed3 .t6 ul li p{
	font-size: 9pt;
	color: #1786ba;
	line-height: 17px;
}
	.tabbed3 .t5 ul li p a, .tabbed3 .t6 ul li p a{
		color: #1786ba;
		text-decoration: underline;
	}
	.tabbed3 .t5 ul li p a:hover, .tabbed3 .t6 ul li p a:hover{
		color: #111;
	}



/***** SIDEBAR CATEGORIAS *****/
.titulo_categorias{
	background: url(images/bg_categorias.jpg) no-repeat;
	width: 85px;
	height: 22px;
	color: #fff;
	padding: 5px 0px 0px 30px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
}
#sidebar_categorias{
	background-color: #e5ecf2;
	width: 170px;
	float: left;
	margin-right: 30px;
	padding-bottom: 15px;
}
#sidebar_categorias h4{
	padding-left: 10px;
	font-weight: bold;
	color: #111;
	font-size: 12pt;
	margin: 0;
	padding: 10px;
}
#sidebar_categorias ul{
	padding-right: 8px;
	padding-left: 26px;
	font-size: 10pt;
	color: #005774;
}
#sidebar_categorias ul li{
	list-style: square;
	padding-left: 0px;
}
#sidebar_categorias ul li a{
	text-decoration: none;
	color: #005774;
}
#sidebar_categorias ul li a:hover{
	text-decoration: underline;
	color: #002f3f;
}

/***** SIDEBAR CATEGORIAS IN SEARCH *****/

.titulo_categorias_search{
	background: url(images/bg_categorias.jpg) no-repeat;
	width: 85px;
	height: 22px;
	color: #fff;
	padding: 5px 0px 0px 30px;
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0px 0px 20px;
}
#sidebar_categorias_search{
	background-color: #e5ecf2;
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-left: 20px;
	padding-bottom: 15px;
}
#sidebar_categorias_search h4{
	padding-left: 10px;
	font-weight: bold;
	color: #111;
	font-size: 12pt;
	margin: 0;
	padding: 10px;
}
#sidebar_categorias_search ul{
	padding-right: 8px;
	padding-left: 26px;
	font-size: 10pt;
	color: #005774;
}
#sidebar_categorias_search ul li{
	list-style: square;
	padding-left: 0px;
}
#sidebar_categorias_search ul li a{
	text-decoration: none;
	color: #005774;
}
#sidebar_categorias_search ul li a:hover{
	text-decoration: underline;
	color: #002f3f;
}


/***** ACTUALIDAD *****/


/* Contains the entire tabbed section */
.tabbed2 {
	margin-top: 0px;
	width: 398px;
	float: left;
	}
/*List of tabs*/
.tabbed2 ul.tabs {
	display: inline;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.tabbed2 ul.tabs li.t3 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
.tabbed2 ul.tabs li.t4 {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 2px;
	}
.t3 ul, .t4 ul{
	padding: 0px;
}
.t3 ul li{
	padding: 6px 10px;
}
.t4 ul li{
	padding: 6px 10px;
	overflow: hidden;
}
.t3 ul li.alt, .t4 ul li.alt{
	background-color: #faf8d5;
}
.tabbed2 ul.tabs li.t3 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t3.jpg) no-repeat;
	width: 59px;
	height: 22px;
	padding-left: 30px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed2 ul.tabs li.t4 a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	cursor: pointer;
	background: url(images/bg_t4.jpg) no-repeat;
	width: 104px;
	height: 22px;
	padding-left: 28px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	}
.tabbed2 ul.tabs li a:hover {
	text-decoration: underline;
	}

/* The current selected tab */
.tabbed2 ul.tabs li a.tab-current {
	
	}
/* The content shown when a tab is selected */
.tabbed2 div {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #e3dee4;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed2 div.t4 {
	display: none;
	}
.tabbed2 .t3 ul li, .tabbed2 .t4 ul li{
	clear: both;
}
.tabbed2 .t3 h4,  .tabbed2 .t4 h4{
	float: left;
	font-size: 11pt;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	width: 270px;
}
.tabbed2 .t4 h4{
	width: 275px;
}
	.tabbed2 .t3 h4 a,  .tabbed2 .t4 h4 a{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	.tabbed2 .t3 h4 a:hover,  .tabbed2 .t4 h4 a:hover{
		color: #000;
		text-decoration: underline;
	}
.tabbed2 .t3 img.thumbnail,  .tabbed2 .t4 img.thumbnail{
	border: 1px solid #e3dee4;
	padding: 3px;
	float: left;
	margin-right: 8px;
}
.tabbed2 .t3 img.thumbnail:hover,  .tabbed2 .t4 img.thumbnail:hover{
	border: 1px solid #1786ba;
}
.tabbed2 .t3 ul li.sin_foto p{
	clear: both;
	font-size: 9pt;
	color: #222;
}
.tabbed2 .t3 ul li.con_foto p{
	font-size: 9pt;
	color: #222;
}
.tabbed2 .t4 ul li p{
	font-size: 9pt;
	color: #222;
}
	.tabbed2 .t3 ul li p a.actualidad_ver_mas, .tabbed2 .t4 ul li p a{
		color: #1786ba;
		text-decoration: underline;
	}
	.tabbed2 .t3 ul li p a.actualidad_ver_mas:hover, .tabbed2 .t4 ul li p a:hover{
		color: #111;
	}
	
.tabbed2 a.todas_noticias{
	display: block;
	float: left;
	width: 375px;
	padding: 3px 25px 5px 0px;
	border-left: 1px solid #e3dee4;
	background-color: #ebebeb;
	text-align: right;
	font-size: 9pt;
	color: #000;
	background: #ebebeb url(images/bg_todas_noticias.png) right center no-repeat;
	text-decoration: none;
}
.tabbed2 a.todas_noticias:hover{
		text-decoration: underline;
	}



/***** ARCHIVE LIST *****/

#main_archive{
	width: 415px;
	float: left;
	padding: 0px;
	margin-top: -30px;
	}
ul.archive_list{
	margin-top: 25px;
	border: 1px solid #ccc;
}
ul.archive_list li{
	list-style: none;
	padding: 6px 10px;
	overflow: hidden;
}
ul.archive_list li.alt{
	background-color: #faf8d5;
}
ul.archive_list li img.thumbnail{
	float: right;
	margin-left: 12px;
	margin-top: 7px;
	border: 1px solid #ddd;
	padding: 3px;
}
ul.archive_list li .archive_entry{
	clear: left;
	font-size: 10pt;
}
ul.archive_list li .archive_entry p.archive_metadata{
	padding: 6px 0px 3px 0px;
	text-align: right;
}
	ul.archive_list li .archive_entry a{
		color: #006898;
		text-decoration: none;
	}
	ul.archive_list li .archive_entry a:hover{
		color: #003c58;
		text-decoration: underline;
	}
ul.archive_list li h3{
	float: left;
	margin-bottom: 6px;
	font-size: 12pt;
	padding-top: 5px;
}
	ul.archive_list li h3 a{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	ul.archive_list li h3 a:hover{
		color: #128cc4;
	}
	
.resultados_anteriores{
	padding-top: 10px;
	font-size: 10pt;
	width: 180px;
	float: left;
}
.resultados_posteriores{
	width: 180px;
	padding-top: 10px;
	font-size: 10pt;
	float: right;
	text-align: right;
}
	.resultados_anteriores a, .resultados_posteriores a{
		color: #111;
		font-weight: bold;
		text-decoration: none;
	}
	.resultados_anteriores a:hover, .resultados_posteriores a:hover{
		color: #666;
		text-decoration: underline;
	}
ul.archive_list li.con_thumbnail h3{
	width: 280px;
}
ul.archive_list li a.ver_mas{
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
}
ul.archive_list li.con_thumbnail{
	height: auto;
}
ul.archive_list li.con_thumbnail img.thumbnail{
	float: right;
	margin-left: 12px;
}
ul.archive_list li.con_thumbnail p.archive_metadata{
	margin-left: 15px;
	padding-top: 0px;
	width: 270px;
	float: left;
	text-align: left;
}

/***** FOOTER *****/

#footer{
	background-color: #929292;
	height: 55px;
	font-size: 10pt;
	color: #fff;
	margin-top: 20px;
	padding: 15px 10px 0px 10px;
	}
#footer ul{
	list-syle: none;
	width: 550px;
	text-align: right;
	float: right;
}
    #footer ul li{
    	display: inline;
    	margin: 0px 3px;
    }
    #footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:active{
    	color: white;
    	text-decoration: none;
    }
    #footer ul li a:hover{
    	text-decoration: underline;
    }
    #footer .copyright{
    	width: 250px;
    	float: left;
    }
    #footer .copyright a{
		text-decoration: none;
		color: #fff;
    }
    #footer .copyright a:hover{
    	text-decoration: underline;
    }
/***** OTHER ******/
.right, .alignright{
	float:right;
	}
.left, .alignleft{
	float: left;
	}
.clear{
	clear:both;
	}

/***** OTHER *****/
.clear{
	clear: both;
}
/***** COMMENTS *****/

.comments_block{
	font-size: 10pt;
	margin-top: 0px;
	width: 398px;
	float: left;
}
.comments_block h3{
	margin: 10px 0px;
	font-size: 14pt;
}
.comments_block .comment_data{
	font-size: 8pt;
}
.comments_block a{
	color: #128cc4;
	text-decoration: none;
}
.comments_block a:hover{
	color: #222;
	text-decoration: underline;
}

ol.commentlist {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 margin: 12px 0px 20px 0px;
	 border-top: 1px solid #bbb;
	}
 
ol.commentlist li {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 background-color: #faf8d5; 
	 border-bottom: 1px solid #bbb;
	 padding: 10px;
	 clear: both;
	}
.commentlist li.alt{
	 background-color: #fff; 
	}
ol.commentlist li .comment_data{
	margin-top: 14px;
	text-align: right;
}
ol.commentlist li cite{
	font-style: normal;
	font-size: 11pt;
	font-weight: bold;
}
ol.commentlist li .comment_text{
	padding: 6px 6px 0px 12px;
}
ol.commentlist li img.avatar{
	float: right;
	margin: 0px 0px 4px 8px;
}
.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 3px;
	width: 200px;
	height: 18px;
	font-size: 10pt;
	margin-bottom: 4px;
	}

#commentform textarea {
	margin-top: 5px;
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 6px;
	width: 375px;
	font-size: 10pt;
	height: 100px;
	}

#commentform input.boton {
	 background: #fff url(images/submit_comment.jpg) no-repeat;
	 font-weight: bold;
	 text-align: center;
	 margin-top: 10px;
	 font-size: 9pt;
	 padding: 3px 5px;
	 width: 145px;
	 height: 25px;
	 border: none;
	}
#commentform input.boton:hover {
	 background: #faf8d5 url(images/submit_comment_hover.jpg) no-repeat;
	 color: #777;
	}

/***** FORMULARIO DE CONTACTO ****/
.content form.wpcf7-form label{
}
.content form.wpcf7-form input{
	border: 1px solid #aaa;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff;
	padding: 3px;
	margin: 6px 0px 12px 15px;
	width: 350px;
	height: 18px;
}
.content form.wpcf7-form textarea{
	border: 1px solid #aaa;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fff;
	padding: 3px;
	margin: 6px 0px 12px 15px;
	width: 350px;
	height: 160px;
}
.content form.wpcf7-form .boton_contacto input{
	background-color: #fff;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #222;
	width: 100px;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #aaa;
	margin-top: 6px;
}
.content form.wpcf7-form .boton_contacto input:hover{
	background-color: #eee;
}
h3 span.search-hightlight{
	background-color: #caeaff;
}

/**** LOGIN AND REGISTER THICKBOX FORM ****/
#TB_window form{
	background: #fff url(images/logo_login.jpg) top center no-repeat;
	padding-top: 120px;
}
.thickbox_form{
	font-family: Arial;
}
#TB_window form input{
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 3px;
	margin: 3px 0px 0px 10px;
	width: 270px;
}
#TB_window form input.rememberme{
	margin-right: 6px;
}
#TB_window form input.boton, #TB_window form input.boton-register{
	border: 1px solid #bbb;
	background-color: #ffffe5;
	padding: 3px;
	width: 120px;
	padding-top: 5px;
	margin: 8px 0px 0px 168px;
	font-weight: bold;
}
#TB_window form input.boton-register{
	width: 200px;
	margin-left: 90px;
}
#TB_window form input.boton a, #TB_window form input.boton-register a{
	font-weight: bold;
}
#TB_window form input.boton:hover, #TB_window form input.boton-register:hover{
	background-color: #ffffee;
	border: 1px solid #777;
}
#TB_window form .no-registrado, #TB_window form .olvidado{
	font-size: 9pt;
} 
#TB_window form .no-registrado a, #TB_window form .olvidado a{
	text-decoration: underline;
	color: #222;
} 
#TB_window form .no-registrado a:hover, #TB_window form .olvidado a:hover{
	color: #014de8;
} 
#TB_window form .no-registrado{
	margin-top: 4px;
	width: 90px;
	float: left;
}
#TB_window form .olvidado{
	margin-top: 4px;
	width: 180px;
	float: right;
	text-align: right;
}

/**** SUBSCRIPTION BY MAIL (FEEDBURNER) *****/
.suscripcion_form{
	margin-top: 15px;
	background-color: #f0f0f0;
	text-align:center;
	border:1px solid #ccc;
	padding: 10px;
}
.suscripcion_form form{
	text-align:center;
}
.suscripcion_form form input{
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	width: 350px;
	text-align:left;
}
.suscripcion_form form input.boton{
	border: 1px solid #bbb;
	background-color: #ffffe5;
	padding: 3px;
	width: 110px;
	padding-top: 5px;
	margin: 0;
	margin-top: 8px;
	font-weight: bold;
	text-align:center;
}

/***** PAGEBAR ****/
.pagebar{
	text-align: right;
	margin-top: 12px;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
}
.pagebar a{
	text-decoration: none;
	border: 1px solid #999;
	background-color: #f0f0f0;
	color: #222;
	padding: 2px 3px;
	margin: 0px 1px;
}
.pagebar a:hover{
	border: 1px solid #046c9d;
	background-color: #046c9d;
	color: #fff;
}
