@charset "UTF-8";
/*  
Theme Name: Pásate a Mac
Theme URI: http://www.alexstubbs.com
Description: A theme for Pásate a Mac.com
Version: 1.0
Author: Alexander Stubbs
Author URI: http://www.alexstubbs.com/
*/


/* Global Settings */
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background:#FAFAFA url(img/back.jpg) no-repeat;
font:75%  arial, verdana, helvetica, tahoma, sans-serif;
}
 
/* Common Formatting */
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/* Links */
 
a, a:visited {
text-decoration:none;
}
 
/* Forms */
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em helvetica, arial, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
 
/* Wrapper */
 
#wrap {
width:960px;
margin:0 auto;
}
 
/* Global Classes */
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#161616; color:#0fb2fc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* Layout */

.wrapp__ {
width:990px;
height:auto;
margin:0 auto;
margin-top:14px;
}

.wrap_head {
background:url(img/newtop.png) no-repeat;
height:70px;
overflow: hidden;
width:990px;
}

.wrap_mids {
min-height:50px;
padding-top:36px;
width:990px;
background:url(img/bgmid.png) repeat-y;
height:auto;
}

.wrap_bot {
height:70px;
overflow: hidden;
width:990px;
background:url(img/newbot.png) no-repeat;
/* background:url(img/bgbot.png) no-repeat; */
}

.header {
width:100%;
height:188px;
overflow: hidden;
background:url(img/header/rotate.php) no-repeat top right;
position:relative;
top:-47px;
right:7px;

}

.nav {
width:100%;
height:45px;
background:url(img/navbg.png) repeat-x;
position:relative;
top:-50px;
left:-1px;
}

#content {
width:625px;
float:left;
min-height:400px;
}

#sidebar {
float:right;
width:296px;
min-height:500px;
background:url(img/sbg.png) repeat-x;
}

.swrap {
width:921px;
margin:0 auto;
position:relative;
top:-18px;
}

.pull {
position:relative;
top:-46px;
width: 100%;
}

.intro {
width:598px;
height:93px;
margin:0 auto;
margin-top:20px;
background:url(img/ibg.png) no-repeat;
}

/* Logo Area */

.header h1 {
margin:0; padding:0;
padding-top:28px;
}

.header h1 a:link, .header h1 a, .header h1 a:visited, .header h1 a:active {
color:#8228b5;
font-size:2.2em;
}

.header h1 a:hover {
color:#a651d6;
}

.header h2 {
margin:0; padding:0;
padding-top:5px;
color:#7a7a7a;
font-size:1.6em;
width:600px;
}

.header h1 a  {
color:#333;
}

.logo {
float:left;
width:138px;
height:140px;
background:url(img/logo.png) no-repeat;
margin-left:20px;
margin-top:18px;
margin-right:30px;
}

.feed {
float:left;
width:130px;
height:30px;
position:relative;
left:36px;
top:14px;
}

.search {
float:right;
width:295px;
height:40px;
background:url(img/searchsbg.gif) no-repeat;
margin-right:35px;
}

input#s {
background:none;
width:200px;
border:none;
height:30px;
margin:0; padding:0;
position:relative;
top:-14px;
left:10px;
font-size:1.3em;
color:#333;
font-weight:bold;
}

input#sbut {
margin-left:50px;
width: 39px;
height: 39px;
background: url(img/sbut.png) no-repeat;
}


/* TOOL TIPS */



