@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(img/topbg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}

p {
}

ul {
}

ol {
}

a {
	color: #ba0e6a;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 954px;
	height: 146px;
	margin: 0 auto;
	background: url(img/despelotandose.gif) no-repeat;

}

#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #ba0e6a url(img/menu.gif) repeat-x left bottom;
}

/* Page */

#bg {
	background: url(img/img04.gif) no-repeat center top;
}

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 713px;
	padding: 0 0 0 0;
}

#content h1 {
	margin: 15px 0 20px 0;
	padding-left: 33px;
	background: url(img/cam.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

/* Posts */


.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 6px;
	padding-right: 5px;
}

.post ul, .post ol {
	margin-left: 3em;
}

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

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}



.box {
	padding: 15px 0 0 0;
}

.box .title {
	height: 30px;
	line-height:30px;
	padding: 0 0 0 40px;
	background: #ba0e6a url(img/sidebar.gif) repeat-x;
	text-transform: lowercase;
	font-size: 16px;
	color: #FFFFFF;
}

.box .content {
	padding: 15px 15px 0 40px;
	background: url(img/sidebarbg.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}



/* Footer */

#footer {
	padding: 35px 0;
	background: url(img/footer.gif) no-repeat center top;
	font-size: 12px;
	height:40px;
}

#footer p {
	text-align: center;
}

/************************* ACCESS ********************/

#bodyaccess {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	color:black;
	background-color:#ba0e6a;
	background-image:none;
}
#wrapperaccess {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	background-image: url(img/despelotandose.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapperaccessminutes {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	background-image: url(img/despelotandose.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:110px;

}
#contentaccess {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	margin: 0;
	padding: 0;
	padding-top:20px;
	background-color:#ffffff;
}
#listaccess {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 700px;
	padding-left:15px;
	padding-right:35px;
	background-color:#ffffff;
}
#headeraccess {
	height:30px;
	padding-top:80px;
	padding-right:20px;
	text-align:right;
}
#headeraccess a:link {
	color:#ba0e6a;
	text-decoration:underline;
	font-weight: bold;
}
#headeraccess a:visited {
	color:#ba0e6a;
	text-decoration:underline;
	font-weight: bold;
}

