/*
      Theme Name: NewsThemes
      Theme URI: http://www.periodismohumano.com
      Version: 1.0
      Author: Daniel Aguilar
      Author URI: http://www.e-dac.es
*/

/* FIXES */
*, html { 
	margin:0; 
	padding:0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* END FIXES */
body {
	font-family:"Microsoft Sans Serif", sans-serif;
	font-size:0.8em;
}
a {
	text-decoration:none;
	color:#005DD7;
}
	a.red {
		color:#D12421;
	}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px;
}

#header-full {
	width:100%;
	background:#D12421; 
}
#header {
	width:990px;
	height:75px;
	padding-top:1px;
	margin:0px auto 0px auto;
}
	#header h1 {
		height:58px;
		width:410px;
		margin:12px 29px;
		background:url('images/sprite.png') 0px -735px no-repeat; 
		float:left;
		color:#fff;
		position:relative;
	}
		#header h1 a {
			display:block;
			height:50px;
			width:410px;
			text-align:left;
			text-indent:-9999999px;
			position:absolute;
			top:0px;
		}
	#searchbox {
		margin-left:760px;
		margin-top:30px;
	}
	#searchbox label {
		color:#fff;
		font-size:12px;
		text-transform:lowercase;
	}	
		#searchbox input {
			border-radius:6px;
			-webkit-border-radius:6px;
			-moz-border-radius:6px;
			border:1px;
			height:14px;
			padding:2px 6px;
		}
		#searchbox input[type=submit] {
			visibility:hidden;
		}
	#full-header-toggle {
		width:100%;
		background:#ddd;
	}
		#header-toggle {
			background:url('images/background-banner.png') #ddd 20px 0px no-repeat;
			width:990px;
			margin:0px auto;
			height:26px;
		}
			#toggle-banner {
				float:right;
				color:#4C4C4C;
				margin:3px;
				font-size:12px;
				margin-right:26px;
			}
		#banner {
			height:120px;
			background: #ddd center no-repeat;
			text-align:center;
		}
	#navbar {
		width:100%;
		height:50px;
		background:#000;
		font-size:10px;
	}
	#navbar #menu {
		width:990px;
		margin:0px auto;
		list-style:none;
		text-transform:uppercase;
		font-size:12px;
	}
		#navbar #menu li {
			float: left; 
			zoom: 1;
			padding:13px 3px;
			list-style:none;
			background:transparent url("images/separator.png") right 6px no-repeat;
		}
		#navbar #menu  li.enfoques {
			width:80px;
		}
		#navbar #menu  li.enfoques a { 
			text-transform:lowercase;
			color:#D12421;
		}
		#navbar #menu  li.multimedia {
			background:none;
		}
		#navbar #menu  li.multimedia a { 
			text-transform:lowercase;
			color:#D12421;
		}

		#navbar #menu li a {
			display: block; 
			padding: 6px 19px 4px 19px; 
			display:block;
			text-decoration:none;
			color: #fff; 
		}

		#menu li.hover, #menu li:hover { 
			position: relative; 
			}
		#menu li.hover a { 
			
			}
			#navbar #menu  li.cat-item-1 a:hover { 
				color:#829CBA;
			}
			#navbar #menu  li.cat-item-13 a:hover { 
				color: #8DC775;
			}
			#navbar #menu  li.cat-item-20 a:hover { 
				color:#C2C389;
			}
			#navbar #menu  li.cat-item-19 a:hover { 
				color:#FD9D77;
			}
			#navbar #menu  li.cat-item-23 a:hover { 
				color:#EBD175;
			}
			#navbar #menu  li.cat-item-18 a:hover { 
				color:#D5AC9F;
			}
			#navbar #menu  li.cat-item-21 a:hover { 
				color:#AFC1C5;
			}
			
			#navbar #menu  li.enfoques a:hover { 
				color:#891715;
			}
			#navbar #menu  li.multimedia a:hover { 
				color:#891715;
			}

