/*
	**************************************************************************
	*							avisos.css
	*							----------
	*		Creation date	:	wed 11 april 2007
	*		Authors			:	Guns Dieter & Van Den Berghe Vincent
	*		Description		:	Layoutsetting for the site
	*
	**************************************************************************
*/


/* --------------------------------------     TAGS     -------------------------------------- */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://www.realbiblioteca.es/j1.0/images/background_body.gif);
	background-repeat: repeat;

                    margin-right: 40px;

}

label {
	float: left;
	width: 120px;
	height: 10px;
	margin-right: 40px;
}

a {
	color: #284457;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6292B7;
}

img {
	border: none;
}

/* --------------------------------------     ID     ---------------------------------------- */
#page {
	width: 980px;
	border: 2px solid #000000;
	/* text-align:center; */ 
    margin: 0 auto;


}

#header {
	/** background-image: url(../img/layout/header.gif); **/
/**	background-repeat: no-repeat; **/
	width: 980px;
	height: 156px;
	margin: 0px 0px -10px 0px;
	align:middle;
}

#navigation {
	height: 40px;
	margin: 15px 15px -20px 15px;
}

#content {
	padding: 20px 15px 20px 15px;
}
/** 
#pie { 
 display:block;
 clear: both;
 color: #FFF;
 background: #4E4E72 url(../images/fondo_pie.gif) left top repeat-x;
 text-align: center;
}

#pie p{
	padding:7px 7px 7px 7px;
}

#pie p a img{
	line-height:25px;
	vertical-align: middle;
}
**/
#footer {
           display:block;
             clear: both;
             color: #FFF;
               background: #4E4E72;
        text-align: center;
	width: 100%;
         margin: 0 auto;
         line-height:25px;
}

acronym {
	border-bottom: 1px dotted #CCC;
	cursor:help;
}
#legal {
	padding: 10px 0px 0px 5px;
	color: #FFFFFF;
}

#title {
	margin-left: 180px;
	margin-top: 60px;
	color: #990002;
	font-size: 36px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#article_title {
	font-size: 18px;
	font-weight: bold;
	color: #990002;
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
	font-variant: small-caps;
	width: 800px;
	float: left;
}

#imgTitle {
	float: left;
	margin-top: -5px;
}

#article_subtitle {
	font-size: 14px;
	font-style: italic;
	color: #990002;
	padding-bottom: 5px;
	margin-top: -10px;
}

#newspaper_subtitle {
	font-size: 14px;
	font-style: italic;
	color: #990002;
	padding-bottom: 5px;
	margin-top: -10px;
	float: left;
}

#navArticle {
	float: right;
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
	width: 150px;
}

#artTit_artNav {
	border-bottom: 1px #999999 solid;
	float: none;
	clear: both;
	margin: -5px 0px 15px 0px;
}

#clear {
	clear: both;
}

#tblAdmin {
	border-collapse: collapse;
	border: none;
	width: 640px;
	text-align: left;
	background-color: #E6C77F;
}

#tblAdmin_wide {
	border-collapse: collapse;
	border: none;
	width: 100%;
	text-align: left;
	background-color: #E6C77F;
}

#tblAdmin th, #tblAdmin_wide th {
	font-weight: bold;
	background-color: #D9AB3F;
	font-size: 13px;
	padding: 3px;
}

#tblAdmin .alt, #tblAdmin_wide .alt {
	background-color: #EEDAAA;
}


/* --------------------------------------     CLASS     ------------------------------------- */
.field {
	border: 1px inset #858585;
	width: 330px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

.field2 {
	border: 1px inset #858585;
	width: 95px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

.button {
	margin-left: 0px;
	margin-top: 10px;
	border: #355e7c 1px solid;
	background-color: #CBDBE7;
	width: 164px;
}

.button2 {
	margin-left: 0px;
	margin-top: 10px;
	border: #355e7c 1px solid;
	background-color: #CBDBE7;
	width: 332px;
}

.small {
	font-size: 10px;
}

.smallAuthor {
	font-size: 10px;
	font-variant: normal;
}

.error {
	color: #FF0000;
	margin-left: 160px;
}

.error2 {
	color: #FF0000;
}

.success {
	margin-left: 140px;
}

.floatRight {
	float: right;
	margin-bottom: 15px;
}

.floatLeft {
	float: left;
	width: 630px;
	margin-bottom: 15px;
}

.imgR {
	margin-right: -5px;
}

.tbl {
	border-collapse: collapse;
	border: none;
}

/* --------------------------------------     PRINT LAYOUT     ------------------------------ */

#pagePrint {
	width: 750px;
}

#article_title_print {
	font-size: 16px;
	font-weight: bold;
	color: #990002;
	margin: 0px 0px 10px 0px;
	font-variant: small-caps;
	width: 100%;
}

#article_subtitle_print {
	font-size: 12px;
	font-style: italic;
	color: #990002;
	padding-bottom: 5px;
	margin-top: -10px;
}

p.breakhere {
	page-break-after: always;
	text-align: center;
}