/* 
** BLUE:SKY - main stylesheet
** This CSS file makes the webpage look pretty ;-)
** 
** March 5, 2006 - (version 1.0)
** 
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

/* page overall: */

html * { 
    margin: 0; 
    padding: 0; 

}
 
body {
    margin: 0em 0em 0em 0em;
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    background-color: #fafafa;
}

/** END ESTILOS GENERICOS A TODOS **/

/* IMPORTANTE PARA QUITAR EL SUBRAYADO DE LOS TITULOS */
a:hover h1{
	text-decoration: underline;
	color: #006699 !important;
}

a:hover {
	text-decoration: underline !important;
}
/* IMPORTANTE PARA QUITAR EL SUBRAYADO DE LOS TITULOS */

div.img_left, div.img_right {
    border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}

div.left_box {
    background-color: #fff;
    width: 90%;
    margin-top: 1em;
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;

}

div.left_box h3, div#nav h3 {
    margin: 0em;
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    color: #fff;
    border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    background-color: #4284B5;
    text-transform: uppercase;
    font-family:  Verdana, Arial, sans-serif;
}

div.left_box p {
    margin: 0em;
    padding: 1em 1em 1em 1em;
}

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

div.inner_box {
    border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;
}

/** END ESTILOS GENERICOS A TODOS **/


/**  SECCIONES PRINCIPALES  **/
 
#page {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
} 

.breadcrumb {
	padding-left: 10px;
    font-size: 0.9em;
	color:#aaaaaa;
}


/* header: */

#header {
	background-image: url(../images/tagline.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	width: 770px !important;
	vertical-align: middle !important;
	background-color: #fff;
	z-index: 700;
	text-align:center;
} 


#logo {
	background-image: url(../images/logo.jpg);
	width: 160px;
	height: 110px;
	background-position:center;
	vertical-align:middle;
	background-repeat: no-repeat;
	float:left;
}

/* left column: */

#left {
    width: 165px;
	padding-left: 2px;
    float: left; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-size: 11px;
	border-right: dashed #cccccc 1px;
}

#left_home {
	width: 165px;
	height: 320px;
	padding: 10px;
    float: left; 
	margin: 20px;
	font-size: 11px;
	border: dashed #cccccc 1px;
}

#leftDefault {
    width: 250px;
	padding-left: 2px;
    float: left; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	font-size: 11px;
}

#left .navlinkLeft  {
	margin-top:4px !important;
}


div#nav {
    background-color: #fff;
    width: 90%;   
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;
}
    
#left .childrenonly ul {
    padding: 0.5em 0em 0.9em 0em;
}

#left .childrenonly ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
}

#left .childrenonly a:link, #left .childrenonly a:visited {
    color: #aaa;
	font-size: 0.7em;
	text-decoration: none;
}
 
#left .childrenonly a:hover, #nav a:active {
    color: #003399;
	font-size: 0.7em;
	text-decoration: underline;
}


/* content right */

#right {
	float: right; 
	width: 180px; 
	margin-top: 0px; 
	overflow: hidden;
	height:100%;
	background-color:#FFF;
	border-left: dashed 1px #CCCCCC;
}

#right moduletitle {
	font-size: 15px;
}

#right div {
	margin:0px;
	padding:0px !important;
}

#right .textbox {
	border: 1px solid #ccc; 
	font-size: 11px; 
	font-family: Arial; 
	padding:4px; 
	background-color:#FFFFFF; 
	color:#999999
}

#right .submitbox {
	font-size: 11px; 
	font-family: Arial,Helvetica,sans-serif; 
	border: 0px none; 
	background:#FFFFFF; 
	color: #117a90;
}

/* MAIN CONTENT */

#content {
    float: left; 
    position: relative; 
    width: 600px; 
    font-size: 0.75em;
	z-index: 1;
}

#main {
    padding: 0.5em 0em 0.5em 0em;
}

#path {
	vertical-align:bottom;
    font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    color: #2F5E80;
    background-color: #fafafa;
}

#content h1{
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#127783 !important;
}

#content h2 {
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#999 !important;
}

#content ul, #content ol {
	margin: 10px;
	margin-left: 30px;
	color:#333333;

}

#content strong {
	color: #333333;
}