#container {
	width:990px;
	margin:10px auto 0px auto;
}
	#content {
		float:left;
		width:650px;
		margin-top:10px;
	}
		#content.no_sidebar {
			width:auto;
			float:none;
		}
		#content #featured {
			position:relative;
			margin-bottom:20px;
			text-align:center;
		}	
			#content #featured img.attachment-large {
				width:650px;
				height:auto;
				margin-bottom:10px;
			}
			#content #featured h2 {
				font-size:35px;
				text-align:center;
				margin-bottom:8px;
				color:#4C4C4C;
				font-family: "Georgia", serif;
				font-weight:normal;
			}
			#content #featured h2 a {
				color:#000;
			}
			#content #featured #excerpt {
				font-size:12px;
				color:#4C4C4C;
				padding:0px 10px 0px 165px;
				width:475px;
				height:90px;
				line-height:14px;
				display:table-cell;
				vertical-align:middle;
				text-align:left;
				background:url('images/sprite.png') 0px -798px #D9D9D9 no-repeat;
			}
				#content #featured #excerpt .metadata {
					font-size:12px;
					color:#4C4C4C;
					font-weight:normal;
				}
				#content #featured #excerpt .metadata a {
					color:#D12421;
				}
				
		#content.category-page #featured {
			background:url('images/featured.jpg') bottom right no-repeat #E6E6E6;
			padding:4px 20px 20px 20px;
			margin-top:0px;
		}
		#content.category-page #description {
			background:#E6E6E6;
			padding:4px 20px 20px 20px;
			margin-top:0px;
		}
			#content #description #author-avatar {
				float:left;
				margin-left:10px;
			}
				#content #description #author-avatar img {
					border:5px solid #000;
				}
			#content #description #author-description {
				font-size:13px;
				line-height:19px;
				color:#4C4C4C;
			}	
				#content #description #author-description.no_image {
					margin-left:50px;
					margin-right:50px;
				}
				#content #description #author-description.with_image {
					margin-left:250px;
					margin-right:20px;
				}
			#content #description #author-description h4 {
				width:31px;
				height:25px;
				background:url('images/sprite.png') no-repeat 0px -70px;
				text-indent:-99999px;
				margin-bottom:10px;
			}
			#content #description #author-email {
				padding-left:20px;
				margin-top:10px;
				display:block;
				background:url('images/sprite.png') no-repeat 0px -95px;
				line-height:13px;
				color:#000;
				height:16px;
				width:200px;
			}
		#content.category-page #featured h2 {
			text-align:left;
			font-size:30px;
			color:#000;
		}	
			#content.category-page #featured h2 a {
				color:#000;
			}
		#content.category-page #featured .image-featured{
			width:360px;
			float:left;
		}
		#content.category-page #featured .excerpt-featured{
			width:230px;
			text-align:left;
			float:right;
			color:#4C4C4C;
			margin-bottom:50px;
			font-size:12px;
			line-height:18px;
		}
		#content.category-page #featured .excerpt-featured .metadata {
			font-weight:normal;
			color:#4C4C4C;
			margin:0px 0px 5px 0px; 
			font-size:12px;
		}
			#content.category-page #featured .excerpt-featured  .metadata .date {
				color:#808080;
			}
			#content.category-page #featured .excerpt-featured  .metadata .author a {
				color:#D12421;
			}
		#content #sub-content #left {
			width:374px;
			float:left;
		}
		#content #sub-content #right {
			background:#E6E6E6;
			float:right;
			width:250px;
		}
		#content #sub-content .news img {
			margin:0px 0px 5px 0px;
		}
		#content #sub-content .news .comments {
			height:19px;
			font-weight:normal;
			width:93px;
			padding:0px 0px 4px 36px;
			color:#D12421;
			font-size:12px;
			line-height:10px;
			margin-bottom:20px;
			background:url('images/sprite.png') no-repeat -621px -177px;
		}

		#content .category {
			width:100%;
			height:34px;
			font-size:17px;
			padding:3px 0px 0px 0px;
			text-indent:20px;
			margin-bottom:5px;
			font-weight:normal;
			text-transform:lowercase;
			font-family:"Georgia", serif;
			color:#fff;
		}
			#content #sub-content #right .category {
				width:250px;
				margin-left:-18px;
			}
			#content h2.category.cat-title {
				font-size:30px;
				line-height:13px;
				width:650px;
				padding:15px 0px 0px 0px;
				margin-bottom:0px;
				height:63px;
				text-indent:35px;
				background:url('images/sprite.png') #D12421 0px -364px  no-repeat;
			}	
			#content.single h2.category.cat-title, #content.category-page h2.category.cat-title {
				line-height:20px;
				padding-top:12px;
				height:66px;
			}
					#content .category.cat-title.cat-1802 { 
						background:url('images/sprite.png') #829CBA 0px -364px  no-repeat;
					}
					#content .category.cat-title.cat-13 { 
						background:url('images/sprite.png') #8DC775 0px -364px no-repeat;
					}
					#content .category.cat-title.cat-20 { 
						background:url('images/sprite.png') #C2C389 0px -364px no-repeat;
					}
					#content .category.cat-title.cat-19 { 
						background:url('images/sprite.png') #FD9D77 0px -364px no-repeat;
					}
					#content .category.cat-title.cat-23 { 
						background:url('images/sprite.png') #EBD175 0px -364px no-repeat;
					}
					#content .category.cat-title.cat-18 { 
						background:url('images/sprite.png') #D5AC9F 0px -364px no-repeat;
					}
					#content .category.cat-title.cat-21 { 
						background:url('images/sprite.png') #AFC1C5 0px -364px no-repeat;
					}

					#content.single .category.cat-title.cat-1802 { 
						background:url('images/sprite.png') #829CBA 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-13 { 
						background:url('images/sprite.png') #8DC775 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-20 { 
						background:url('images/sprite.png') #C2C389 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-19 { 
						background:url('images/sprite.png') #FD9D77 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-23 { 
						background:url('images/sprite.png') #EBD175 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-18 { 
						background:url('images/sprite.png') #D5AC9F 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-21 { 
						background:url('images/sprite.png') #AFC1C5 0px -889px no-repeat;
					}
					#content.single .category.cat-title.cat-508 { 
						background:url('images/sprite.png') #D12421 0px -889px no-repeat;
					}

			#content .category.cat-1802 { 
				background:url('images/sprite.png') no-repeat 0px -326px #829CBA;
			}
			#content .category.cat-13 { 
				background:url('images/sprite.png') no-repeat 0px -326px #8DC775;
			}
			#content .category.cat-20 { 
				background:url('images/sprite.png') no-repeat 0px -326px #C2C389;
			}
			#content .category.cat-19 { 
				background:url('images/sprite.png') no-repeat 0px -326px #FD9D77;
			}
			#content .category.cat-23 { 
				background:url('images/sprite.png') no-repeat 0px -326px #EBD175;
			}
			#content .category.cat-18 { 
				background:url('images/sprite.png') no-repeat 0px -326px #D5AC9F;
			}
			#content .category.cat-21 { 
				background:url('images/sprite.png') no-repeat 0px -326px #AFC1C5;
			}
			#content .category.cat-508 { 
				background:url('images/sprite.png') #D12421 0px -326px no-repeat;
			}
			#content #right .category.cat-1802 { 
				background:url('images/sprite.png') no-repeat 0px -288px #829CBA;
			}
			#content #right .category.cat-13 { 
				background:url('images/sprite.png') no-repeat 0px -288px #8DC775;
			}
			#content #right .category.cat-20 { 
				background:url('images/sprite.png') no-repeat 0px -288px #C2C389;
			}
			#content #right .category.cat-19 { 
				background:url('images/sprite.png') no-repeat 0px -288px #FD9D77;
			}
			#content #right .category.cat-23 { 
				background:url('images/sprite.png') no-repeat 0px -288px #EBD175;
			}
			#content #right .category.cat-18 { 
				background:url('images/sprite.png') no-repeat 0px -288px #D5AC9F;
			}
			#content #right .category.cat-21 { 
				background:url('images/sprite.png') no-repeat 0px -288px #AFC1C5;
			}
			#content #right .category.cat-508 { 
				background:url('images/sprite.png') #D12421 0px -288px no-repeat;
			}
		#content #sub-content #right .news {
			padding:0px 18px 0px 18px;
			border-bottom:10px solid #FFFFFF;
		}
		#content #sub-content #left .news {
			padding:0px 0px 0px 0px;
			margin-right:26px;
			margin-bottom:20px;
		}
		#content #sub-content #right .news img {
			width:214px;
			height:auto;
		}
		
		#content #sub-content .news .entry {
			padding:0px;
			margin:0px;
			background:none;
		}
		#content #sub-content .news .entry p {
			font-size:13px;
			line-height:19px;
		}
		#content #sub-content .news .metadata {
			font-weight:normal;
			color:#4C4C4C;
			margin:0px 0px 5px 0px; 
			font-size:12px;
		}
			#content #sub-content .news .metadata .date {
			}
			#content #sub-content .news .metadata .author a {
				color:#D12421;
			}
		#content #sub-content .news .title {
			line-height:21px;	
			font-size:20px;
			font-weight:normal;	
			font-family: "Georgia", serif;
			margin-bottom:5px;
		}
			#content #sub-content .news .title a {
				color:#000;
			}
			
		/* PORTADAS DE CATEGORÍA */
		#content #sub-content .category_news {
			margin:20px;
		}
		#content #sub-content .category_news .title {
			line-height:27px;	
			margin-bottom:5px;	
			font-size:25px;
			font-weight:normal;	
			font-family: "Georgia", serif;	
		}
			#content #sub-content .category_news .title a {
				color:#000;
			}
		#content #sub-content .category_news .category_news_image {
			float:left;
			margin-right:30px;
			width:291px;
		}
			#content #sub-content .category_news .category_news_image a img {
				width:291px;
				height:auto;
			}
		#content #sub-content .category_news .category_news_post {
			width:288px;
			float:left;
			padding-top:20px;
			border-top:2px dotted #D12421;
		}
		#content #sub-content .category_news .category_news_post.no_image {
			width:610px;
		}
		#content #sub-content .category_news .category_news_post .entry {
			padding:0px;
			background:none;
		}
		#content #sub-content .category_news .category_news_post .entry p {
			font-size:13px;
			line-height:19px;
		}
		
		#content #sub-content .category_news .category_news_post .entry .read_more {
			background:url('images/sprite.png') no-repeat right -41px;
			width:65px;
			height:16px;
			font-size:12px;
			font-weight:normal;
			padding:2px 0px 3px 7px;
			margin-bottom:7px;
			margin-top:-10px;
		}
			#content #sub-content .category_news .category_news_post .entry .read_more a {
				color:#fff;
			}
		#content #sub-content .category_news .category_news_post .metadata {
			font-weight:normal;
			color:#4C4C4C;
			margin:11px 0px 5px 0px; 
			font-size:12px;
		}
			#content #sub-content .category_news .category_news_post  .metadata .date {
			}
			#content #sub-content .category_news .category_news_post  .metadata .author a {
				color:#D12421;
			}
			
	#content .source, #content #sub-content .news .entry p.source {
		display:block;
		background:url('images/sprite.png') -640px -47px no-repeat;
		height:10px;
		text-indent:15px;
		line-height:10px;
		font-size:12px;
	}
	#content #sub-content .category_news .category_news_post .entry p.source {
		line-height:10px;
		font-size:12px;
		margin-bottom:30px;
	}
		#content .source strong {
			color:#D12421;
			font-weight:normal;
		}
		#content .source a {
			color:#4C4C4C;
		}
	.donations_subscribers {
		background:url('images/donations/donations_subscribers.png') no-repeat;
		width:720px;
		margin:20px auto;
		padding-top:165px;
	}
	.donations_subscribers ul li {
		margin:10px 23px;
                
               
	}
        .donations_subscribers ul li.subspaypal {
		margin-left:110px;
                
           
                width: 120px;

                

	}
        .donations_subscribers ul li.donpaypal {
		margin-right:80px;
                float: right;
                width: 80px;
                z-index:1;

	}
        .donations_subscribers ul li.subsbank {
		margin-right:50px;
                visibility:hidden;
                float: right;
                width:6px;
                

	}
	
        .donations_subscribers ul li.donbank {
		margin-right:50px;
                visibility:hidden;

	}
	.entry .donations_subscribers ul  {
		margin-left: 0px;
                
	}
	.donatenow li {
		float:left;
		list-style:none;
                
	}
	#sidebar {
		margin-top:10px;
		float:right;
		width:300px;
		min-height:500px;
	}
		#sidebar h3 {
			font-family:"Microsoft Sans Serif", sans-serif, sans-serif;
			padding-right:20px;
			padding-top:5px;
			height:47px;
			width:280px;
			background:url('images/sprite.png') 0px -236px no-repeat;
			color:#fff;
			text-align:right;
			text-transform:uppercase;
			font-weight:normal;
			font-size:12px;
		}
			#sidebar h3.widget {
				margin-top:-10px;
				margin-left:-21px;
			}
		#sidebar .block {
			margin-bottom:20px;
			background:#D9D9D9;
			padding:10px 20px;
			border-left:1px solid #D9D9D9;
			border-right:1px solid #D9D9D9;
			border-bottom:1px solid #D9D9D9;
		}
		#sidebar #date {
			padding:23px 0px 5px 0px;
			margin-bottom:20px;
			color:#000;
			text-align:right;
			font-size:12px;
		}
			#sidebar #date span {
				background: url('images/sprite.png') no-repeat scroll 273px -112px;
				width:270px;
				padding-right:20px;
				display:block;
				float:right;
			}
		/* NOTICIAS RELACIONADAS */
		#sidebar .related_posts li:last-child, #sidebar .recomended-links li:last-child {
			border-bottom:0px;
			margin-bottom:0px;
		}
		#sidebar .related_posts li, #sidebar .recomended-links li  {
			border-bottom:2px dotted #808080;
			margin-bottom:20px;
			padding-bottom:10px;
		}
		#sidebar .related_posts li a, #sidebar .recomended-links li a {
			display:block;
			padding-left:23px;
			line-height:19px;
			margin-bottom:5px;
			background:url('images/sprite.png') -604px -240px no-repeat;
			font-size:17px;
			color:#000;
			text-transform:none;
			font-family:"Georgia", serif;
		}
		#sidebar .recomended-links li a {
			display:block;
			padding-left:23px;
			line-height:14px;
			margin-bottom:5px;
			background:url('images/sprite.png') -604px -335px no-repeat;
			font-size:12px;
			padding-top:2px;
			padding-bottom:2px;
			color:#000;
			text-transform:none;
			font-family:"Microsoft Sans Serif", sans-serif, sans-serif;		
		}
			
		/* ENLACES INTERNOS Y EXTERNOS */
		#sidebar .links_list {
			margin:10px 0px;
		}
			#sidebar .links_list dt {
				font-size:17px;
				margin-bottom:5px;
			}
				#sidebar .links_list dt a {
					color:#000;
				}
			#sidebar .links_list dd {
				color:#333333;
				margin-bottom:10px;
				line-height:19px;
			}
		/* MSS LINKS */	
		.rss_item {
			padding-bottom:20px;
		} 
			.rss_item_1 {
				border-bottom:2px dotted #808080;
				border-top:2px dotted #808080;
				padding-top:20px;
				margin-bottom:20px;
			}
			.rss_item_2 { /* ultimo bloque rss */
				padding-bottom:0px;
			}
		.rss_item_image {
			margin-right:10px;
			margin-bottom:10px;
		}
			.rss_item_image img {
			height:auto;
			margin-bottom:0px;
			width:260px;
			}

		.rss_title  {
			font-weight:normal;
			font-size:12px;
		}
			.rss_title a {
				color:#333333;
				display:block;
				padding-left:23px;
				text-transform:uppercase;
			}
			.rss_title span.rss_item_title a {
				display:block;
				padding-left:23px;
				line-height:21px;
				margin-bottom:5px;
				background:url('images/sprite.png')   -634px -202px no-repeat;
				font-size:18px;
				color:#000;
				text-transform:none;
				font-family:"Georgia", serif;
				min-height:16px;
			}
		div.rss_entry {
			color:#666666;
			line-height:18px;
			font-size:12px;
			padding-left:23px;
			
		}
		/* TEMAS dESTACADOS*/
		#featureds {
			text-align:center;
		}
		#featureds.featureds_main {
			padding-top:10px;
			margin-bottom:20px;
			background:#000;
			
		}
		#content #featureds.slideshow img {
			width:500px;
			height:375px;
		}
		#featureds #more-featured {
			height:315px;
			overflow:hidden;
			position:relative;			
			text-align:left;
			margin:auto;
		}
			#featureds #more-featured img {
				margin:0px 10px;
				width:280px;
				height:auto;
			}
			#featureds #more-featured .featured-item {
				position:absolute;
				top:0;
				margin-top:30px;
				left:0;
				height:350px;
			}
			#featureds #more-featured .featured-item h2 {
				font-size:17px;
				background:url('images/sprite.png') 0px -968px no-repeat #D9D9D9;
				margin-top:8px;
				font-weight:normal;
				padding:20px 10px 10px 10px;
				min-height:62px;
				width:280px;
				height:auto;
				font-family:"Georgia", serif;
			}
			* html #featureds #more-featured .featured-item h2 { 
				height:62px;
			}
			#featureds #more-featured .featured-item h2 a {
				color:#000;
			}
			#featureds #more-featured .featured-item.active {
			    z-index:10;
			}

			#featureds #more-featured .featured-item.last-active {
			    z-index:9;
			}
			
			#featureds .buttons {
				width:280px;
				height:20px;
				margin:0px 9px;
			}
			
			#featureds .buttons .button {
				background:transparent url("images/sprite.png") -510px -177px  no-repeat;
				margin:2px;
				margin-top:5px;
				display:block;
				float:left;
				width:15px;
				height:15px;
				text-indent:-99999999px;
			}
			
			#featureds .buttons .playstop {
				outline:none;
				width:22px;
				height:20px;
				display:block;
				float:left;
				padding:0px;
				margin:0px 160px -8px 0px;
				text-indent:-99999px;
				overflow:hidden;
				border:none;
				background:transparent url("images/sprite.png")  -484px -177px no-repeat;
			}
			#featureds .buttons .playstop.pause {
				background:transparent url("images/sprite.png")  -460px -177px no-repeat;
			}
				
			#featureds .buttons .button.active {
				background:transparent url("images/sprite.png") -534px -177px  no-repeat;
			}
			
	/* NOTICIAS INDIVIDUALES */
	.article {
		margin-bottom:30px;
	}
	#category-single {
		background:url('images/sprite.png') no-repeat -270px -63px;
		font-size:40px;
		height:40px;
		text-indent:40px;
		color:#D1241F;
		font-weight:normal;
		text-transform:lowercase;
		line-height:40px;
		margin-bottom:10px;
		font-family: "Myriad Web", "Helvetica", "Arial", sans-serif;
	}
	.single-title {
		font-size:35px;
		font-weight:normal;
		margin-bottom:20px;
		font-family: "Georgia", serif;
	}
	.single-title a {
		color:#000;
	}
	#subtitles {
		background:url('images/sprite.png') 0px -1638px no-repeat #E6E6E6;
		padding:20px 10px 1px 20px;
		color:#4C4C4C;
	}
	.subtitle {
		color:#4C4C4C;
		font-weight:normal;
		font-size:17px;
		margin:3px 10px 10px 0px;
		font-family:"Georgia", serif;
	}
	.entry {
		background:url('images/close-news.jpg') bottom center no-repeat;
		padding:0px 20px 10px 20px;
		margin-bottom:20px;
	}
	#content.no_sidebar .entry {
		background:none;
	}
 	.entry .metadata {
		font-weight:normal;
		color:#4C4C4C;
		margin:11px -20px 5px -20px; 
		border-top:2px dotted #B3B3B3;
		border-bottom:2px dotted #B3B3B3;
		padding:5px 5px 7px 5px;
		width:640px;
	}
		.entry .metadata .date {
		}
		.entry .metadata .author a {
			color:#D12421;
		}
		.entry .metadata .author-date-head {
			float:left;
		}
		.entry .metadata ul#share-services-head {
			float:right;
			margin:0px;
			border-left:2px dotted #B3B3B3;
			padding-left:5px;
		}
			.entry .metadata ul#share-services-head li {
				float:left;
				list-style:none;
				margin:0px 2px;
			}
				.entry .metadata ul#share-services-head li a {
					display:block;
					height:15px;
					width:15px;
					text-indent:-99999px;
				}				
			.entry .metadata ul#share-services-head li.facebook a {
				background:url('images/sprite.png') no-repeat left -191px;
			}
			.entry .metadata ul#share-services-head li.meneame a {
				background:url('images/sprite.png') no-repeat left -206px;
			}
			.entry .metadata ul#share-services-head li.digg a {
				background:url('images/sprite.png') no-repeat left -221px;
			}
			.entry .metadata ul#share-services-head li.twitter a {
				background:url('images/sprite.png') no-repeat left -176px;
			}
			.entry .metadata ul#share-services-head li.bitacoras a {
				background:url('images/sprite.png') no-repeat -140px -176px;
			}
	.entry p  {
		margin:0px 0px 20px 0px;
		color:#4C4C4C;
		font-size:14px;
		line-height:21px;
	}
	.entry ul, .entry ol {
		margin:0px 0px 20px 20px;
		color:#4C4C4C;
		font-size:14px;
		line-height:21px;
	}
	.entry .alignright {
		float:right;
		margin-left:20px;
		margin-bottom:10px;
		margin-top:-20px;
		margin-right:-20px;
		max-width:610px;
		height:auto;
	}
	.entry .alignleft {
		float:left;
		margin-right:20px;
		margin-bottom:10px;
		margin-top:5px;
		margin-left:-20px;
		max-width:610px;
		height:auto;
	}
	.entry .alignright img, .entry .alignleft img, .entry .alignnone img, .entry .aligncenter img  {
		width:100%;
		height:auto;
		max-width:610px;
		height:auto;
	}
	.entry .aligncenter {
		margin:0px auto 10px auto;
		max-width:610px;
		height:auto;
	}
	.entry .wp-caption-text {
		font-size:12px;
		background:url('images/sprite.png') 0px -1638px no-repeat #E6E6E6;
		padding:20px 10px 10px 20px;
		color:#4C4C4C;
		line-height:14px;
		margin-top:4px;
		margin-bottom:0px;
	}
	.entry .bloque {
		float:right;
		width:220px;
		padding:30px 0px 0px 0px;
		background:url('images/quote.jpg') no-repeat left top;
		margin-right:-20px;
		margin-left:20px;
	}
		.entry .bloque p {
			font-size:20px;
			font-family:"Georgia", serif;
			color:#D12420;
			line-height:25px;
			background:url('images/quote-in.jpg') no-repeat right bottom;
			padding:0px 0px 30px 0px;
			margin-right:-10px;
		}
	.entry .bloque-destacado {
		float:right;
		width:220px;
		padding:30px 0px 0px 0px;
		margin-right:-20px;
		margin-left:20px;
	}
		.entry .bloque-destacado p {
			font-size:20px;
			font-family:"Georgia", serif;
			color:#D12420;
			line-height:25px;
			padding:0px 0px 30px 0px;
			margin-right:-10px;
		}
	.entry blockquote {
		padding-left:40px;
		background:url('images/comment-quote.jpg') no-repeat left top;
		margin-right:30px;
		margin-left:20px;
	}
		.entry blockquote p {
			font-size:17px;
			font-family:"Georgia", serif;
			line-height:23px;
			background:url('images/quote-close-gray.jpg') no-repeat right bottom;
			padding-right:40px;
			font-style:italic;
		}
	.entry .despiece {
		background:url('images/sprite.png') 0px -1638px no-repeat #E6E6E6;
		color:#4C4C4C;
		padding:30px 20px 1px 20px;
	}
		.entry .despiece h3 {
			font-family:"Georgia", serif;
			font-weight:normal;
			font-size:20px;
			color:#4C4C4C;
			margin-bottom:10px;
		}
		.entry .destacado {
			background:url('images/featuredin.jpg') no-repeat #000;
			padding:30px 20px 1px 50px;
			display:table;
			margin-bottom:20px;
			color:#fff;
		}
		.entry .destacado p {
			color:#fff;
		}

	#share_and_tags {
		height:100px;
		padding:0px 20px;
		margin-bottom:20px;
	}
	#tags {
		display:table;
		height:40px;
		margin-bottom:20px;
	}
	#tags #tag-title {
		display:block;
		padding:12px 13px 0px 4px;
		height:28px;
		text-align:center;
		color:#fff;
		width:95px;
		background:url('images/sprite.png') no-repeat right -63px;
	}
	#tags p {
		padding-left:10px;
		display:table-cell;
		vertical-align:middle;
		line-height:13px;
		float:left;
		width: 480px;
	}
	
	#share {
		display:table;
		height:20px;
		margin-bottom:20px;
		position:absolute;
	}
	#share #share-title {
		display:table-cell;
		padding:2px 13px 0px 10px;
		text-align:center;
		color:#fff;
		float:left;
		height:18px;
		background:url('images/sprite.png') no-repeat right 0px;
	}
	#share #share-services {
		float:left;
		list-style:none;
		position:relative;
		left:6px;
		top:3px;
	}
		#share #share-services li {
			float:left;
			margin:0px 5px;
			height:15px;	
		}
		#share #share-services li#facebook {
			background:url('images/sprite.png') no-repeat left -191px;
		}
		#share #share-services li#meneame {
			background:url('images/sprite.png') no-repeat left -206px;
		}
		#share #share-services li#digg {
			background:url('images/sprite.png') no-repeat left -221px;
		}
		#share #share-services li#twitter {
			background:url('images/sprite.png') no-repeat left -176px;
		}  
		#share #share-services li#bitacoras {
			background:url('images/sprite.png') no-repeat -140px -176px;
		}
		#share #share-services li a {
			display:block;
			height:15px;
			margin-left:18px;
			background:url('images/sprite.png') no-repeat right -161px;
			padding:0 10px 0 4px;
			color:#4C4C4C;
			font-size:11px;
		}
		#share #share-services li a:hover {
			background:url('images/sprite.png') no-repeat right -145px;
			color:#D9D9D9;
			text-decoration:none;
		}
