/*----------------------------------------------------------------
SEMERGEN - CSS common.
----------------------------------------------------------------*/
	/*GENERAL*/
* { /*margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;*/
	
}

hr {
	display: none;
}

img {
	border: none;
}

html { /*height: 100%;*/
	
}

body { /*height: 100%;
	font-size:10px;
	background-color:#c0c0c0;*/
	
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	display: none;
}

form {
	padding: 0;
	margin: 0;
}

h1,h2,h3,ul,li,p {
	margin: 0;
}

a {
	outline: none;
	text-decoration: none;
}

object {
	outline: none;
}

div.pusher {
	clear: both;
	height: 0;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

/*BUTTONS*/
a.regular_button {
	display: block;
	width: 138px;
	height: 22px;
	padding-top: 6px;
	margin-right: 7px;
	background-color: #61BAD8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	float: left;
}

a.regular_button.gray {
	background-color: #999999;
}

a.regular_button:hover {
	text-decoration: underline;
}

/*WRAPPER*/
div#wrapper {
	min-height: 100%;
	width: 992px;
	margin: 0 auto;
	background-color: #fff;
}

div#wrapper2 {
	padding-bottom: 250px;
}

/*HEADER*/
div#header {
	width: 100%;
	height: 136px;
	position: relative;
	z-index: 99;
	background: url(../imagenes/header_back.gif) repeat-x bottom left;
}

div#headerLogged {
	width: 100%;
	height: 152px;
	position: relative;
	z-index: 1000;
	background: url(../imagenes/header_back_logged.gif) no-repeat bottom
		left;
}

div#userData {
	position: absolute;
	height: 22px;
	right: 25px;
	top: 134px;
}

div#userData p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #44a1cc;
	float: left;
	margin-right: 13px;
}

div#userData ul {
	float: left;
	/*	width:85px;*/
}

div#userData ul li {
	float: left;
	padding-right: 5px;
	margin-right: 4px;
	background: url(../imagenes/user_data_border.gif) no-repeat right 0.2em;
}

div#userData ul li.noBorder {
	background: none;
}

div#userData ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #44a1cc;
	text-decoration: underline;
}

h1 {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 20px;
	width: 88px;
	height: 99px;
}

h2#description {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 115px;
	width: 239px;
	height: 30px;
}

div#topHeader {
	background: url(../imagenes/top_header_back.gif) repeat-x top left;
	height: 36px;
	border: 1px solid #fff;
	border-top: none;
	position: relative;
}

/*TOP SEARCH*/
div#topHeader #topSearch {
	position: absolute;
	top: 7px;
	right: 64px;
	text-align: right;
	width: 211px;
}

div#topHeader #topSearch .textfield {
	background: transparent url(../imagenes/search_back.gif) no-repeat top
		left;
	width: 124px;
	padding: 3px 30px 0 5px;
	height: 18px;
	border: 1px solid #d2d2d2;
	border-right: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	float: left;
}

div#topHeader #topSearch .buttonForm {
	background: url(../imagenes/buscar.gif) no-repeat top left;
	width: 50px;
	height: 23px;
	border: 0;
	cursor: pointer;
	font-size: 0;
	float: left;
}

div#headerBanner {
	height: 64px;
	width: 616px;
	padding-left: 376px;
	background: url(../imagenes/headerBanner_back.gif) no-repeat top left;
}

div#headerBanner #banner_spot {
	width: 616px;
	height: 64px;
	text-align: center;
}

div#headerBanner #banner_spot img {
	margin-top: 15px;
}

/*CONTENT*/
div#content {
	width: 992px;
	background: url(../imagenes/top_content_back.gif) repeat-x top left;
	margin: 0 auto;
	float: left;
}

div#wrapperContent {
	width: 960px;
	margin: 0 auto;
}

div.highlightsContent {
	height: 91px;
	margin: 13px 0 13px 0;
}

div.highlight {
	width: 211px;
	height: 80px;
	padding: 5px 20px 6px 9px;
	float: left;
	background: url(../imagenes/highlight_border.gif) repeat-y top right;
}

div.highlight.sinlinea {
	background: none;
}

div.highlight img {
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 8px;
}

div.highlight h3 {
	padding-top: 5px;
	margin-bottom: 5px;
}

div.highlight h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

div.highlight h3 a:hover {
	text-decoration: underline;
}

div.highlight p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2995c2;
}

/* 2 COLUMN */
div.twoColumn .column01 {
	float: left;
	width: 724px;
}

div.twoColumn .column01 .columnContent {
	padding: 0 5px 0 0;
}

div.twoColumn .column02 {
	float: right;
	width: 236px;
	margin-left: -1px;
	/* This is to fix browser calculation rounding problems */
}

div.twoColumn .column02 .columnContent {
	padding: 0;
}

div.titleBackground {
	height: 20px;
	padding: 6px 0 0 12px;
	background: url(../imagenes/title_back.gif) repeat-x top left;
}

