/**********************
	 HISTORY CSS
************************/

@import url('default.css');
@import url('dreta_sponsor.css');

/*********************
	GENERAL
***********************/
.center a{
	color:#d6161a;
	}
.center strong{
	color:#545050;
	}
.grey{
	color:#545050;
	}
/******************
	CENTER
******************/
.center {
	width:36.88em;
	padding:0em 1.25em 0em 1.25em;
	color:#545050;
	}
.center .top{
	overflow:hidden;
	width:100%;
	margin-top:2.18em;
	}
.center .top img{
	float:left;
	width:9em;
	height:9em;
	}
.center .top .text{
	width:27.2em;
	float:right;
	margin-top:0.1em;
	font-weight:bold;
	}
.center .top .text h2{
	font-size:1.25em;
	font-weight:normal;
	color:#d6161a;
	margin-bottom:0.35em;
	}
.center h3{
	font-size:0.875em;
	font-weight:bold;
	color:#000000;
	margin:1.2em 0em 0.5em 0.3em;
	}
.center h3.borderTop{
	border-top:1px solid #d0d0d0;
	margin:1em 0em 0.5em 0.3em;
	padding:1.3em 0em 0em 0em;
	}
.center h4{
	font-weight:bold;
	color:#000000;
	font-size:0.7em;
	}
.center h4.bigRed{
	font-size:0.91em;
	color:#d72327;
	margin:1.2em 0em 1.15em 0.91em;
	}
.center h5{
	font-size:0.8em;
	color:#000;
	padding-left:1em;
	font-weight: normal;
	}
.center h4.title{
	margin:1em 0em;
	}
.center p{
	font-size:0.7em;
	color:#545050;
	margin:0em 2em 1em 0.7em;
	}

.center .thanks p{
	padding-left:0em;
	}
.center p.intro{
	margin-top:2.3em;
	}

/**********************
	LIST
***********************/
.center ul{
	margin-top:1em;
	}
.center ul.biblio li{
	font-size:0.7em;
	margin:0em 8em 1.2em 1.3em;
	color:#424242;
	font-weight: bold;
	line-height: 1.3em;
	}
* html .center ul.biblio li{margin-bottom:0;}
.center ul.biblio li span{
	display: block;
	font-weight: bold;
	}
.center ul.biblio li span.autor{
	font-weight: normal;
	}
.center ul.noMargin li{
	margin:0px !important;
	}
.center ul.simpleTable{
	margin: 1em 0 1.5em 0.91em;
	}
.center ul.tablaCorta{
	width:15.5em;
	}
.center ul.tablaCorta li{
	text-align: center;
	}
.center ul.tablaLarga{
	width:21em;
	}
.center ul.tablaLarga li{
	text-align: right;
	}
.center ul.simpleTable li{
	clear: both;
	overflow: hidden;
	font-size:0.65em;
	margin:0 0 0.1em 0;
	padding: 0.1em 0.6em;
	color:#424242;
	background-color: #f7f7f7;
	font-weight: normal;
	line-height: 1.1;
	}
.center ul.simpleTable li.par{
	background-color: #ededed;
	}
.center ul.simpleTable li span{
	display: block;
	float: left;
	width: 19em;
	font-weight: bold;
	text-align: left;
	}
.center ul.simpleTable li.total{
	margin-top:0.3em;
	color:#d11414;
	background-color: #fbeded;
	}
.center ul.ordered li{
	font-size:0.7em;
	margin:0em 0 1.2em 2.6em;
	color:#424242;
	line-height: 1.1;
	list-style-type: decimal;
	}
* html .center ul.ordered li{margin-left:3.2em;}
* +html .center ul.ordered li{margin-left:3.2em;}


/**********************
	TABLE
***********************/
/*.center table{
	font-size:0.7em;
	margin:1.5em 8em 1.2em 1.3em;
	}

* html .center table{margin-top:2em;}
* +html .center table{margin-top:2em;}

.center table th{
	width:20em;
	padding: 0.1em 0.6em;
	text-align: left;
	border-bottom:0.1em solid #fff;
	font-weight:bold;
	}

* html .center table th{width:23em;}
* +html .center table th{width:23em;}

.center table td{
	width:8em;
	padding: 0.1em 1.2em;
	text-align: right;
	border-bottom:0.1em solid #fff;
	}
.center table tr{
	background-color: #f7f7f7;
	}
.center table tr.par{
	background-color: #ededed;
	}
.center table tfoot th, .center table tfoot td{
	border-top:0.3em solid #fff;
	color:#d11414;
	background-color: #fbeded;
	}
*/

input.mybutton{
        border:none;
        background-color:#dd2c20;
        float:center;
        margin:0em 0em 1.1em 0em;
        width:14.53em;
        height:1.46em;
        text-align:right;
        font-size:1em;
        color:#eeeeee;
        }
input.mybutton:hover{
        background-color:#c92211;
        color:#ffffff;
        }

