#telmeds {
	background: black url(../images/black-stripe.gif);
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Header */

#header {
	height:75px;
	margin: 20px 0;
}

#header h1 {
	margin: 0 auto;
	width: 308px;
}

#header img {
	margin: 2px;
}

#login {
	float: right;
	margin: 0;
}

#login li {
	height: 20px;
	list-style: none;
}

#login input {
	border: 1px solid gray;
	width: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#login label {
	text-transform: uppercase;
}

/* Navegacion */

#nav {
	margin-bottom: 20px;
}

#nav ul {
	background: transparent url(../images/menu.jpg) repeat-x;
	border-radius: 5px;
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

margin-top: 20px;
}

#nav ul li {
	margin: 0;
	float: left;

}

#nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.menu {
	width:110px;
}

.menu a {
	border-right:1px solid gray;
	color: #292929;
	display: block;
	padding: 10px;
	text-shadow: 0.1em 0.1em 0.2em white;
}

.menu a:hover {
	background: transparent url(../images/menu.jpg) bottom;
	color: white;
	text-shadow: 0.1em 0.1em 0.2em black;
}

.alpha a:hover {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}

#omega {
	padding:10px;
	width:170px;
}

#searchsubmit {
	background:white url(../images/lupa.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	float:left;
	height:14px;
	left:1060px;
	margin:2px;
	position:absolute;
	text-indent:-9999px;
	top:11px;
	width:14px;
}

.search-c {
	padding-left:20px;
}

.search-c input {
	background: white url('../images/srch_bg.gif') repeat-x top left;
	border: 0;
	border-radius: 5px;
	color: #000;
	float: left;
	height: 13px;
	padding: 3px;
	width: 142px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Galería */

#galeria {
	background: #cfcfcf url('../images/rot.png') repeat-x;
	border-radius: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#galeria a {
	/* cursor: pointer; Si fuera necesario */
	display: block;
	float: left;
	height: 42px;
	margin: 120px 4px 0;
	width: 42px;
}

.previous {
	background: transparent url(../images/left.png);
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	float: left;
	height: 42px;
	margin: 120px 4px 0;
	width: 42px;
}

.next {
	background: transparent url(../images/right.png);
	cursor: pointer;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 42px;
	margin: 120px 4px 0;
	width: 42px;
}

.carousel-wrap {
	float:left;
	height:300px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	width:860px;
}

#carrusel{
	float: left;
	overflow:hidden;
	width: 960px;
}

#carrusel ul{
	padding: 0;
	position: relative;
}

#carrusel li{
	float: left;
	height: 300px;
	list-style: none;
	margin: 0;
	width: 860px;
}

#galeria .hpost {
	float: left;
	width: 420px;
}

#galeria .hpost:hover {
	background: transparent;
}

#item-1 a, #item-2 a, #item-3 a, #item-4 a {
	border:10px solid white;
	display:block;
	float:left;
	height:270px;
	margin:5px;
	overflow:hidden;
	width:400px;
}

#boton-1, #boton-2, #boton-3, #boton-4 {
	background: transparent url(../images/white-grad.png);
	border: 1px solid #BBBBBB;
	border-radius: 10px;
	color: #464646;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
	width: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#boton-1 a, #boton-2 a, #boton-3 a, #boton-4 a {
	border: none;
	color: lightgray;
	display: block;
	float: none;
	height: 20px;
	text-decoration: none;
	width: auto;
}

#boton-1 a:hover, #boton-2 a:hover, #boton-3 a:hover, #boton-4 a:hover {
	color: black;
}

/* Contenido */

#main {
	background: #ededed;
	border-radius: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content {
	float: left;
	width: 640px;
}

/* Tabs */

#pestanas ul {
	margin-left: 42px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}

#pestanas ul li {
	float: left;
	width: 120px;
}

.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px 5px;
	padding:3px 5px;
}

.tabnav li a{
	outline: none;
	color: white;
     font-weight: bold;
	color: lightgray;
	display: block;
	width: 120px;
}

.tabnav li.ui-tabs-selected, .tabnav li.ui-tabs-selected a {

	color: black;
	text-decoration: none;
}

.tabnav li:hover, .tabnav li a:active {
	background: #dedbd1;
}

.tabnav li a:hover {
	color: black;
}

.tabdiv {
	background: #fff;
	border-top: 1px solid gray;
     border-bottom: 1px solid gray;
	margin: 0px 5px 20px 15px;
     padding: 10px 0px;
}

.ui-tabs-hide {
	display: none;
}

.hpost img {
	border:1px solid #E9E9E9;
	float: left;
	margin: 10px 10px 0 5px;
	max-height:200px;
	max-width:200px;
}

.hpost h2, .hpost h2 a, #titulo {
	color:#333333 !important;
	font-size:30px !important;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0;
	text-align:left;
	text-decoration:none;
}

.hpost small {
	background:#2462BC none repeat scroll 0 0;
	color:#FFFFFF;
	display:inline;
	font-size:11px;
	padding:4px;
}