.tool-tip {
	color: #fff;

	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(inc/bubble.png) top left;
overflow:hidden;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(inc/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 140px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* NAV */


.bnavinner ul {
margin:0; padding:0;
list-style: none;
/*float:left; */
width: 100%;
overflow: hidden;
}

.bnavinner ul li {
display:inline;
float: left;
padding:0px 25px 0px 25px;
background:url(img/knot.png) no-repeat right;
}

.bnavinner ul li a {
font-size:1.4em;
color:#fafafa;
padding-top:13px;
padding-bottom:10px;
position:relative;
top:2px;
float: left;
}

.bnavinner ul li a:hover {
color:#CCC;
}

/* Content */

.intro p {
padding:13px;
text-align:center;
color:#333;
font-size:2.1em;
}

.inner_ {
margin:0 auto;
margin-top:20px;
margin-left:15px;
width:92%;
color:#595959;
}

.inner_ h4 {
font-size:1.6em;
margin-bottom:20px;
color:#191919;
padding-bottom:5px;
border-bottom:1px solid #f5f5f5;
}


.inner_ p {
font-size:1.2em;
color:#393939;
line-height:140%;
}

.inner_ a:link {
color:#228aa0;
text-decoration: underline;
}

.inner_ a:visited {
color: #779FB6;
text-decoration: underline;
}

.inner_ ul {
list-style-type:square;
}

.star {
background:url(img/starbg.png) no-repeat;
width:200px;
height:30px;
margin-left:22px;
margin-top:22px;
}

.star h2 {
color:#4e4e54;
margin:0; padding:0;
padding:2px 0 0 38px;
font-size:1.6em;
}

.nm ul, div.widget_pages ul  {
margin:0; padding:0;
margin-top:30px;
}

.nm ul li, div.widget_pages ul li {
margin-bottom:15px;
padding-bottom:7px;
border-bottom:1px solid #e8e8e8;
padding-left:20px;
}

.nm ul li:hover,
.widget_pages ul li:hover,
 #sidebar ul li.current_page_item {
background:url(img/arr.png) no-repeat left;
}

.nm ul li a,
.widget_pages ul li a {
color:#228aa0;
}

.nm ul li a:hover,
.widget_pages ul li a:hover {
color:#a7c1d0;
}

.nm ul li a:visited,
.widget_pages ul li a:visited {
color:#779FB6;
}

#content h2 {
font-size:1.8em;
margin:0; padding:0; 
margin-left:15px;
margin-top:15px;
margin-bottom:15px;
color:#585858;
}

.footer {
width:922px;
margin-left:33px;
border-top:1px solid #ececec;
background:url(img/fbg.png) repeat-x;
position:relative;
top:15px;
}

.footer p {
font-size:1em;
padding-top:15px;
color:#a4a4a4;
width:95%;
margin-left:20px;
line-height:140%;
}

.footer a {
color:#9e2cdf;
padding-bottom:2px;
border-bottom:1px dashed #ddd;
}

.footer a:hover {
color:#b454ea;
}

h2 a {
color:#8625bd;
}

h2 a:hover {
color:#a045d4;
}

/* links */



.links ul, div.widget_links ul  {
margin:0; padding:0;
margin-top:30px;
}

.links ul li,
div.widget_links ul li {
margin-bottom:5px;
padding-bottom:2px;
padding-left:20px;
}

.links ul li:hover,
.links ul li.current_page_item,
.widget_links ul li:hover,
.widget_links ul li.current_page_item {
background:url(img/arr.png) no-repeat left;
}

.links ul li a,
.widget_links ul li a {
color:#228aa0;
}

.links ul li a:hover,
.widget_links ul li a:hover {
color:#a7c1d0;
}

.links ul li a:visited,
.widget_links ul li a:visited {
color:#779FB6;
}

.intro2-w {
margin-left:12px;
margin-top:20px;
}

.intro2-t {
background:url(img/btop.png) no-repeat;
width:598px;
height:9px;
}

.intro2-b {
background:url(img/bbot.png) no-repeat;
width:598px;
height:9px;
}

.intro2 {
height:auto;
width:598px;
background:#F1F1F1;
}

.intro2 p {
padding:13px;
text-align:center;
color:#333;
font-size:2.1em;
}

#content li {
margin-bottom:8px;
}

.o1up {
position:relative;
top:-10px;
}

img#wpstats{display:none}

#content .intro h2 {
padding:13px;
text-align:center;
color:#333;
font-size:2.1em;
}

#content .intro2 h2 {
padding:13px;
text-align:center;
color:#333;
font-size:2.1em;
margin: 0px;
}

.software_pick {

clear: left;

}



.software_pick img {

float: left;

padding: 8px 9px 5px 5px;

width: 82px;

height: 82px;

}



.software_pick a {

font-weight: bold;

}