a:link, a:visited{
	color: #23598C;
	text-decoration: none;
}

p {
	text-indent:5px;
	line-height:12px;
	padding:5px;
	text-align:justify;
	margin:0;
}

p:first-letter {
	font-size:120%;
	color:#000000;
	text-transform:uppercase;
}

.titulo {
	font-size:17px;
	color:#CC3300;
	/*text-transform:uppercase;*/
}

.caja_post{
	padding: 12px 3px 0px 3px;
	border-bottom:1px dotted #CC3300;
	text-indent: 2px;
}

img{
	border: none;
}

.hidden{
	display: none;
}

.centerize{
	text-align: center;
}

body{
	color: #4C4C4C;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #123454 url(imgsite/01_bg.gif) top repeat-x;
	/*background: #87AEC5 url(imgsite/BannerTileBackground.gif) top repeat-x;*/
	padding: 10px 0 20px 0;
}


#wrapper{
        width: 900px;
        padding: 1px 0 15px 0;
        margin: auto;
        background: white url(imgsite/01_bodybg.jpg) repeat-y;
        text-align: left;
}

#header{
        position: relative;
        width: 900px;
        height: 151px;
        margin: auto;
        background: url(imgsite/01_header01.jpg) no-repeat;
}

#header h1{
        position: absolute;
        top: 12px;
        left: 24px;
	text-align: center;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
}

#header h4{
        position: relative;
	float: right;
	right: 10px;
        top: 6px;
        font-size: 12px;
        line-height: 10px;
        margin: 0;
	border:1px dotted #ff35ee;
}

.ccontentdiv{
        margin: 0 15px 0 15px;
}

#footer{
        width: 900px;
        margin: auto;
        background: url('imgsite/01_footer.jpg') no-repeat top;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:0
}

/*THE NAVIGATION - More detailed stuff in 01_navigation.css*/
#navigation{
        font-size: 11px;
        width: 694px;
        height: 22px;
        position: absolute;
        top: 129px;
        left: 3px;
}
#navigation ul{
        list-style: none;
        padding: 0;
        margin: 0;
}
#navigation li{
        background: none;
}

#container {
	margin-left: 10px;
        width: 885px;
        overflow: hidden;
        padding-top: 2px;
}

#menuold {
	float: right;
	width: 188px;
	font-size: 11px;
}

#menuu {
        float: right;
        width: 188px;
        font-size: 11px;
}

#content {
	float: left;
	width: 685px;	z-index: 3;
}

/*Menusrss*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menusrss {
/*position: absolute;
top: 1em;
left: 1em;*/
width: 170px;
}

#menusrss dt {
cursor: pointer;
background: #A9BFCB;
/*height: 20px;*/
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menusrss dd {
position: absolute;
/*z-index: 100;
left: -5px;
margin-top: -1.4em;
width: 140px;
background: #A9BFCB;
border: 2px solid gray;*/
}

#menusrss ul {
position: relative;
z-index: 100;
left: -150px;
margin-top: -1.4em;
width: 190px;
background: #A9BFCB;
border: 1px solid #fff177;
padding: 2px;
}
#menusrss li {
/*text-align: center;*/
font-size: 85%;
/*height: 18px;*/
line-height: 18px;
border-bottom:1px dotted;
}
#menusrss li a, #menusrss dt a {
color: #000;
text-decoration: none;
display: block;
}

#menusrss li a:hover {
text-decoration: underline;
}

.code {
margin:10px;
padding:5px;
font-size: 97%;
font-family: "Courier New", Courier;
background:whitesmoke;
border: solid 1px silver;
line-height:110%;
}