.recomended-links ul,
.related_posts ul {
	list-style-type:none;
}

	#video {
		width:100%;
		margin-bottom:15px;
		background:url('images/multimedia/background-video-repeat.jpg') #000 repeat-x bottom left;
		
	}
		#video-content {
			width:990px;
			margin:10px auto 0px auto;
			background:url('images/multimedia/background-video.jpg') no-repeat bottom left;
			padding-bottom:50px;
		}
			#video-deco {
				background:url('images/multimedia/background-video-repeat-top.jpg') #000 repeat-x 0px -1px;	
				height:31px;
			}
			#multimedia-title {
				background:url('images/multimedia/title.jpg') center no-repeat;
				height:70px;
				text-indent:-99999px;
				border-bottom:1px dashed #fff;
				margin-bottom:20px;
				padding-bottom:2px;
			}
			#embed {
				width:650px;
				float:left;
			}
			#embed embed {
				width:650px;
				height:400px;
			}
			#more-videos {
				width:300px;
				float:right;
				background:url('images/multimedia/icon-other.jpg') no-repeat top left;
			}
				#more-videos h3 {
					font-family:"Georgia", serif;
					color:#fff;
					font-style:italic;
					font-size:25px;
					border-bottom:1px dashed #fff;
					margin-left:45px;
					height:40px;
					padding-top:5px;
					text-transform:lowercase;
				}
				#more-videos ul {
					margin:20px 20px 20px 45px;
				}
				#more-videos li {
					list-style:url('images/multimedia/arrow.jpg');
					margin:5px 0px;
					font-size:12px;
				}
					#more-videos li a {
						color:#B3B3B3;
					}
				#more-videos .simplePagerNav {
					text-transform:lowercase;
					margin-left:28px;
					padding:10px 10px;
					border-top:1px dashed #fff;
					font-size:12px;
				}
				#more-videos #previousPage {
					float:left;
					color:#fff;
					display:block;
					background:url('images/multimedia/previous.jpg') 0px 3px no-repeat;
					padding-left:15px;
					height:15px;
					line-height:14px;
				}
				#more-videos #nextPage {
					float:right;
					color:#fff;
					display:block;
					background:url('images/multimedia/next.jpg') right 3px no-repeat;
					padding-right:15px;
					height:15px;
					line-height:14px;
				}
				