.hpost p {
	color:#555555;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin-top:15px;
}

.hpost {
	padding: 0 5px;
}

.hpost:hover {
	background: Orange;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tabdiv .boton {
	padding: 3px;
}

#reto .boton {
	margin-bottom: 20px;
}

.boton {
	background: transparent url(../images/white-grad.png);
	border: 1px solid #BBBBBB;
	border-radius: 10px;
	color: #464646;
	margin: 0 auto;
	text-align: center;
	width: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boton a {
	color: lightgray;
	display: block;
	text-decoration: none;
}

#reto .boton {
	padding: 3px;
}

#reto .boton a {
	color: lightgray;
	display: block;
	text-decoration: none;
}

#reto .boton a:hover {
	color: black;
	text-decoration: none;
}

.boton a:hover {
	color: black;
	text-decoration: none;
}

#medline h2 {
	text-align: center;
}

#medline ul li {
	width: 570px;
	padding-right: 10px;
}

#medline ul {
	margin-left: 10px;
	margin-bottom: 0;
	list-style-image: url(../images/b.png);
	text-align: left;
}

/* Sidebar */

#sidebar {
	background: white;
	border-radius: 10px;
	float: left;
	margin: 10px;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#reto h2, #accesos h2 {
	margin-bottom: 0;
	text-align: center;
}

#reto img {
	margin: 5px 10px;
}

#reto p {
	text-align: center;
}

#sidebar a {
	color: black;
}

#rss {
	margin: 0 10px 20px 10px;
	overflow: hidden;
}

#rss img {
	display: block;
	float: left;
	margin-right: 10px;
}

.ekg {
	display: block;
	margin: 10px;
	overflow: hidden;
}

.ekg:hover {
	background: Orange;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ekg img {
	display: block;
	float: left;
	margin: 5px;
}

#accesos h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#accesos a {
	text-decoration: none;
}

#accesos p {
	color: #8e8e8e;
	margin-bottom: 0;
}

/* Footer */

#footer {
	background: #494949;
	border-radius: 10px;
	color: white;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer p {
	color: #8e8e8e;
}

.foot {
	float: left;
	padding: 10px;
	width: 300px;
}

.foot a {
	color: white;
}

.foot a:hover {
	background: white;
	color: #8e8e8e;
}

.foot ul {
	margin-bottom: 0;
	list-style-image: url(../images/b.png);
}

.foot h3 {
	margin-bottom: 10px;
}

small.cal {
	background: white;
	color: black;
	display: block;
	float: left;
	margin: 5px;
	width: 45px;
}

strong.dia {
	display: block;
	text-align: center;
}

strong.mes {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

strong.ano {
	background: Teal;
	color: white;
	display: block;
	text-align: center;
}

.documento img {
	margin: 3px;
	float: left;
	opacity: 0.7;
}

.documento img:hover {
	opacity: 1;
}

.documento p {
	margin-bottom: 0px;
}

/* Navegación */

.navigation {
	display: block;
	padding: 10px;
	margin: 0px 0px 20px;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	background: white;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #ff8000;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: SteelBlue;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #ff8000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

/*EJEMPLO6*/
.wpnavi {
	width:600px;
	margin: 20px auto 0;
}
div.wp-pagenavi {
	background:url(../images/wpnavi.png) 0 0 no-repeat;
	padding:8px 0;
	overflow:hidden;
	text-align:center;
}
div.wp-pagenavi a, #ejemplo6 div.wp-pagenavi span.current {
	padding:4px 6px;
	display:inline-block;
}
div.wp-pagenavi a, #ejemplo6 div.wp-pagenavi a:link, #ejemplo6 div.wp-pagenavi a:visited, #ejemplo6 div.wp-pagenavi a:active {
	color:#666;
}
div.wp-pagenavi a:hover {
	color:#000;
}
div.wp-pagenavi span.pages {
	display:block;
	width:130px;
	line-height:26px;
	float:left;
	font-weight:bold;
	color:#666;
}
div.wp-pagenavi span.extend {
}
div.wp-pagenavi span.current {
	padding:4px 10px;
	font-style:italic;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#909090 #FFF #FFF #909090;
	background-color:#BBB;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#000;
}


/* Info 

		<div id="info">
			<hr />
               <img width="200" height="51" title="Telmeds.org" src="http://www.telmeds.net/wp-content/themes/medpress_960/images/logop.png" alt="Telmeds.org"/>
               <p>Telmeds.org distribuye los contenidos de este sitio web bajo una licencia GNU/FDL a menos que se especifique lo contrario. Telmeds.org no proporciona consejos médicos, diagnósticos o tratamientos. <a href="<?php bloginfo('url');?>/informacion-adicional/">Ver información adicional</a></p>
		</div>

#info {
	margin: 10px;
}

#info hr {
	margin: 0;
}

#info img {
	float: left;
	margin: 0;
}

#info p {
	margin: 0;
}

*/

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