#content_home {
    position: relative;
	float: left;
    width: 540px; 
    font-size: 0.75em;  
    
}

#content_home a:link, #content_home a:visited, #left a:link,  #left a:visited {
	text-decoration:none;
	color:#009999;
}

#content_home a:hover, #left a:hover {
	color: #666666;
	text-decoration:underline;
} 

#content_home h1 {
	line-height: 1em;
	font-size: 1.2em;
	color:#009999;
}

#content_home h2 {
	line-height: 1em;
	font-size: 1.5em;
	color:#333333;
	font-weight:bolder;
}

	
#content h1, #content .moduletitle {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.5em;
    font-family: Verdana, Arial, sans-serif;
    color: #999;

    line-height: 1.3em;
}

#content h2 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.2em;
    font-family: Verdana, Arial, sans-serif;
    color: #999;

    line-height: 1em;
}

#content p {
    margin: 0em 0em 0em 0em;
    padding: 5px;
}




#content a:link {
    color: #518383;
	text-decoration: none;
}
    
#content a:visited {
    color: #518383;
	text-decoration: none; 
}
 
#content a:hover, #content a:active {
    color: #006699;
	text-decoration: underline;
}

#content acronym {
    border-bottom: 1px dotted #4284B5;
    cursor: help;
    margin: 0;
    padding: 0;
}


/** END MAIN CONTENT **/


/* footer: */

#footer { 
    margin: 0em;
    padding: 0em;
    font-size: 0.6em;
    clear: both;
    color: #027BC1;
    text-align: right;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited { 
    color: #027BC1;
	text-decoration:none;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
} 

h1 a:hover{
	color: #5AA6B3 !important;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding-left: 5px;
/*	margin: 2px; */
} 

#left div.container_box {
	padding: 0;
	margin: 0;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Verdana, Arial;
	font-weight: bold;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/* MODIFICADOS PARA TOURS 2007 */

hr {
	border:0;
	color: #eee;
	background-color: #eee;
	height: 1px;
	width: 100%;
}

/* SEARCH MODULE - DROP DOWN */

#search {
	position: absolute;
	left: 777px;
	top: 110px;
}

div.sample_attach, a.sample_attach
{
  width: 170px;
  text-align:right;
  padding: 0px 5px;
  font-weight: lighter;
  text-transform:uppercase;
  color: #999999;
  font-size:0.7em;
}

a.sample_attach
{ 
  display: block;
  border-bottom: none;
  text-decoration: none;
}

form.sample_attach
{	
  position: absolute;
  visibility: hidden;
  background: #fbfbfb;
  	filter: alpha(opacity=77);
	opacity: .77;
	-moz-opacity:0.77;
  padding: 0px 5px 2px 5px;
  border: #cccccc solid 1px;
  color: #444444;
  font-size:0.8em;
  top:25px !important;
  left:5px !important;
}

/**  RSS FEED **/

#rssfeed {
	color:#999999;
	font-size: 10px;
	text-align: right; 
	width: 165px;
	float:right;
}

#rssfeed moduletitle {
	font-size: 21px;
}

#rssfeed .rftitle{
	font-weight:bold;
	line-height:0.8em;
}

#rssfeed .rf_newstitle {
	margin-top: 10px; 
	color: #006666;	
}

#rssfeed a:link { 
	color: #8BC5C5;
	text-decoration:none;
}

#rssfeed a:visited { 
	color: #8BC5C5;
	text-decoration:none; 
}

#rssfeed a:hover { 
	color: #003333;
	text-decoration:underline;
}

/** TEXT MODULE **/


.text_moduletitle {}

.bgcolorteal {
	font-size: 13px !important;
	width: 100%;
	height: 1.6em;
	background-color: #157784;
	text-indent: 10px;
	color:#FFFFFF  !important;
	margin:0px !important;
	padding: 0.2em 0px 0px 0em   !important;
	overflow:hidden;
	
}

.text_content {}






/** TABLE TOURS IN EACH SECUNDARY PAGE **/

.tabletours {
	font-weight: normal;
	font-size:10px !important;
}

.tabletours h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight:bold  !important;
	font-size:12px !important;
	color: #157784;
}

.tabletours h3 {
	font-weight: normal;
	font-size:11px !important;
	color: #666666;
}

.subtabletours {
}