#footer_widgets {
	width:990px;
	margin:10px auto;
}
	#footer_widgets .block {
		float:left;
		background:url('images/sprite.png') 0px -1024px #fff no-repeat;
		border-left:1px solid #b3b3b3;
		border-bottom:1px solid #b3b3b3;
		border-right:1px solid #b3b3b3;
		margin:10px;
		padding:20px;
		min-height:250px;
		-moz-box-shadow:0 5px 5px #e9e9e9;
		-webkit-box-shadow:0 5px 5px #e9e9e9;
		box-shadow:0 5px 5px #e9e9e9;
	}
		#footer_widgets .block h3 {
			background:#b3b3b3;
			border-right:1px solid #b3b3b3;
			border-left:1px solid #b3b3b3;
			color:#fff;
			margin-left:-20px;
			margin-top:-20px;
			padding-left:15px;
			font-family:"Georgia", serif;
			padding-top:8px;
			padding-bottom:8px;
			font-weight:normal;
			margin-bottom:20px;
			text-transform:lowercase;
		}
		#footer_widgets .block ul li, #footer_widgets .block ol li{
			list-style:none;
			margin:5px 0px;
		}
	#footer_widgets .two {
		width:433px;
	}
		#footer_widgets .two h3 {
			width:457px;
		}
	#footer_widgets .three {
		width:268px;
	}
		#footer_widgets .three h3 {
			width:292px;
		}
	#footer_widgets .four {
		width:185px;
		min-height:270px;
	}
		#footer_widgets .four h3 {
			width:209px;
		}