/*NEWS*/
h2.news {
	display: block;
	height: 13px;
	width: 59px;
	background: url(../imagenes/news.gif) no-repeat top left;
}

h2.news span {
	display: none;
}

div.bigNew {
	width: 467px;
	padding: 20px 0 0 13px;
	float: left;
}

div.bigNew img {
	padding: 3px;
	border: 1px solid #d6d6d6;
	background-color: #efefef;
	float: left;
	margin-right: 12px;
}

div.new h3 {
	padding-top: 4px;
	margin-bottom: 8px;
}

div.new h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2380A7;
}

div.new h3 a:hover {
	text-decoration: underline;
}

div.new p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 8px;
}

div.new p a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2380A7;
}

div.new p a.more:hover {
	text-decoration: underline;
}

div.smallNew {
	width: 219px;
	padding: 16px 7px 0 13px;
	float: left;
}

/*SLIDER*/
div#sliderGallery {
	float: left;
	width: 687px;
	height: 123px;
	margin-bottom: 13px;
	border: 1px solid #ccc;
	padding: 17px 8px 17px 20px;
	position: relative;
}

div#sliderGallery div.sliderContainer {
	width: 672px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	z-index: 500;
	top: 17px;
	left: 21px;
}

div.fixForIE {
	width: 1200px;
	overflow: hidden;
}

div#sliderGallery ul {
	width: 9999px;
}

div#sliderGallery ul li {
	float: left;
	display: inline;
	width: 102px;
	margin-right: 12px;
}

div#sliderGallery ul li h4 {
	margin-bottom: 6px;
}

div#sliderGallery ul li h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2380A7;
}

div#sliderGallery ul li h4 a:hover {
	text-decoration: underline;
}

div#sliderGallery ul li img {
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

div#sliderGallery ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/*SCROLLBAR*/
div#scrollbarContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 694px;
	height: 12px;
	background-color: #cee9f4;
}

div.scrollbarLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 12px;
	background: url(../imagenes/scroll_left.gif) no-repeat top left;
}

div.scrollbarRight {
	position: absolute;
	top: 0;
	left: 694px;
	width: 21px;
	height: 12px;
	background: url(../imagenes/scroll_right.gif) no-repeat top left;
}

.scrollbarHandle {
	position: absolute;
	width: 55px;
	height: 12px;
	background: url(../imagenes/scroll_handle.gif) no-repeat top left;
}

.scrollbarTrack {
	width: 618px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 21px;
}

/*MAGAZINES*/
div#magazines {
	float: left;
	width: 478px;
	margin-right: 7px;
}

h2.featured {
	display: block;
	height: 13px;
	width: 84px;
	background: url(../imagenes/featured.gif) no-repeat top left;
}

h2.featured span {
	display: none;
}

div#magazines ul {
	margin: 24px 0 23px 0;
	float: left;
}

div#magazines ul li {
	float: left;
	display: inline;
	width: 217px;
	padding-left: 15px;
	margin-bottom: 15px;
}

div#magazines ul li img {
	float: left;
	margin-right: 11px;
}

div#magazines ul li h3 {
	margin-bottom: 3px;
}

div#magazines ul li h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2380A7;
}

div#magazines ul li h3 a:hover {
	text-decoration: underline;
}

div#magazines ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 4px;
}

/*ARTICLES*/
div#articles {
	float: left;
	width: 232px;
}

h2.magazinesArticles {
	display: block;
	height: 13px;
	width: 154px;
	background: url(../imagenes/magazines.gif) no-repeat top left;
}

h2.magazinesArticles span {
	display: none;
}

div.article {
	padding: 15px 0 5px 0;
}

div.article h3 {
	margin-bottom: 3px;
}

div.article h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2380A7;
}

div.article h3 a:hover {
	text-decoration: underline;
}

div.article p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 4px;
}

div.article p a.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2380A7;
}

div.article p a.more:hover {
	text-decoration: underline;
}

/*POLL*/
div#poll {
	border: 2px solid #e6e6e6;
	border-top: none;
	float: left;
	width: 675px;
	padding: 22px 20px 22px 20px;
	background-color: #f0f0f0;
}

div#pollTitleBackground {
	border: 2px solid #dedede;
	background-color: #e9e9e9;
	float: left;
	width: 703px;
	height: 20px;
	padding: 6px 0 0 12px;
}

div#pollTitleBackground h2.pollTitle {
	display: block;
	height: 13px;
	width: 177px;
	background: url(../imagenes/poll_title.gif) no-repeat top left;
}

div#pollTitleBackground h2.pollTitle span {
	display: none;
}

div#poll p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2380A7;
	margin-bottom: 15px;
}

div#poll form input.radiobutton {
	width: 14px;
	height: 14px;
}

div#poll form input.radiobutton:hover {
	cursor: pointer;
}

