body {
	margin: 0;
	padding: 0;
	background: #000000 url(../img/img01.jpg) repeat-y top center;
	font-size: 15px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {

	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
}
a img
{
  border:0;
}
.caps
{
	color: #CBA61A;
}
h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

/* Header */

#header {
	width: 760px;
	height: 348px;
	margin: 0 auto;
	background: url(../img/img02.png) no-repeat -1px 0;
}

#header h1, #header p {
	margin: 0;
	color: #E6B715;
}

#header h1 {
	padding: 100px 0 0 50px;
}

#header p {
	padding-left: 53px;
	margin-top: -10px;
}
#header a {
	color: #E6B715;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 470px;
	margin: 0;
	margin-top: -20px;
}
div.visible, div.visible p, h3.hidden
{
	display:visible;
}
div.hidden, div.hidden p, h3.visible
{
	display:none;
}
table
{
	width:100%;
}
th
{
	text-align:left;
}
/* Menu */
#menu
{
	width:420px;
	color:#fff;
	text-align:right;
}
a.white
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:15px 0;
	opacity:1;
	background:url('../img/strip.png');
	width:100%;	
	display:block;
}
#opt1, #opt2, #opt3, #opt4
{
	width:200px;
	height:200px;
	margin:10px auto;
	font-size:1.8em;
	opacity:0.8;
}
#opt1:hover, #opt2:hover, #opt3:hover, #opt4:hover
{
	opacity:1;
}
#opt1, #opt3
{
	float:left;
}
#opt2, #opt4
{
	float:right;
}
#opt1
{
	background:url('../img/sprite.png') no-repeat;
}
#opt2
{
	background:url('../img/sprite.png') -210px -420px no-repeat;
}
#opt3
{
	background:url('../img/sprite.png') 0 -210px no-repeat;
}
#opt4
{
	background:url('../img/sprite.png')0 -625px no-repeat;
}

/* Category Titles */
#title2, #title3, #title4
{
	width:400px;
	height:200px;
	margin:10px 0;
	font-size:1.8em;
}
#title1
{
	width:490px;
	height:414px;
	margin:10px 0;
	font-size:1.8em;
}
#title1
{
	background:url('../img/dkl.png') -10px -420px;
}
#title2
{
	background:url('../img/sprite.png') -10px -420px;
}
#title3
{
	background:url('../img/sprite.png') 0 -210px;
}
#title4
{
	background:url('../img/sprite.png')0 -620px;
}
label.title_label,label.title1_label
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:15px 10px;
	opacity:1;
	background:url('../img/strip.png');	
	display:block;
}
label.title_label
{
	width:100%;	
}
label.title1_label
{
	width:35%;	
}

/* Tratamientos*/
.in_out
{
	margin:0;
	padding:5px;
	text-align:left;
	cursor:pointer;
} 
.options
{
	padding:0;
	margin:0 auto;
	width:450px;
	text-align:left;
}
.options p
{
	padding:0 0 10px 0;
	margin:0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333333;
}
.cabecera
{
	float:left;
	color:#fff;
	background:url('../img/strip.png');

}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #333333;
}

.meta .more {
	padding-left: 20px;
	background: url(../img/img05.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../img/img06.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	background: url(../img/img02.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}
.p_img
{
	width:35%;
	border:5px #eee solid;
	margin:10px 16px;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	font-size: smaller;
}

