body {
		color:#333333; /* DEFAULT BODY TEXT COLOR CUSTOMIZE IN THEME OPTIONS */
		font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; /* MAIN BODY FONTS */
		font-size:12px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:18px;
		background: #181818  url(http://www.actualicese.com/se_oro/images/back-gradient.jpg) repeat-x left top;
	}
	a {text-decoration: none;} /* LINK COLOR */
	a:hover {text-decoration: underline;}
	p,.p {margin-bottom: 15px;}
	img {border: none;}
	ul li {	margin: 0px;}
	.hentry ul {list-style-type: disc;margin: 5px 0px 15px;padding-left: 20px;}
	ol {list-style-type: decimal;margin: 5px 0px 15px;padding-left: 20px;}
	.hentry li {padding: 3px 0;}
	form {margin: 0px;padding: 0px;}
	small {	font-size: 85%;}
	hr{border: none; border-top: 1px solid #fff; border-bottom: 1px solid #ddd;margin-bottom: 1.5em;}
	blockquote{background: #f7f7f7; padding: 10px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;clear: both}


a, #blogtitle a:hover, .postdata a:hover,h2.posttitle a:hover, .tags a:hover, .commentlist cite, .commentlist cite a, #morefoot a:hover, #sidebar ul li ul li a, #wp-calendar caption {color:#0088CC;}

/* @ rounded corners in mozilla and apple browsers */
	.page-nav, .fboxes, .hentry, .postwrap, .widget, #sidebar #accordion, #content .wp-pagenavi, #content .wp-pagenavi a, #content .wp-pagenavi .current, #featurenav a{
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#drag_drop_sidebar h3{
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
	}

	.post-footer, #drag_drop_sidebar .drawer-content{
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	}
	

/* LAYOUT SECTION - EDIT THESE TO ADJUST LAYOUT */
	#wrapper {
		width: 960px; /* width of content */
		margin: 0px auto;
		position: relative;
		padding-bottom: 3em;
	}

	#header { 
		padding: 5px 0;
		position:relative;
	} /* height of the header */

	#left-col {
		width: 640px; /* width of left column */
		float: left;
	}
	.hentry .title {
		width: 540px; /* width of title area for posts & pages */
		float: left;
		margin-left: 10px;
	}

	#sidebar{ 
		width: 300px;
		float:right;
	} /*width of sidebar */

.icons {
	position:absolute;
	right:0;
	bottom:8px;
	height: 50px;
}

/* site title */
	#blogtitle {
		font-size: 39px; /* blog title size */
		float:left;
		line-height: 47px;
		position:relative;
	} 
	#blogtitle .sheen {
		position: absolute; 
		z-index: 5;
		background-color: transparent;
		background-image: url(images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	#blogtitle a{color: #000;}
	#blogtitle a:hover{text-decoration: none;}
	
	#blogdescription { 
		float: left;
		margin-top: 23px; 	/* description distance from top of screen */
		margin-left: 10px;
	}
	.nav-icon {float: right;margin:13px 0 0 8px;}


/* HEADERS */
	h1, h2, h3, h4, h5, {color: #000;font-weight: normal;margin:0;padding: 0; line-height: 1.5em; }
	h1 a, h2 a, h3 a, h4 a, h5 a{color: #000;}

	h6{font-weight: normal;margin:0;padding: 0; line-height: 1.4em; font-size: 13px;}
	h6 a{color: #666666;}

	h1{font-size: 28px;}
	h2{font-size: 24px; line-height:25px; }
	h3{font-size: 20px;}
	h4{font-size: 17px;}
	h5{font-size: 12px;}



/* @ welcome */
#welcome p {
font-size: .95em;
color: #555;
}
#welcome p a{text-decoration: underline;}
#welcome p a:hover{color: #3399cc;}


p.intro {
color:#888888;
font-size:16px;
font-weight:normal;
line-height:1.4;
}



/* MAIN NAVIGATION */
	#nav {
		font-size: 13px;	
		background: transparent url(images/nav-bg.png) no-repeat 0px -1px;
		height: 36px;
		margin-bottom: 16px;
	}


	#nav ul{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0px;
		width: 710px;
		float: left;
	}
	#nav ul li{
		font-weight: bold;
		margin:0;
		padding: 0px;
		float: left;
		
		background: url(images/navdivider.gif) no-repeat right top;
	}
	#nav ul li a.home{
		padding: 5px 20px 6px 23px;
		border-left: none;	
	}
	#nav ul li a.home:hover, #nav ul li a.home:active{
		background: none;
		cursor: pointer;
		margin:0;
	}
	#nav ul li a{
		padding: 9px 22px 9px 20px;
		text-decoration: none;
		text-shadow: #fff 0px .5px 1px;
		color: #222;
		display: block;
	}
	#nav ul li a small{display: none;}
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:hover, #nav li a:active{margin-left: -1px;margin-right: 1px;text-shadow: #666 0 -.5px 1px;}
	
	#nav .current_page_item a, #nav .current_page_item a:hover{
		text-decoration: none;	
		background: #2a2a2a url(images/nav-current.png) repeat-x top left;
		color: #fff;
	}
	 #nav li a:hover{
		color: #fff;
		background: #b1b1b1 url(images/nav-hover.png) repeat-x top left;
	}
	 #nav li a:active{
		color: #fff;
		background: #2a2a2a url(images/nav-action.png) repeat-x top left;
	}