div#poll form dd {
	margin-bottom: 9px;
}

div#poll form dd label {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	vertical-align: top;
}

div#poll form dt.vacio {
	display: none;
}

/*SURVEY*/
div#poll h3 {
	color: #2380A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*SURVEY TABLE*/
div#poll table.survey {
	width: 100%;
	margin: 15px 0 0 0;
}

div#poll table.survey thead th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 8px 0 8px 0;
	text-align: left;
	vertical-align: bottom;
}

div#poll table.survey thead th.th01 {
	width: 11%;
}

div#poll table.survey thead th.th02 {
	width: 53%;
}

div#poll table.survey thead th.th03 {
	width: 8%;
	text-align: center;
}

div#poll table.survey thead th.th04 {
	width: 28%;
}

div#poll table.survey tbody td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-bottom: 3px #f0f0f0 solid;
	line-height: 12px;
}

div#poll table.survey tbody td span {
	background-color: #eaeaea;
	display: block;
	padding: 7px 15px 5px 8px;
	min-height: 20px;
}

div#poll table survey tr:hover td {
	cursor: default;
	background-color: #f7f7f7;
}

div#poll table.survey tbody td.percent {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 3px 0 15px;
	vertical-align: middle;
	text-align: right;
}

div#poll table.survey tbody td.graphic {
	vertical-align: middle;
}

div#poll table.survey tfoot td {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 5px 0 5px 0;
}

div#poll table.survey tfoot td span {
	color: #32A3D3;
}

/*RIGHT CONTENT*/ /*BOX*/
div.box2 {
	border: 1px solid #e1e1e1;
	background-color: #f0f0f0;
}

div.box {
	border: 1px solid #e1e1e1;
	background-color: #f0f0f0;
	padding: 8px;
	margin-bottom: 9px;
}

div.box.layout2 {
	padding: 14px 15px 10px 15px;
}

div.box.layout3 {
	padding: 14px 12px 10px 12px;
}

div.box.layout2 img {
	margin-bottom: 5px;
}

div.headerBox {
	background-color: #e1e1e1;
	padding-top: 10px;
	height: 21px;
}

div.headerBox h3.schedule {
	display: block;
	height: 13px;
	width: 47px;
	background: url(../imagenes/agenda.gif) no-repeat top left;
	margin: 0 auto;
}

div.headerBox h3.onTheWeb {
	display: block;
	height: 10px;
	width: 54px;
	background: url(../imagenes/en_la_red.gif) no-repeat top left;
	margin: 0 auto;
}

div.headerBox h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin: 0;
}

div.headerBox h3 span {
	display: none;
}

div.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 7px;
}

div.box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2380A7;
}

div.box a:hover {
	text-decoration: underline;
}

/*YOUTUBE*/
#myytplayer {
	margin-bottom: 10px;
	width: 236px;
	height: 194px;
}

#ytapiplayer img {
	margin-left: 60px;
}

#ytapiplayer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C30;
	margin-bottom: 10px;
	text-align: center;
}

/*SEARCH MEDICA*/
div.box #searchMedicaContent {
	width: 207px;
	height: 46px;
	padding: 17px 0 0 10px;
	background: url(../imagenes/searchMedica_back.gif) repeat-x top left;
}

div.box #submitButton {
	background: url(../imagenes/searchButton.gif) no-repeat top left;
	cursor: pointer;
	height: 22px;
	margin: 0 0 0 -4px;
	width: 79px;
	border: 0;
	float: left;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

div.box #searchQuery {
	border: 1px solid;
	border-color: #777 #aaa #aaa #777;
	color: #777777;
	height: 18px;
	padding: 2px 0 0 4px;
	vertical-align: top;
	width: 113px;
	float: left;
}

/*FOOTER*/
div#footer {
	width: 992px;
	height: 221px;
	margin: 0 auto;
	margin-top: -221px;
	background: url(../imagenes/footer_image.gif) no-repeat bottom left;
	position: relative;
}

div#footerBar {
	background: url(../imagenes/footer_back.gif) repeat-x top left;
	height: 34px;
	padding-top: 5px;
	border: 1px solid #4f4f4f;
}

div#footerBar ul {
	margin-left: 310px;
}

div#footerBar ul li {
	display: inline;
	background: url(../imagenes/footerList_border.gif) no-repeat right 0.2em
		;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-right: 4px;
	margin-right: 2px;
}

div#footerBar ul li.sinlinea {
	background: none;
}

div#footerBar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

div#footerBar ul li a:hover {
	text-decoration: underline;
}

div#footerBar p {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

div#rss {
	position: absolute;
	right: 0;
	top: 13px;
	height: 15px;
	width: 217px;
}

div#rss img {
	float: left;
	margin-right: 8px;
}

div#rss p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bae9f3;
	margin: 0;
	padding: 0;
	clear: none;
	float: left;
	line-height: 15px;
}