#footer {
	width:100%;
	margin:30px auto 0px auto;
	padding-top:1px;
}
	#footer .line {
		width:100%;
		margin:0px auto;
	}
		#phlogo {
			float:left;
			width:217px;
			height:28px;
			background:url('images/sprite.png') no-repeat -3px -710px;
			text-indent:-999999px;
			margin-top:20px;
			margin-left:4%;
		}
		#footer .footer_content {
			width:980px;
			margin:0px auto;
		}
			#line_titles h3 {
				color:#D12421;
				font-family:"Georgia", serif;
				font-size:20px;
				text-transform:lowercase;
				font-weight:normal;
				margin-bottom:10px;
			}
		.who {
			width:250px;
			float:right;
		}
		.what {
			width:250px;
			float:right;
			
		}
		.contact {
			width:150px;
			float:right;
		}
		#footer #line_content {
			background:url('images/footer-background.jpg') #D12421 repeat-x 0px -1px;
			padding-bottom:20px;
		}
			#line_content ul {
				background:url('images/mark-footer-white.jpg') no-repeat 0px -1px;
				padding-top:20px;
			}
			#line_content ul li {
				list-style:none;
				margin:0px 0px 10px 0px;
			}
				#line_content ul.what li {
					width:50%;
					float:left;
				}
				
				#line_content ul li a {
					color:#fff;
				}
		#footer #line_socials {
			background:#000;
		}
			#line_socials #followus {
				width:100px;
				float:right;
				font-family:"Georgia", serif;
				font-size:20px;
				text-transform:lowercase;
				font-weight:normal;
				color:#fff;
				background:url('images/mark-footer-red.jpg') no-repeat 0px 0px;
				padding-top:20px;
				margin-bottom:15px;
			}
			#line_socials .social {
				width:550px;
				float:right;
				padding-top:17px;
			}
				#line_socials .social li {
					float:left;
					margin:9px 20px;
					list-style:none;
				}
				#line_socials .social li a { 
					display:block;
					text-indent:20px;
					color:#fff;
					height:15px;
				}
					#line_socials .social li a.facebook { 
						background:url('images/sprite.png') no-repeat left -161px;
					}
					#line_socials .social li a.twitter { 
						background:url('images/sprite.png') no-repeat left -146px;
					}	
					#line_socials .social li a.rss { 
						background:url('images/sprite.png') no-repeat left -132px;
					}
				