/* SUB NAVIGATION (ONLY ON PAGES) */
	#subnav { margin-top: 15px; font-size: 14px;}

	#subnav ul {
		margin: 0px;
		padding: 0px 0px 0px 5px;
		list-style: none;
	}
	#subnav li {
		padding: 4px 7px;
		margin: 0px;
		float: left;
	}
	#subnav ul li a {
		color:#555;
		float:left !important;
		margin:5px 10px 0px 0px;
		padding:0;
		text-decoration:none;
	}
	#subnav ul li ul li{display: none;}
	#subnav li a, #subnav li a:visited, #subnav .page_item {
		text-decoration: none;
		color: #222;
	}
	#subnav .current_page_item a{
		color: #3b9acc;
	}
	#subnav li a:hover {
		text-decoration: none;
		color: #3b9acc;
	}
	
	#grandchildnav .current_page_item {background:#e4e4e4;}
/* CONTENT */
#content { clear: both;	overflow: hidden; }

.hentry{	
	background: #fff url(images/post-bg.png) repeat-x left bottom;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
}
.copy {padding:18px;}

.postwrap{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #e4e4e4;
	margin:0;
	padding:0;
}
.hentry .billboard {
	text-align: center;
	padding: 50px;
}
/*=== Post ===*/
/*- Post Title -*/
.thumb.left img {
margin-right:23px;
}
.thumb img {
	border:1px solid #CFCFCF;
	display:block;
	margin:0 0 0.8em;

}




/* POST TITLE STYLING */

.tags {
	float: right;
	color: #aaa;
	margin-top: 4px;
	margin-bottom: 1em;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{text-decoration: none;}

/* next & previous page navigation */

.page-nav, .wp-pagenavi{
	clear: both;
	padding: 7px;
	background: #e5e5e5 url(images/agradient-30.gif) repeat-x left top;
}
.page-nav a{
	color: #fff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #eee;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

#content .wp-pagenavi span.pages {
	border:none;
	background: transparent;
}

#content .wp-pagenavi a,  #content .wp-pagenavi .current{
	padding: 3px 7px;
	border: none;
	color: #000;
	background: #bbb url(images/nav-hover.png) repeat-x 0 0;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current{
	color: #fff;
	border:none;
	background: #999 url(images/agradient-30dark.gif) repeat-x 0 0;
} 

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


/* ---- Feature */
#feature {margin-bottom:15px;}
#cycle {
	overflow: hidden;
	height: 385px;
}

#pagina {
	overflow: hidden;
	height: 2500px;
}

#pagina_impuesto {
	overflow: hidden;
	height: 668px;
}

#pagina_economia {
	overflow: hidden;
	height: 698px;
}

#pagina_formacion {
	overflow: hidden;
	height: 658px;
}

#pagina_globalizacion {
	overflow: hidden;
	height: 770px;
}

