/*
	CSS - Borja Delgado	
	OrangeSide - http://www.orangeside.org
	03 - 2005
	Print Version
*/

/* GENERAL STYLES */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font: 0.75em Arial, Helvetica, sans-serif;
	text-align: center; /* IE5.x Center Site Hack - Part 1 of 2 */
	color: #666;
	background-color: #FFF;
	}

td, th {
	font-size : 11px; /* For IE5.x */
	}

a img {
	border-width: 0px;
	}

.clear {
	clear: both;
	height: 0px;
	}

a {
	color: #333;
	}

a:hover {
	background-color: #CCD6E0;
	}

input, textarea, select {
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #365483;
	}

.align_right {
	text-align: right;
	}

/* MAIN CONTAINER*/

#main_container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* IE5.x Center Site Hack - Part 2 of 2 */
	}
	

/* HEADER */

#header{
	margin: 10px 10px 0px 0px;
	}

#logos {
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #FFF; /* IE Jump a:hover BUG */
	}

#univadis_logo {
	float: left;
	margin: 0px;
	}

#subsite_logo {
	clear: left;
	float: left;
	margin: 0px 0px 20px 16px;
	}

#msd_logo {
	float: right;
	margin: 30px 0px 0px 0px;
	}

/* UTILITIES MENU */

#utilities_menu {
	display: none;
	}

/* MAIN MENU */

#main_menu {
	display: none;
	}

/* CONTENT - GENERAL */

#content_1col, #content_2col {
	clear: both;
	background: url(../img/content_body_print.gif) repeat-y;
	}

#content_1col #content_head, #content_2col #content_head {
	background: url(../img/content_head_print.gif) no-repeat;
	height: 16px;
	}

#content_1col #content_food, #content_2col #content_food {
	clear: both;
	background: url(../img/content_food_print.gif) no-repeat left bottom;
	height: 16px;
	}

#content_1col #content_body, #content_2col #content_body {
	background: url(../img/content_body_print.gif) repeat-y;
	width: 690px;
	}

/* CONTENT - PATH */

#path {
	margin: 5px 30px 5px 30px;
	}

#path a {
	color: #333;
	font-size: 11px;
	}
	
#path strong {
	color: #333333;
	font-weight: bold;
	}

/* CONTENT - SUBTITLE */

#subtitle {
	margin: 10px 30px 20px 30px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #A2B5C7;
	}

body#habilidades_clinicas #subtitle {
	width: 450px;
	}

#subtitle h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7c2230;
	}

#subtitle h3, #subtitle h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #ff9900;
	margin: 0px 0px 0px 0px;
	}
	
#subtitle h4, #subtitle h4 a {
	font-size: 12px;
	font-weight: normal;
	color: #ff9900;
	margin: 0px 0px 0px 0px;
	}
	
#subtitle p {
	font-size: 10px;
	text-align:right;
	margin: 25px 2px 0px 0px;
	}

#subtitle strong {
	color: #333;
	}

/* CONTENT - MAIN */

#content_2col, #content_1col {
	margin: 0px 0px 10px 0px;
	}

#content_2col #content_main, #content_1col #content_main {
	margin: 0px 30px 0px 30px;
	}

#content_main a img {
	border-width: 0px;
	}


#content_main h3 {
	margin: 0px 0px 10px 0px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}

#content_main h4 {
	margin: 0px 0px 20px 0px;
	margin-right: 4px;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	}

#content_main h6 {
	margin: 0px 4px 20px 0px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}

#content_main div, #content_main p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	}

#content_main div.foto {
	text-align: center;
	}

#content_main ul {
	color: #B2C1D1;
	}

#content_main ul p {
	color: #666;
	}
	
#content_main li {
	color: #B2C1D1;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 10px 20px;
	}

#content_main ul.border li {
	border-bottom: 1px dotted #C7CFD8;
	padding: 0px 0px 5px 0px;
	}

#content_main ul.border li p {
	margin: 5px 0px 0px 0px;
	}

#content_main a {
	color: #365483;
	font-weight: bold;
	}

#content_main ul.video li, #content_main ul.econgreso li {
	float: left;
	display: inline; /* IE Double Margin Float Hack */
	width: 240px;
	min-height: 120px;
	_height: 120px; /* IE min-height BUG */
	list-style-type: none;
	margin: 0px 0px 5px 15px;
	}

#content_main ul.video li img, #content_main ul.econgreso li img {
	float: left;
	margin: 0px 10px 0px 0px;
	border-width: 0px;
	}

