/**
 * classicRed.css
 *
 * Copyright (c) 2012-2018 Raúl Ernesto Villamarín
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Colombia Médica theme stylesheet.
 *
 * $Id$
 */

a {
	text-decoration: none;
}

a:link {
	color: #ad3827;
}

a:active {
	color: #993338;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #EECCCC;
	background: transparent;
}

label.error {
	color: #f60;
}

input.button {
	border: 1px solid #ccc;
	padding: 4px 8px;
	border-radius: 3px;
}

input.button:hover {
	box-shadow: 0 1px 1px #666;
}

input.button:active {
	box-shadow: 0 -1px 1px #666;
}

input.defaultButton {
	color: #EECCCC;
	background: #600;
	border: 1px solid #500;
}

input.textField, textarea.textArea, select.selectMenu {
	background-color: white;
	border: 1px solid #ccc;
}

#container {
	/*background-color: #fff;*/
	font-size: 1.2em;
	width: 900px !important;
}

#header {
	min-height: 119px;
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	margin-top: 8px;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background: #fff url("img/pixel_cabezote.png") repeat-x top left;
	color: #666;
	padding-left: 20px;
}

#logo_uv {
	margin-right: 40px;
	margin-top: 60px;
	float: right;
}

#footer {
	background-color: #600;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-left: 0;
	padding: 15px 12px;
	width: 73%;
	min-height: 600px;
	float: none;
	display: block;
}

#main h2 {
	/*font-family: "Times New Roman", Times, Georgia, serif;
	font-family: arial, helvetica, verdana, sans-serif;*/
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #ad3827;
	text-transform: uppercase;
}

#main h3 {
	/*font-family: "Times New Roman", Times, Georgia, serif;
	font-family: arial, helvetica, verdana, sans-serif;*/
	font-family: sans-serif;
	color: #ad3827;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}

#navbar {
	background: transparent;
	margin: 4px auto;
	/*border-bottom: 1px dotted #660000;
	text-align: center;*/
	border: none;
	padding-bottom: 0;
}

#navbar ul.menu {
	width: 100%;
	padding: 0;
	text-align: center;
}

#navbar ul.menu li {
	display: block;
	border: 1px solid #ccc;
	height: 30px;
	width: 13.8%;
	background: #cecece url("img/pixel_boton_0001.png") repeat-x top left;
	padding: 10px 0 0 0;
	margin: 0 1px;
	float: left;
}

#navbar ul.menu li:hover {
	background: #e18a7e url("img/menu_hover.gif") repeat-x top left;
}

#navbar ul.menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#navbar ul.menu li a:hover {
	background-color: transparent;
}

#navbar table.tmenu {
	width: 100%;
	padding: 0;
	text-align: center;
	border-spacing: 2px 0;
	text-transform: uppercase;
}

#navbar table.tmenu td {
	border: 1px solid #ccc;
	height: 30px;
	background: #cecece url("img/pixel_boton_0001.png") repeat-x top left;
	padding: 5px 0 0 0;
}

#navbar table.tmenu td:hover {
	background: #e18a7e url("img/menu_hover.gif") repeat-x top left;
}

#navbar table.tmenu td a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#navbar table.tmenu td a:hover {
	background-color: transparent;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 0;
}

#content h3 {
	text-transform: uppercase;
}

#content h4 {
	/*font-family: arial, helvetica, verdana, sans-serif;*/
	font-family: sans-serif;
	text-transform: uppercase;
}

#content h5 {
	/*font-family: arial, helvetica, verdana, sans-serif;*/
	font-family: sans-serif;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	/*border-bottom: 1px dotted #660000;*/
	border-bottom: none;
}

div.celda {
	border: 2px solid #d7d7d7;
	margin-bottom: 5px;
	padding: 5px;
}

div.celda a {
	font-weight: bold;
}

div.impar {
	background-color: #EEE;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 0;
	border: 1px solid #ccc;
	background-color: white;
	width: 18.8%;
	padding: 10px 20px;
}

#rightSidebar {
	margin-right: 0;
	margin-left: 0;
}

#leftSidebar {
	margin-right: 0;
	margin-left: 0;
}

#sidebar {
	margin-top: 0;
}

#sidebar div.block {
}

#sidebar div.block span.blockTitle {
	/*font-family: 'arial', 'helvetica', 'verdana', sans-serif;*/
	font-family: sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #AD3827;
}

#sidebar div.block label {
	font-size: 1em;
	font-weight: bold;
	margin-right: 8px;
}

#random-articles {
	float: left;
	/*border: 1px solid #ccc;*/
}

#random-articles a {
	color: white;
}

#random-articles img {
	float: left;
}

#random-articles ul {
	margin-left: 380px;
	margin-top: 0;
	padding-left: 0;
	width: 270px;
}

#random-articles li {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 1px;
	background: #9b2f1f url("img/fondo_lista.png") repeat-x top left;
	height: 76px;
	list-style-type: none;
}

#rightSidebar div.enlace, #sidebarHelp, #sidebarDevelopedBy, #sidebarSponsors .link, #sidebarManual, #sidebarAuthorGuide {
	/*width: 90%;*/
	height: 10px;
	margin-bottom: 5px;
	border: 2px solid #d7d7d7;
	background: #EEE;
	text-align: center;
	padding: 5px 0 10px !important;
}

#prev-issues {
	/*float: left;*/
	margin-left: 575px;
	/*padding-left: 100px;*/
	font-size: 11px;
}

#prev-issues img {
	height: 70px;
}

#prev-issues table {
	background-color: #EEE;
	width: 150px;
}

#prev-issues table th {
	color: white;
	background-color: #600;
	text-transform: uppercase;
	padding: 2px 4px;
	text-align: center;
}

#prev-issues table td {
	padding: 1px 5px;
}

#prev-issues table td strong {
	color: #AD3827;
	margin: 0;
}

#prev-issues table td a:hover {
	text-decoration: underline;
}

#prev-issues table td a {
	color: black;
}

#prev-issues ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
}

#prev-issues li {
}

.issueCoverImage img {
	width: auto !important;
}

.sponsorSpace {
	margin: 0 0 10px;
}

.sponsorSpace img {
	border: 2px solid #ad3827
}

#content .front h1,
#content .front h2,
#content .front h3,
#content .front h4,
#content .front h5,
#content .front h6,
#content .body h1,
#content .body h2,
#content .body h3,
#content .body h4,
#content .body h5,
#content .body h6,
#content .back h1,
#content .back h2,
#content .back h3,
#content .back h4,
#content .back h5,
#content .back h6,
#content .footer h1,
#content .footer h2,
#content .footer h3,
#content .footer h4,
#content .footer h5,
#content .footer h6 {
	text-transform: none;
}

ul.ui-autocomplete li.ui-menu-item,
div.metadata-group {
	text-align: left;
}

td[align="right"] div.metadata-group {
	text-align: right;
}

/* Reglas de estilo para los HTML de los articulos */

div.body p {
	font-size: 1.2em;
}

div.front span.metadata-group {
	font-size: 1em;
}

div.front div.metadata-group {
	font-size: 80%;
}