#feature .hentry {
	background:#fff url(images/post-bg-short.png) repeat-x left bottom;
	position: relative;
	height: 380px;
	border-left: none;
	border-right: none;
	border-top: none;
}
#feature .fmedia{
    width:  478px;  
	margin-left: 480px;
    height:   390px;
	float:right;

}
#feature .fcontent {
	position: relative;
	float: left;
	width: 340px;
	padding: 0px 80px;
	z-index: 100;
	margin: 0px -500px 0px 0px;
	height: 340px;
}
#feature .fheading{
	font-family: Myriad Pro, "Lucida Grande","Lucida Sans Unicode",Trebuchet MS,Arial;
	text-align: center;
	margin: 2em 0;
}
#feature .fheading h1, .ftitle {
	font-size:55px;
	line-height: .9em;
}
#feature .fheading h3, .fsub {
	color: #999;
	font-size: 18px;
}
#feature .ftext {
	margin: 20px 0px 0;
	font-size: 1.15em;
}
#feature .ftext h4, #feature .ftext h5{
	font-size:1em;
	font-weight: bold;
}
#feature .ftext strong {color: #000}
.featurelink {
	background:transparent url(images/morearrow.gif) no-repeat scroll 100% 60%;
	padding-right:10px;
}
#feature-footer{
	background: #f7f7f7;
	height: 40px;
}

#featurenav {
	position:absolute;
	bottom:12px;
	left:16px;
	z-index:100;
}
	#featurenav a{
		font-family:arial;
		padding: 4px 14px 3px;
		margin-right: 15px;
		font-size: 16px;
		border: 1px solid #bbb;
		color: #888;
		display: block;
		float: left;
		background: transparent url(images/nav-bg.png) no-repeat 0px -1px;
	}
	
	#featurenav a:hover{
		color:#fff;
		border: 1px solid #777;
		text-decoration: none;
		background: #b1b1b1 url(images/nav-hover.png) repeat-x top left;
	}
	#featurenav a:active{
	background: #2a2a2a url(images/nav-action.png) repeat-x top left;}
	#featurenav a.activeSlide{
		
		border: 1px solid #777;
		color:#fff;
		background: #2a2a2a url(images/nav-current.png) repeat-x top left;
	}
	
.editfeature {
	text-align: right;
	line-height: 40px;
	margin-right: 15px;
}
/* ------------------------------------- cred area  */


#bottomnav {
	margin: 1em 3px .5em;
	clear: both;
	padding: 4px;
	font-size: .9em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#bottomnav .piped {width: 600px}

#topnav {
	margin: 1em 3px .5em;
	clear: both;
	padding: 1px;
	font-size: 12px;
	color: black;
}
#topnav .piped {
    width: 600px
	block-align: right;
	}

.terms {
	text-align: right;
}
.pagelinespos {
	position:absolute ;
	right:50%;
	margin-right: -50px;
	bottom:0;
}
a.pagelines {
	display: block;
	float: right;
	text-indent:-3330em;
	height: 30px;
	width:105px;
	font-size: 8px;
	color: #eee;
	font-weight: bold;
	background: url(images/pagelines.png) no-repeat 0px 0px;
}
#cred a, #cred a:visited {
	text-decoration: none;
	color: #444;
}
#cred a:hover {
	text-decoration: underline;
}
/* Before footer */

.fboxes {
  	background:#FFFFFF url(images/post-bg.png) repeat-x scroll left bottom;
	border-color:#ccc #aaa #aaa #ccc;
	border-style:solid;
	border-width:1px;
	margin-bottom:15px;
  }


.fboxdividers{
  	background:transparent url(images/morefootbg.gif) repeat-y scroll left bottom;
}

.fboxes .fbox {
	display: inline; /* IE thing */
	float: left;
	width: 318px;
}
.fboxcopy {
	padding: 10px 30px;
}

.fboxes p {
  margin-bottom: 10px;
  }
.fboxes ul {
  list-style-type: none;
  margin-top: 5px;
  }
.fboxes ul li, #morefoot p {
  font-size: 11px;
  }
.fboxes ul a {
  text-decoration: underline;
  color: #333;
  }
.fboxes a:hover {
  text-decoration: underline;
  }
.fboxes h3 {
	font-size:1.2em;
	line-height:1.5;
	margin-bottom:0.3em;
	padding: 0 0 2px 0;
	font-weight: normal;
	padding: 10px 5px;
}

.fboxtitle {
	font-size:1.2em;
	line-height:1.0;
	padding: 0 0 2px 0;
	font-weight: normal;
	padding: 0px 5px;
	color: black;
}

