body {
    padding:0px 40px 0px 40px;
    font-family:"verdana","trebuchet ms",sans-serif;
	color:#901420;
	background-color:#f3f0e7;
	font-size:12pt;
}
table{
	font-size:11pt;
}
table tr td{
	padding:10px;
	margin:5px;
	border:1px solid #901420;
	width:28%;

}
table th{
	background-color:#901420;
	color:#faedc8;
	padding:10px;
	margin:5px;
}
table img{
	width:160px;
	margin:0px;
}
hr{
	color:#901420;
	background-color:#901420;
	height:2px;
	border:none;
}
ol li{
	padding-top:5px;
}
.
table tr td.tdImg{
	text-align:left;
	font-size:8pt;
}
.tdImg2{
	width:380px;
}
.titCol{
	width:16%;
}
.lista{
	margin-left:40px;
}
/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}

.lista{
	line-height:150%;
}

/* root element for tabs  */
ul.css-tabs {
	clear:both;
    margin:0 !important;
    padding:0;
    height:30px;
    border-bottom:1px solid #901420;

}

/* single tab */
ul.css-tabs li {
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;

}

/* link inside the tab. uses a background image */
ul.css-tabs a {
    float:left;
    font-size:13px;
	font-weight:bold;
    display:block;
    padding:5px 20px;
    text-decoration:none;
	text-align:center;
    border:1px solid #901420;
    border-bottom:0px;
    height:18px;
	width:105px;
    background-color:#901420;
    color:#f4edc8;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    border-radius:10px 10px 0 0;
}

ul.css-tabs a:hover {
    background-color:#fff;
    color:#901420;
}

/* selected tab */
ul.css-tabs a.current {
    background-color:#f4edc8;
    border-bottom:1px solid #f4edc8;
    color:#901420;
    cursor:default;
}


/* tab pane */
.css-panes div {
    display:none;
    border:1px solid #901420;
    border-width:0 1px 1px 1px;
    min-height:400px;
    padding:20px 40px;
    background-color:#f4edc8;
	border-radius:0px 0px 10px 10px;
}


#titulo {
	padding:15px;
	background-color:#901420;
	color:#faedc8;
	border-radius:10px;
	height:80px;
	margin-bottom:20px;
}
#logo{
	float:left;
	width:90px;
}
#titulo  h2{
	float:left;
	padding-left:20px;
}
