/**
 * C&F.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

html {
    background: #f7f7f7;
}

body {
background-color:white;
color:black;
font-family:Arial,Helvetica,Sans-Serif;
padding:0;
width:990px;
/*background-image:url("img/page_g.jpg");*/
background-image:none;
background-repeat:repeat-x;
top:0;
margin: 5px auto;
}

a {
   text-decoration: none;
}

a:link {
   color: #993399;
}

a:active {
	color: #99338;
}

a:visited {
	color: #990099;
}

a:hover {
	color: #99338;
    background: transparent;
    text-decoration: underline;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
}

#container {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-box-shadow:0 0 20px #999;
-webkit-box-shadow:0 0 20px #999;
.border-bottom-left-radius: 10px;
.border-bottom-right-radius: 10px;

background:none repeat scroll 0 0 white;
display:table;
font-size:1em;
margin-bottom:1em;
margin-top:1em;
/*background-image: url(img/footer.png);*/
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:2.5em;
border:1px solid #bbb;

}

#body {
-moz-box-shadow:0 0 4px #999999;
-webkit-box-shadow:0 0 4px #999999;
background:none repeat scroll 0 0 white;
border:1px solid #DDDDDD;
border-top:0px solid #DDDDDD;
display:table;
margin-left:9px;
margin-right:8px;
margin-top:10px;
margin-bottom:9px;
padding-top:5px;
border-bottom:0px solid;
width:968px;
}


#header {
    background: #333399;
    height:130px;
}

#headerTitle {
    text-align: center;
}

#header h1 {
	line-height: 2.5;
	text-transform: uppercase;
	text-indent:0;
	letter-spacing: 10px;
	font-size: 2em;
	color:  #fff;
	padding-top: 0;
	padding-bottom:0;
	margin: auto;
padding:0 0 0.25em 0;
	background:#333399; /* pone colores como la actual al desactivar imagen de fondo anterior*/
}

#homepageImage img {
	width: 100%;
}
#header img {
	width: 100%;
}

#footer {
background:none repeat scroll 0 0 white;
border-top:1px solid #DDDDDD;
bottom:0;
color:#FFFFFF;
display:block;
left:0;
margin:8px;
padding:5px;
width:960px;
}

#footerContent {
  position: absolute;
  bottom: 0;
  left: 0;
color:  #fff;
}

#pageFooter {
    background: #333 none repeat scroll 0px 0px;
    margin-bottom: 0;
}

#main {
background:none repeat scroll 0 0 transparent;
border:1px solid #E0E0E0;
border-bottom:0px solid;
display:table-row;
margin-left:5px;
margin-right:5px;
margin-top:0px;
overflow:hidden;
padding:0 0 1em;
width:79.4%;
}

#main h2 {
.-moz-box-shadow:0 0 4px #DDDDDD;
.-webkit-box-shadow:0 0 4px #DDDDDD;
	text-transform: none;
	text-shadow: 2px 2px 4px #999;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #000077;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: lowercase;
	padding-left:10px;
	text-align: left;
}

#navbar {
    border: 2px solid #3f41bc;
   	text-align: left;
	padding-left: 10px;
    color: #FFFFFF;
	font-weight: bold;
    font-size:1.1em;
	background-color: #333399;
   /* background-image: url(img/nav.png);*/
    background-image:none;
    background-repeat: repeat;
   position: inherit;
     z-index: 99999;
   width:initial;
   height:30px;
}

#navbar a {
    color: #ffffff;
    font-weight: bold;.
}
#navbar ul.menu li a:hover {
    color: #fff ! important;
    .background-color: brown;
    border-bottom:0px solid white;
}

#navbar ul.menu {
    margin-left:0;
}


#breadcrumb {
    color: #fff;
    font-weight: bold;
    margin-top: 1px;
	text-align: left;
	border: 2px solid #3f41bc;
	padding-left: 10px;
	padding-top:0;
    /*background-image: url(img/footer.png);*/
	background-image:none;
	background-color: #333399;
    position:inherit;
}

#breadcrumb a {
    color: #ffffff;
    font-weight: bold;
}
#breadcrumb a:hover {
  text-decoration: underline;
}

#content {
	border-top: 0px solid #000077;
	margin-left:10px;
	margin-right:10px;
	   /* list-style-image: url(img/postbullets.png);*/

}

#content h3 {
	width: 100%;
	padding-left: 0px;
	border-bottom: 1px solid #000077;
	text-transform: none;
}

#content h4 {
	text-transform: none;
}

#content h5 {
	margin-right:10px;
}

#announcementsHome {
-moz-border-radius:0px 0px 8px 8px;
-moz-box-shadow:3px 3px 3px lightgray;
border-radius:0px 0px 8px 8px;
-webkit-box-shadow:3px 3px 3px lightgray;
border:1px solid lightgray;
margin:2em 0;
width:100%;
}