.fboxes li {
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
#morefoot {margin-top: 2em;}
#morefoot p{font-size: .9em;}


/* Caja Completa */
.fboxcompleta {
	padding: 10px 30px;
}




	
/* sidebar */
#sidebar {
	color: #444;
	margin:0;
	padding: 0;
	font-size: 13px;
}

#sidebar p { margin: 0px 0px 15px; }
#sidebar h2{ font-size: 20px; margin-bottom: 5px; }

#sidebar a {  }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:underline; }

#sidebar ul { list-style: none; margin: 0;	padding: 0;}
#sidebar ul li {padding-left: 20px ;}
#sidebar ul li ul li {	padding: 2px 2px 2px 12px;}

#drag_drop_sidebar h3{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding: 8px 10px;
	
	text-shadow: #fff 0px .5px 1px;
	background: #e5e5e5 url(images/nav-default.png) repeat-x left top;
}

#sidebar .ui-sortable h3:hover{
	cursor: move;
	background: #e5e5e5 url(images/graddark.gif) repeat-x left top;
	color: #fff;
	text-shadow: #444 0px 1px 1px;
}

#sidebar #drag_drop_sidebar .drawer-content{
	padding: 10px 10px 20px 10px;
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
}
#sidebar #drag_drop_sidebar .widget {
	padding: 0;
}
#sidebar ul li{
	border-bottom: 1px solid #eee;
	padding: 6px;
}
#sidebar a{
 color: #000;
}
#sidebar ul li ul li{
	border: none;
	padding: 2px 2px 2px 12px;
}
#sidebar ul li ul li a{
	font-weight: normal;
	color:#000;
}

#content_sidebar {
	font-size: .9em;
}
#content_sidebar .wtitle {
	font-size: 18px;
	font-weight: bold;
}
#content_sidebar .widget {
	background: #fff url(images/post-bg-short.png) repeat-x left bottom;
	margin: 2em 0;
	border: 1px solid #bbb;
	padding: 1em;
}

#megaboton {
	background-color:#990000;
	border:5px outset red;
	color:#FFFFFF;
	cursor:pointer;
	font-size:18px;
	margin:5px;
	text-align:center;
	width:300px;
}


/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background: url(images/comment.gif);
	background-repeat: no-repeat;
}


#sidebar #accordion{
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}
	 #accordion .widget{
		margin:0;
		border:none;
		line-height: 1.6em;
	}
	
	 #accordion .drawer-handle{
		text-shadow: #fff 0 1px 0;
		display: block;
		cursor: pointer;
		padding: 10px 10px;
		background: #e5e5e5 url(images/gradlight.gif) repeat-x left top;
		font-size: 13px;
		border-bottom: 1px solid #ddd;
	}
	#accordion .ui-state-active {border-bottom: 1px solid #aaa;}
	
	#accordion .drawer-handle:hover{
		background: #AAAAAA url(images/graddark.gif) repeat-x left top;
		text-decoration: none;
		
			text-shadow: #666 1px 0 0;
	}
	#accordion .drawer-handle:hover a{color: #fff;}
	 #accordion .selected{
		color: #fff;
		background: #e5e5e5 url(images/graddark.gif) repeat-x left top;
	}
	 #accordion .drawer-content{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ddd;
		background: #fff;
		color: #666;
		padding: 15px 10px 5px;
	}

#feedbox {margin-right: 8px;
	padding: 5px;
}
#archives ul li {  background: url(images/archive.gif) no-repeat right 9px;}
#recent-comments ul li { background: url(images/comment.gif) no-repeat left 5px;padding: 5px 4px 3px 20px;}

/* meta */
#meta .rss {background: url(images/mini-rss.gif) no-repeat right 9px;}
#meta .check {	background: url(images/comment.gif) no-repeat right 9px;}



/* Widgets */
#sidebar .widget{
	margin-bottom: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background:#FFF;
	padding: 1px;
}
#sidebar .wtitle {
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar .winner{
	padding: 10px;
	background: url(images/post-bg-short.png) repeat-x left bottom;
	
}
#sidebar .wcontent {
	padding: 0 10px;
}

/* highlight */
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.lowlight {	background: url(images/post-bg.png) repeat-x left bottom;}
.lowlight2{background: url(images/post-bg-short.png) repeat-x left bottom;}
.toplight{ background: url(images/box-bgr.gif) repeat-x top left;}