/* paginacion */
	.navigation {
		border-top:2px dotted #B3B3B3;
		border-bottom:2px dotted #B3B3B3;
		padding:3px;
		font-family:"Georgia", serif;
		font-weight:bold;
		text-transform:lowercase;
	}
	.navigation a {
		color:#B3B3B3;
	}
	.navigation .next {
		float:right;
		padding-right:20px;
		background:url('images/next.jpg') no-repeat right center;		
	}
	.navigation .previous {
		float:left;
		background:url('images/previous.jpg') no-repeat left center;		
		padding-left:20px;
	}
/* Inicio sesión */
#user_pass, #user_login {
	width:340px;
	height:40px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#f8f8f8;
	font-size:32px;
}

#user_pass:hover, #user_login:hover, #user_pass:focus, #user_login:focus {
	background:#fff;
}

.submit {
	float:left;
}
#nav {
	text-align:right;
	float:right;
}

/* COMENTARIOS */

#comments-title {
	background:url('images/comments-title.jpg') no-repeat;
	width:610px;
	height:33px;
	padding-top:1px;
	margin-left:20px;
}
	#comments-title h3 {
		font-size:12px;
		color:#fff;
		font-weight:normal;
		margin:2px 35px;
	}
	#respond {
		padding:0px 20px;
	}
	#cancel-comment-reply-link {
		background:url('images/sprite.png') -556px -176px no-repeat;
		padding-left:16px;
		color:#D12421;
		float:right;
		margin-right:20px;
		line-height:14px;
		margin-top:1px;
	}
	#leave_comment {
		background:url('images/sprite.png') -40px -470px no-repeat #000;
		color:#FFFFFF;
		height:45px;
		padding-left:25px;
		width:585px;
		font-weight:normal;
		font-size:12px;
		line-height:18px;
	}
	#commentform #subform {
		background:#D9D9D9;
		width:560px;
		padding:1px 25px 25px 25px;
	}
		#commentform  p {
			margin:5px 0px;
			color:#4C4C4C;
		}
		#commentform #subform label {
			display:inline-block;
			width:200px;
			text-align:right;
			margin-right:20px;
			float:left;
		}
		
		#commentform #subform input[type=text], #commentform textarea {
			border:0px;
			width:340px;
			padding:3px 0px;
		}
		#commentform #subform input[type=submit] {
			background:url('images/sprite.png') no-repeat right -20px;
			width:130px;
			height:21px;
			border:0px;
			font-size:12px;
			color:#fff;
			padding:1px 10px 3px 7px;
			margin-bottom:7px;
			display:block;
			margin-left:220px;
			margin-top:10px;
		}

