@charset "UTF-8";

/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 03.04.08
**  File     : myOwnStyles.css, renamed into odeffinanciera.css
*/

@media all {

body {
	margin: 40px auto;
	padding: 0;
	background: #EAEAEA url(../img/bg_rose.gif) top left;
	color: #3a3a3a;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
}

a {
	color: #166090;
} 
 
#page {
	width: 988px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../img/bg_top.png) top left no-repeat;	
	border: none;
	border-top: solid 2px #fff;
}

#header {
	background: #FFF url(../img/banner.jpg) top left no-repeat;
	height: 203px;
	margin: 62px 0 0 0;
	padding: 0;	
	border: solid 4px #fff;
}

h1,h2,h3,h4 {
	color: #EF44B4;
}

h1 {
	font-size: 120%;
	color: #;
}

h2 {
	margin: 0 0 4px 0;
	font-size: 110%;
    color: #DD13A7;
}

h3 {
	margin: 20px 0 8px 0;
	font-size: 100%;
}

h4 {
	margin: 10px 0 5px 0;
	font-size: 95%;
}

#topnav {
	margin: -45px 0 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    text-align: left;
}

#topnav a { 
 color: #DD13A7;
 font-size: 16px; 
 background: transparent url(../img/top_nav_bgtop.gif) top center no-repeat;	
 padding-top: 8px;
}

#topnav a:hover, #topnav strong { 
 color: #666;
 font-size: 16px; 
 font-weight: normal;
 padding-top: 8px; 
 background: transparent url(../img/top_nav_bgtop_hover.gif) top center no-repeat;	
}


#submenu {
	border-top: none;
	padding-top: 0;
	margin: 0;
}

#submenu li a, #submenu li ul li a {
/*	background: url(../img/bgmenu.gif) repeat-x bottom left #f4f4f4;*/
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #DD13A7;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	color: #505050;
	float: left;
	font-size: .8em;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	width: 95%;
}

#submenu li a:hover, #submenu li strong, #submenu li ul li a:hover, #submenu li ul li strong {
	background: url(img/menubg2.gif) repeat-x bottom left #eaeaea;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #666;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	color: #505050;
	float: left;
	font-size: .8em;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	width: 95%;
}
#submenu li a:hover {
	border-left: 4px solid #FCDC17;	
}

#submenu li ul li a, #submenu li ul li a:hover, #submenu li ul li strong {
	font-size: .75em;
	font-weight: 600;
	padding: 5px 1px 5px 15px;
	width: 95px;	
}
#submenu li ul li a:hover {
		border-left: 4px solid #DD13A7;
    	font-size: .92em;		
}
#footer {
	margin: 0;
	padding: 35px 0 0 0;
	color: #fff;
	text-align: center;
	border-top: none;
	background: transparent url(../img/footer.png) top center repeat-x;
	height: 50px;
	font-size: 12px;
}
#footer a {
	color: #fff;
}

#main {
	padding: 0;
	background: #fff;
	border: solid 4px #fff;
}

#col1 {
	padding:  0;
}
#col1_content {
	padding: 0 0 0 10px;
}
#col3_content {
	padding-top:  20px;
	padding-right: 10px;
}


p.align-center {
	text-align: center;
}

p.align-justify {
	text-align: justify;
}

p.indent {
	text-indent: 20px;
}

#header div.searchtop { 
    position: absolute;
    top: -45px;
    right: 10px;
    width: 250px;
    height: 20px;
/*	background: url(../img/buscar.gif) top left no-repeat;*/
    
}

#header div.searchtop form input {
    width: 170px;
    line-height: 13px;
    color: #EF44B4;
    border: none;
    background: #fff;    
    float: right;
    font-size: 11px;
}

.tx-wecmap-pi3  .gmnoprint .dirmenu {
	display: none;
}
.tx-wecmap-pi3 .sidebar a .infotitle{
    font-size: 9px;	
}


/* colors:
** #AB0534: obscuro rojo
** #3A6E8F: azul (header) 
*/

/* style sheet tt_news */
div.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}
/* general */
.news-latest-morelink,.news-list-morelink,.news-single-morelink {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 2px 2px 0;
	border:none;
	border-bottom: 1px #EF44B4 solid;
	background: none;
	text-align: right;
	font-size: 80%;
}
.news-latest-morelink a,.news-list-morelink a,.news-single-morelink a {
	color: #EF44B4;
}
.news-latest-morelink a:hover,.news-list-morelink a:hover,.news-single-morelink a:hover {
	color: #222222;
	text-decoration: none;
}
.news-latest-item h3, .news-list-item h3 {
	font-size:110%;
	font-weight:normal;
	background: none; 
	padding: 0;
	color: #EF44B4;		
}
.news-latest-item h3 a, .news-list-item h3 a {
	text-decoration: none;
	color: #EF44B4;	
}
.news-latest-item h3 a:hover, .news-list-item h3 a:hover {
	color: #fc9a09;
	text-decoration: underline;
}

