/**
* @package      LiveCMS
* @Copyright    Copyright (C) 2002 - 2007 Daniel Calisaya / Live Developers
* @license      http://www.livecms.com
* @author       Daniel Calisaya
* @version      $Id: general.css,v 1.2 2007/10/25 05:43:24 dcali Exp $
* @desc         Estilo llamado general.css
**/



/* Body es para el fondo o centrar el conteido */
body {
	background-color: #04266b;
	text-align: center;
	background-image: url(/templates/traveltime/images/fondo-general.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 20px;
}
/* Wrapper es para centrar y poner tamaño de la pagina*/
#wrapper {
	text-align: left;
	margin: auto;
	width: 860px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 0px;
}
#header {
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0px;
}
/* Header es para la cabecera */
 
/* Nav para a nagegacion. Nota: es solo para los princilaes */

.lineah {
	clear: left;
	background-image: url(../images/lineah.jpg);
	background-repeat: no-repeat;
	height: 2px;
	background-position: center;
} 


#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
	color: #333;
	min-height: 400px;
	margin: auto;
	width: 840px;
}
#sidebar {
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#content h2 {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}
#content img {
	padding: 0px;
}
a {
	text-decoration: none;
	font-size: 12px;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #630;
}
#content h3 {
	margin: 2px;
}
.menu {
	background-image: url(../images/fondo_nav.jpg);
	background-repeat: repeat-x;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(../images/fondo_titulo.jpg);
	background-repeat: repeat-y;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	margin-bottom: 0px;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5d4313;
	background-image: url(../images/fondo_titulo.jpg);
	background-repeat: repeat-y;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.titulo2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.titulo2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.articulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #795100;
	background-color: #FFE39D;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.thumbimage {
	padding: 2px;
	border: thin solid #88621d;
	margin-right: 8px;
	margin-left: 5px;
}
.linea {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #c3b18e;
	padding-left: 220px;
}
#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 650px;
	margin: auto;
	text-align: center;
}
.articles_top {
	background-image: url(/templates/traveltime/images/bg-articles.gif);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	background-position: left;
}
#sidebar a {
	color: #88621D;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#minh {
	min-height: 420px;
}
.home-links {
	clear: left;
	float: right;
	margin-right: 40px;
}
.divisiones_fotos {
	padding-bottom: 6px;
}
.articles_resume {
	padding-right: 4px;
	padding-left: 4px;
}
#content #titulo {
	font-size: 14px;
	font-weight: bold;
}
#content table {
	font-size: 14px;
	text-align: justify;
}
.articles_resume {
	font-size: 10px;
}
#content td img {
	padding: 0px;
	margin: 4px;
}

#content td  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}



/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: 0;
	border: 0 none;
	padding: 0; /*For KHTML*/
	list-style: none;
	height: 26px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #5C431A;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #CCC;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	color: #5C431A;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background: #FFE;
	color: #886327;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	color: #333;
	background-color: #FFE39D;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #FFE39D;
  color: #333;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #999;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
#footer {
	padding-bottom: 10px;
}
#nav {
	padding-left: 30px;
}
.top {
	background-image: url(../images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
#content .crumbs {
	padding: 8px;
}
.detail {
	display: block;
	margin: 10px;
}

.detail img {
	margin: 4px;
}

.articulo strong a {
	padding-left: 20px;
}
.detail img {
	padding: 6px;
}