table.announcements {
-moz-border-radius:0px 0px 8px 8px;
-moz-box-shadow:3px 3px 3px lightgray;
border-radius:0px 0px 8px 8px;
-webkit-box-shadow:3px 3px 3px lightgray;
border:1px solid lightgray;
margin:2em 0;
width:100%;
}
table.announcements tr.title {
vertical-align:top;
background:wheat;
}
table.announcements td.separator {
	border-top: 0px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

span.highlight {
	border-bottom: 1px dotted #000077;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #000077;
}

table.listing td.endseparator {
	border-top: 1px dotted #000077;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}


/**
 * Table of contents
 */
h4.tocSectionTitle {
	width: 100%;
	.border-bottom: 2px solid #000077;
	font-weight: bold;
}

table.tocArticle {
	.border-bottom: 1px dotted #000077;
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 80%;
	background-color:#F3F3F3;
.text-shadow: 0px 1px 0px #fff
}

table.tocArticle td.tocGalleys {
	width: 20%;
	text-align: right;
 	background-color:#F3F3F3;
}

table.tocArticle td.tocAuthors {
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 10px;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

table.announcements td.endseparator {
	border-top: 0px solid white;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.headseparator {
	border-top: 0px solid #000077;
	font-size: 0.1em;
	line-height: 1%;
    background:wheat;
	}

pre {
	background-color: #EEEEFF;  
}

div.separator {
	border-bottom: 0px solid #000088;
}

#leftSidebar div.block, #rightSidebar div.block {

	.color: #000077;
    .background: yellow;
    border: 1px solid #ddd;
	
	}

#rightSidebar ul, #leftSidebar ul {
    padding-top: 5px;
    padding-bottom: 1en;
    line-height: 1.8;
    padding-left:30px;
}

#leftSidebar {
.border:1px double #993300;
.display:block;
font-size:0.65em;
.margin:3px 0 0 11px;
overflow:hidden;
padding:0;
margin:0px;
width:19%;
margin-left:3px;
.-moz-box-shadow: 0 0 4px;
	float: left;
	.width: 17%;
    .height: 92%;
	.padding:0em 0em 0em 0em;
	font-size: 0.65em;
.	margin-right: 0%;
 .   margin-top: 3px;
	display: inline;
	overflow: hidden;
    border-bottom:0px;
    .border: medium double #993300;
    .background-color: #F7e7ca;

.	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 0 0 5px 5px;
	.border-radius: 0 0 5px 5px;
    .-moz-box-shadow: inset rgba(0, 0, 0, .8) 0 -3px 12px,
                   inset rgba(0, 0, 0, .7) 0  1px  3px;
 
}

#rightSidebar {
	float: right;
	width: 17%;
    .height: 92%;
	padding:0em 0em 0em 0em;
	font-size: 0.65em;
	margin-left: 0px;
    margin-top: 3px;
	display: inline;
	overflow: hidden;
    border-bottom:0px;
    border: medium double #993300;
    background-color: #FFFFFF;
}

#rightSidebar li, #leftSidebar li {
   /* list-style-image: url(img/postbullets.png);*/
}

#rightSidebar li, #leftSidebar li a {
   text-decoration: underline;
}

#rightSidebar li, #leftSidebar li a:hover{
    font-weight:bold;
}
#leftSidebar div.block span.blockTitle,#rightSidebar div.block span.blockTitle  {
    height: 20px;
    color: #fff;
    padding-top:9px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size:1.1em;
    padding-left:30px;
   /* background-image: url(img/blockheader.png);*/
    background-image:none;
    background-repeat:no-repeat;
    background-color: #333399;
}

#sidebar div.block {
    display:block;
    padding-bottom: 5px;
	margin: 0 5px 15px 0;     
    background-color: white;
	-moz-box-shadow:3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-border-radius:5px;
	border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
	
#sidebar div.block span.blockSubtitle {
display:block;
margin-left:5px;
}

#sidebar input.textField, #sidebar select.selectMenu {
font-size:1em;
margin-left:5px;
margin-top:3px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-moz-border-radius:4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border:1px solid #bbb;
}

#sidebar input.button{
margin-left:5px;
margin-top:3px;
background-color: #DDDDDD;
color:black;
font-weight:bold;
}

input.button {
background-color:wheat;
font-size:1em;
font-weight:bold;
padding-left:0.5em;
padding-right:0.5em;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-moz-border-radius:4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border:1px solid #bbb;
}

#sidebar label {
margin-left:5px;
}

input.defaultButton {
background-color:wheat;
color:black;
font-weight:bold;
}


p#sites {margin:0em 0;}

ul.steplist {
    padding: 0 0 10px;
}
#content ul.menu li a, ul.steplist a {
    color:white;
}

#content ul.menu li, ul.steplist li{
    margin-right: 15px;
    text-transform: uppercase;
    background-image: url("img/nav.png");
	background: #333399;
    padding: 2px 3px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-moz-border-radius:4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border:1px solid #bbb;
}
#content ul.menu li a:hover, ul.steplist a:hover {
    text-decoration: underline;
}
#content ul.menu {
    padding-bottom:5px;
}

z.file1 {
    
    border:0px;
    background-image:url("img/pdf_d.jpg") ;
	padding: 6px 12px;
    background-repeat: no-repeat;
    
}
.listing .heading {background:#333399;}