/* single */
span.singlenews_label {
	font-size: 100%;
	margin: 0;
	padding: 0 3px 0 0;
	font-weight: normal;
}
.news-single-item h2 {
	background: none;
	margin: 5px 0 0 0;
	padding-left:0;	color: #EF44B4
}
p.news-single-author, div.news-single-timedata, p.news-single-subheader, div.news-single-keywords, div.news-single-content, div.news-single-category, div.news-single-files, div.news-single-img, div.news-single-links {
	color: #444444;
	padding: 0.2em 0 0.2em 0;
	margin: 0;
	font-size: 100%;
}
p.news-single-subheader, p.news-single-author, div.news-single-files dd, div.news-single-links p {
	margin: 0;
	padding: 0;
}
div.news-single-files span.singlenews_label, div.news-single-links  span.singlenews_label {
	float: left;
}
div.news-single-files dd img {
	padding-right: 0.5em;
}
.news-single-item .news-single-backlink {
	margin: 1em 0 2em 0;
	font-size: 90%;
}
div.news-single-img {
	padding: 5px 15px 5px 0;
}
.news-single-imgcaption {
   font-size: 9px;
   color: #666;
}
.singlenews_value a img {
        float:right;
        padding-right: 250px;
        clear:both;
}

/* latest */
.news-latest-item p {
	margin: 0;
	padding: 0;
	line-height: 1.30em;
}

span.news-latest-date {
	color: #DD13A7;
	font-size: 10px;
	font-weight: normal; 
}

/* list */
.news-list-item a img {
        padding: 5px 15px 0 0;
        float: left;
}
.news-list-item p {
	margin: 0;
	padding: 0;
}

/* browsebox */
.tx-ttnews-browsebox,.tx-ttnews-browsebox  .browsebox {
	margin: 0 0 1em 0;
	background: #fff;
	border:none;
	border-bottom: solid 1px #EF44B4;
	font-size: 90%;
}
.tx-ttnews-browsebox  .browsebox {
	float: right;
	margin: -20px auto;
	clear:both;
	border:none;
}

.tx-ttnews-browsebox .browsebox tbody tr td, .tx-ttnews-browsebox .browsebox tbody tr td a {
	padding: 0 2px 0 2px;
}
.tx-ttnews-browsebox p {
	margin:0;
	text-align: left;
	color: #EF44B4;
}

hr.clearer {
	display: none;
}
/* FCE  Boxes with rounded edges End */


* html .REboxBlueContent {height:1%}
.REboxBlueContent {overflow:hidden}
.REboxBlue {display:block; background:transparent; font-weight:normal; margin-bottom:1em;}
.REboxBlue p {margin:0 2px; padding:2px 0; line-height:1.2em;}
.REboxBlueContent {display:block; background:#e5e5e5; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; padding:0.5em 1em 0.5em 1em; height:1%; overflow:hidden;}
.REboxBlueContent h1, .REboxBlueContent h2, .REboxBlueContent h3, .REboxBlueContent h4, .REboxBlueContent h5 {margin-top:0;}
.rBline1, .rBline2, .rBline3, .rBline4 {display:block; overflow:hidden; font-size:1px;}
.rBline1, .rBline2, .rBline3 {height:1px;}
.rBline2, .rBline3, .rBline4 {background:#e5e5e5; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}
.rBline1 {margin:0 5px; background:#e5e5e5;}
.rBline2 {margin:0 3px; border-width:0 2px 0 2px;}
.rBline3 {margin:0 2px;}
.rBline4 {height:2px; margin:0 1px 0 1px;}
.REboxBlueContent {
	background: #e5e5e5 url(/fileadmin/img/wheel.png) right center no-repeat;
}

/* FCE Boxes with rounded edges End */


/* Search form, specifically */
TABLE.csc-searchform TR TD, TABLE.csc-searchResultInfo TR TD { padding:0;}

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { width: 100%; border-bottom:1px solid #EF44B4;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right;  }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext a { color: #666; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader { margin:20px 0 0 0; font-size:100%; }
H3.csc-searchResultHeader a { color: #000; text-decoration: none;}
H3.csc-searchResultHeader a:hover {	text-decoration: underline;} 
P.csc-searchResult { padding: 0 0 10px 0; border-bottom:1px dotted #cccccc; }
/* Search word markup */
/*
SPAN.csc-sword { font-weight: bold; color: red; }
*/



}