body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8E959B;
}

h1, h2, h3 {
	font-family:"Monotype Corsiva";
	margin: 0;
	padding: 0;
}

a {
	color: #E55D13;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 850px;
	height: 225px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url(images/img02.jpg) no-repeat;
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
	font-family:"Monotype Corsiva";
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 17px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 22px;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 845px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 620px;
}

.post {
	padding-bottom: 1em;
	font-size: 15px;
	text-align:justify;
}

.post .title {
	width:585px;
	height:42px;
   	font-family:"Monotype Corsiva";
	margin: 0;
	background:url(images/h1.jpg) no-repeat bottom left;
	padding-left:40px;
	font-size: 30px;
	font-weight: normal;
	color: #666;
}

.post .date {
	height: 20px;
	color:#333;
	padding: 2px 0 0 10px;
	background: url(images/img12.gif) no-repeat;
	font-size: 16px;
	font-weight: normal;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

.post .meta {
	height: 40px;
	margin: 0 20px;
	padding: 0 0 0 10px;
	background: #EEEDED url(images/img13.gif) no-repeat;
}

.post .meta span {
	display: none;
}

.post .meta p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post .meta a {
	float: left;
	height: 20px;
	padding: 4px 20px 0 37px;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	color: #777777;
}

.post .meta a:hover {
	color: #E55D13;
}

.post .category {
	background: url(images/img14.gif) no-repeat left bottom;
}

.post .comments {
	background: url(images/img15.gif) no-repeat left bottom;
}

.post .caso_clinico {
	vertical-align:top;
	text-align:justify;
	font-size:14px;
}
.post .caso_clinico .columna{
	text-align:left;
	vertical-align:top;
	font-size:12px;
	padding-left:20px;
}


/* Bar */

#bar {
	float: left;
	width: 200px;
}


/* Box Style 1 */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	background: #AFB43C url(images/img09.jpg) no-repeat;
	text-transform: lowercase;
	font-size:27px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	background: #C5DFE9 url(images/img10.gif) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
}

.boxed1 a:hover {
	color: #025677;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #204B5C;
	color: #FFFFFF;
}


/* Box Style 2 */

.boxed2 {
	margin-bottom: 20px;
}

.boxed2 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 60px;
	background: #AFB43C url(images/img07.jpg) no-repeat;
	text-transform: lowercase;
	font-size:34px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed2 ul {
	margin: 0;
	padding: 0;
	background: #d3feab url(images/img09.gif) no-repeat left bottom;
	list-style: none;
}

.boxed2 li {
	padding: 10px;
	background: url(images/img06.gif) repeat-x;
	font-size: small;
}

.boxed2 a {
	text-decoration: none;
	font-weight: bold;
	color: #6bc100;
}

.boxed2 a:hover {
	color: #2d9804;
}

.boxed2 .active, .boxed2 .active a {
	background-color: #5bbb0d;
	color: #FFFFFF;
}


/* Box Style 3 */

.boxed3 {
	margin-bottom: 20px;
}

.boxed3 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 60px;
	background: #AFB43C url(images/img06.jpg) no-repeat;
	text-transform: lowercase;
	font-size:26px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed3 ul {
	margin: 0;
	padding: 0;
	background: #fef6a1 url(images/img07.gif) no-repeat left bottom;
	list-style: none;
}

.boxed3 li {
	padding: 10px;
	background: url(images/img08.gif) repeat-x;
	font-size: small;
}

.boxed3 a {
	text-decoration: none;
	font-weight: bold;
	color: #cba200;
}

.boxed3 a:hover {
	color: #9D5A00;
}

.boxed3 .active, .boxed3 .active a {
	background-color: #ebc632;
	color: #FFFFFF;
}

/* Box Style 4 */

.boxed4 {
	margin-bottom: 20px;
}

.boxed4 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 90px;
	background: #AFB43C url(images/img20.jpg) no-repeat;
	text-transform: lowercase;
	font-size:26px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed4 ul {
	margin: 0;
	padding: 0;
	background: #abddfe url(images/img21.gif) no-repeat left bottom;
	list-style: none;
}

.boxed4 li {
	padding: 10px;
	background: url(images/img22.gif) repeat-x;
	font-size: small;
}

.boxed4 a {
	text-decoration: none;
	font-weight: bold;
	color: #2e89d7;
}

.boxed4 a:hover {
	color: #0069af;
}

.boxed4 .active, .boxed4 .active a {
	background-color: #025993;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	width: 820px;
	height: 60px;
	margin: 2em auto;
	background: #EB850C url(images/img16.gif) no-repeat;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#copy {
	float: left;
    padding-left: 10px;
    padding-top: 30px;
    font-weight: bolder;
}

#autor {
	float: right;
    padding-top: 35px;
    padding-right: 10px;
    font-weight: 100;
}
.fuente_sinmed {
	font-family: "Monotype Corsiva";
}