/*
Theme Name: Area
Theme URI: http://duperrific.com/themes/strategic
Version: 0.1
Description: Awesomely Flexible Small Biz CMS Theme. Built with the Duperrific Engine for WP
Author: Duperrific 
Author URI: http://www.duperrific.com
*/

/*
	This are the default styles. It can be overriden in the styles/skins/* folder and changed on the theme settings.
*/


@import url('styles/reset.css');
@import url('styles/navigation.css');
@import url('styles/type.css');
@import url('styles/images.css');
@import url('styles/widgets.css');
@import url('styles/layout.css');
@import url('styles/comments.css');


body{
	color:#343434;
	background:#343434 url(styles/images/body_bg.gif) repeat-x;
}

a{
	color:#f90;
}

#header{
	background:#343434;
}

#blog-description{
	color:#ddd;
}

#container{
	background:#fff;
}

.entry-title{
	font-weight:bold;
	color:#ff9200;
}

.entry-title a{
	color:inherit;
}


/*
	Menu
*/
#page-menu{
	text-align:center;
	line-height:45px;
}

#page-menu .menu{
	text-align:left;
	margin:0 auto;
	height:49px;
	padding:0;
	display:table;
}

#page-menu a{
	height:49px;	
	color:#fff;
}
#page-menu a:hover{
	color:#fa0;	
}

#page-menu .current_page_item a{
	background:#343434;
	border-bottom:1px #343434 solid;
}


/*
	=Home
*/
#secondary-content{
	padding:0px;
	border-top:1px solid #ddd;
}
#secondary-content .entry{
	border-bottom:1px solid #eee;
}
#secondary-content .entry-title{
	font-size:16px;
/*	text-transform:uppercase;*/
/*	color:#747a81;	*/
	color:#f60;
}
#secondary-content .post-image{
	float:left;
	padding:9px;
	background:#eee;
	border:1px solid #ddd;
	margin-right:10px;
}


/*
	=Sidebar
*/

#sidebar{
	background:#dfdfdf url(styles/images/sidebar_bg.gif) repeat-y;
}


/*
	=Footer
*/

#footer{
	background:#666;
	color:#fff;
	height:130px;
}

#footer a{
	color:#ffc;
}

#footer-menu{
	line-height:40px;
	height:40px;
	border-bottom:1px solid #ffc;
	text-align: justify;
}

#footer-menu a{
	line-height:40px;
	height:40px;
}

#footer p{
	line-height:20px;
	height:20px;
	padding-left:25px;
	padding-top:20px;
	color:#ffc;
	font-size: 14px;
	text-align:center;
	letter-spacing: 1px;
	
}





#planes ul {
list-style: disc url(images/bullet.gif);

}


/*
	TABLA DE HOSTING
*/

#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #E5860E url('images/gradhead2.png') repeat-x;
	border-top: 2px solid #FEE0AE;
	border-bottom: 1px solid #fff;
	color: #333;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid #fff;
	background: #FFC url('images/gradback2.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #FFC97C;
	font-size: 12px;
	color: #666;
}
#gradient-style tbody tr:hover td
{
	background: #FFC url('images/gradhover2.png') repeat-x;
	color: #f60;
}



/*
	=Breadcrumbs
*/
.breadcrumbs{
	height:24px;
	line-height:24px;
	padding-left:5px;
}
.breadcrumbs li, .breadcrumbs a, .breadcrumbs span{
	float:left;
	display:block;
	color:#fff;
}

.breadcrumbs a, .breadcrumbs span{
	padding:0 10px 0 5px;
	background:url(styles/images/bookmark-separator.png) no-repeat right 10px;	
}

.breadcrumbs .current a{
	color:#fff;
	background:none;
	cursor:default;
}


 .texto_naranja {
	color:#999;
	font-size: 16px;
	font-weight: bold;
	
}