#content_main #up {
	display: none;
	}

/* MANUALS IMAGES PATCH */

div#pagina.pagina img {
	width: 520px;
	border: 1px solid #C7CFD8;
	padding: 3px;
	}

/* VIDEOTECA  */

div.videoteca_video {
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #C7CFD8;
	padding: 3px;
	margin: 0px 0px 10px 10px;
	}

div.videoteca_abstract {
	float: right;
	width: 300px;
	}

/* eCONGRESOS  */

div.econgreso_poster {
	float: left;
	width: 200px;
	border: 1px solid #C7CFD8;
	padding: 3px;
	margin: 0px 0px 10px 10px;
	}

div.econgreso_abstract {
	float: right;
	width: 300px;
	}

#content_main div.econgreso_abstract h4  {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #A2B5C7;
	}

div.econgreso_diapositive {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #EEE;
	}

div.econgreso_slideshow {
	height: 30px;
	}

#content_main div.econgreso_slideshow a {
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: #C7CFD8;
	}

#content_main div.econgreso_slideshow a.active {
	color: #FFF;
	background-color: #036;
	}

#content_main div.econgreso_slideshow a:hover {
	color: #FFF;
	background-color: #036;
	}

/* HABILIDADES CLINICAS */

#content_main h3 hr {
	margin: 5px 0px 0px 0px;
	height: 0px;
	background-color: #FFF;
	border-width: 0px;
	border-bottom: 1px dotted #C7CFD8;
	}

/* MODULES_SECTION */

#modules_section {
	display: none;
	}

body#habilidades_clinicas #modules_section {
	width: 170px;
	float: right;
	display: inline; /* IE Double Margin Float Hack */
	margin: 0px 30px 0px 15px;
	}

#modules_section div.module {
	margin: 0px 0px 20px 0px;
	color: #333;
	background: #FFF0D9 url(../img/module_body.gif) top repeat-y;
	border-bottom: 1px solid #FFF; /* IE Jump a:hover BUG */
	}

* html #modules_section div.module { height:1% } /* IE6 Peekaboo BUG */

#modules_section div.hidden {
	display: none;
	}

#modules_section div.module div.module_head {
	height: 13px;
	background: url(../img/module_head.gif) top no-repeat;
	}

#modules_section div.module div.module_food {
	height: 13px;
	background: url(../img/module_food.gif) bottom no-repeat;
	}

#modules_section div.module div.module_content {
	padding: 0px 10px 0px 10px;
	}

#modules_section p {
	margin: 0px 0px 5px 0px;
	}

#modules_section h5, #modules_section h5 a {
	color: #003065;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	}

#modules_section a {
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	}

#modules_section ul {
	color: #B2C1D1;
	}
	
#modules_section li {
	color: #B2C1D1;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 10px 15px;
	}
	
#modules_section li a {
	padding: 2px 0px 2px 0px;
	}
#modules_section li.active {
	font-weight: bold;
	background-color: #CCD6E0;
	padding: 2px 5px 2px 5px;
	}

#modules_section ul p {
	color: #000;
	}

#modules_section input, #modules_section textarea, #modules_section select {
	background-color: #C7CFD8;
	}

#modules_section label {
	display: block;
	margin: 5px 0px 2px 0px;
	}

/* INDIVIDUAL MODULES */

/* SKILLS - AUTHOR */

#module_author p img {
	margin: 0px 0px 10px 0px;
	}


/* FOOTER */

#footer {
	clear: right;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 30px;
	text-align: left;
	}

#footer_1col {
	clear: right;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 30px;
	text-align: left;
	}
	
#footer a, #footer_1col a {
	font-size: 11px;
	color: #365483;
	}

#footer a:hover, #footer_1col a:hover {
	color: #365483;
	background-color:#CCD6E0;
	}

/* POPUPS */

body#popup {
	text-align: left;
	}

body#popup div {
	width: 330px;
	text-align: center;
	}

body#popup div#titulo h2 {
	text-align: center;
	padding: 5px;
	background-color: #666;
	margin: 0px;
	color: #FFF;
	}

body#popup div#presentacion p {
	padding: 5px;
	background-color: #BBB;
	}

body#popup div#grafica {
	background-color: #DDD;
	}

body#popup div#grafica p {
	padding: 5px;
	}

body#popup div#grafica img {
	}

body#popup div#pie_grafica p {
	padding: 5px;
	background-color: #BBB;
	text-align: left;
	}