ol.commentlist { list-style:none;  margin:0px 45px 0px 55px ; padding:0; text-indent:0; }
	ol.commentlist li.depth-1 {
		background:url('images/quote.jpg') no-repeat;
		padding:30px 25px 10px;
		border-bottom:2px dotted #D12421;
		margin-bottom:20px;
	}
	ol.commentlist li.depth-2 {
		background:url('images/sprite.png') 0px -1638px no-repeat #E6E6E6;;
		margin:10px 1px;
		padding:25px 20px 10px;
	}
	ol.commentlist li.depth-3 {
		background:url('images/background-comment-depth-3.jpg') #fff 0px 0px no-repeat;
		margin:10px 1px;
		padding:25px 20px 10px;
	}
	ol.commentlist li:last-child {
		border:0px;
	}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
	ol.commentlist li div.comment-author {
		color:#D12421;
		font-size:12px;
		font-weight:normal;
	}
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:12px; margin:1em 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply .comment-reply-link { 
	background:url('images/sprite.png') no-repeat right -20px;
	width:75px;
	height:16px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	padding:2px 0px 3px 7px;
	margin-bottom:7px;
	display:block;
}

ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-4 { border-left:0px solid #bbb; border-bottom:0px; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { border-left:0px solid #111; }
ol.commentlist li.pingback {  }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* ENFOQUES */
#enfoques-title {
	background:url('images/enfoques/title.jpg') center no-repeat;
	height:87px;
	text-indent:-99999px;
	border-bottom:1px dashed #B3B3B3;
	margin-bottom:20px;
	padding-bottom:2px;
}
	.enfoques-column {
		width:310px;
		float:left;
		margin-right:30px;
	}
		#en-perspectiva.enfoques-column {
			margin-right:0px;
		}
	.enfoques-title-column {
		font-size:25px;
		font-weight:normal;
		font-style:italic;
		width:310px;
		font-family:"Georgia", serif;
		margin-bottom:20px;
		text-indent:25px;
		line-height:20px;
		padding-bottom:15px;
		text-transform:lowercase;
		background:url('images/enfoques/quote-red.jpg') no-repeat;
		color:#D12421;
		border-bottom:1px dashed #D12421;
	}
		#sociedad-civil .enfoques-title-column {
			color:#61A6FF;
			border-bottom:1px dashed #61A6FF;
			background:url('images/enfoques/quote-blue.jpg') no-repeat;
		}
		#en-perspectiva .enfoques-title-column {
			color:#91C200;
			border-bottom:1px dashed #91C200;
			background:url('images/enfoques/quote-green.jpg') no-repeat;
		}
	.enfoques-item {
		background:transparent url('images/enfoques/shadow.jpg') repeat-x center bottom;
		padding-bottom:10px;
		margin-bottom:10px;
	}
		.enfoques-image {
			border-left:1px solid #CCCCCC;
			border-right:1px solid #CCCCCC;
			border-top:1px solid #CCCCCC;
		}
			.enfoques-image img {
				height:auto;
				width:308px;
			}
		.enfoques-data {
				border-right:1px solid #ccc;
				border-left:1px solid #ccc;
				border-bottom:1px solid #ccc;
				border-top:5px solid #D12421;
				padding-top:20px;
		}
			#sociedad-civil .enfoques-data {
				border-top:5px solid #61A6FF;
			}
			#en-perspectiva .enfoques-data {
				border-top:5px solid #91C200;
			}
			.enfoques-name a {
				font-size:12px;
				font-weight:normal;
				text-transform:uppercase;
				color:#D12421;
				margin:0px 20px 5px 20px;
			}
				#sociedad-civil .enfoques-name a {
					color:#61A6FF;
				}
				#en-perspectiva .enfoques-name a {
					color:#91C200;
				}
			.enfoques-title {
				font-size:20px;
				font-weight:normal;
				margin:0px 20px 5px 20px;
				font-family:"Georgia", serif;
			}
				.enfoques-title a {
					color:#000;
				}
			.enfoques-entry {
				color:#4C4C4C;
				margin:0px 20px 20px 20px;
			}
			.enfoques-readmore {
				background:transparent url('images/enfoques/readmore.jpg') no-repeat;
				height:17px;
				font-family:"Georgia", serif;
				color:#ccc;
				padding-left:30px;
				float:right;
				margin-right:20px;
				margin-bottom:20px;
			}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#bottup-big {
	background:url('images/bottup-w.png') #2F5B2C no-repeat;
}
	#bottup-big h3 {
		background:none;
		text-indent:-99999px;
		text-align:left;
		height:65px;
	}
	#bottup-big ul li {
		list-style:url('images/bullet-bottup.png');
		margin:10px 50px;
	}
	#bottup-big ul {
		margin-bottom: 20px;
	}
	#bottup-big  a {
		color:#fff;
	}
	#bottup-big .black {
		padding:10px;
		background:#000;
		color:#fff;
		font-size:9px;
	}
		#bottup-big .black a{
			text-decoration:underline;
		}
		

