body {
	font: 14px  "Arial";
	background-color:#b1257e ;
	color: #000;
}

a {
	color: rgb(110,135,138);
	text-decoration: none;
	cursor: pointer;
}



img {
	border: 3px solid #fff;
}

input, textarea, #submit {
	border: 1px solid rgb(244, 64, 41);
}

#submit {
	background-color: rgb(244, 64, 41);
	color: #fff;
       padding: 3px;
}

hr {
	border: 0px;
	color: rgb(244, 64, 41);
	background-color: rgb(244, 64, 41);
	height: 1px;
}

#page {
	position: relative;
	width: 900px;
	margin-left: auto;	
	margin-right: auto;
	background-color: #fff;
}

#page .topLeft {
	background: #b1257e url('/images/esqIzqBco.gif') no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page .topRight {
	background: #b1257e url('/images/esqDerBco.gif') no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
}


#logo {
	margin-top: 50px;
	height: 125px;
}


#page .main {
	position: relative;
	padding: 25px 25px 0px 25px;
	float: left;
}


#header {

position: relative;
	width: 900px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 5px;

/*
	position: relative;
	width: 900px;
	height: 127px;
	background-color: #fff;
background-image: url('images/weblog.jpg');	
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 26px;
/*	background-image: url('images/headerBanner.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 260px;
	height: 125px;
}

#header #blogTitle {
        position: absolute;
        bottom: 46px;
        left: 429px;
        z-index: 2;
	font-size: 18px;
	color: rgb(196, 196, 196);
}

#header #shadow {
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: 2;
	background-image: url('images/headerShadow.png');
	background-repeat: repeat-x;
	width: 900px;
	height: 37px;
}

#main {
	float: left;
	width: 100%;
	background-color: #fff;
}

#sidebar {
	float: left;
	position: relative;
	width: 200px;
	margin-left: -200px;
	padding: 24px 0px 0px 0px;
	background-color: #fff;
}

#sidebar ul {
	margin: 0px;
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 2px;
}

#sidebar ul ul {
	margin: 0px 0px 0px 7px;
	font-size: 11px;
}

#sidebar .title, #sidebar .widget h2 {
	color: rgb(244, 64, 41);
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#sidebar .widget {
	padding: 7px 0px 0px 0px;
	width: 186px;
	font-size: 14px;
}

#sidebar .floatleft {
	float: left;
}

#sidebar .clearleft {
	clear: left;
}

.button {
	border: 1px solid;
	width: 34px;
	height: 21px;
	font-size: 12px;
	background-color: #fff;
	padding: 2px 3px;
	cursor:pointer;
}

#sidebar .widget_feedburner {
    background: #fff url("");
    background-repeat: no-repeat;
    width: 170px;
    padding-top: 10px;
}

.widget .input, .searchform .input {
        border: 1px solid #E83019;

}

#sidebar .widget_feedburner .text {
    color: #000;
    font-size: 12px;
    margin: 5px 0 0 0;
} 

#sidebar .widget_feedburner .footnote {
    color: #000;
    font-size: 9px;
    margin-top:	4px;
    font-weight: bold;
    width: 178px;
}  

.widget .submit, .searchform .submit {
   border: 1px solid #e83019;
    margin-top: 3px;
    background-color: #f44029;
    width: 110px;
    color: #fff;
}


.red {
	background-color: rgb(244, 64, 41);
        border-color: rgb(244, 64, 41);
        color: rgb(255, 255, 255);
	/*background-image: url('images/buttonRed.png');*/
	background-repeat: no-repeat;
	background-position: top left;
}

.grey {
        border-color: rgb(110, 110, 110);
        color: rgb(110, 110, 110);
	background-image: url('images/buttonGrey.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#article {
	position: relative;
	width: 648px;
	margin-right: 200px;
	padding: 24px 26px 0px 26px;
}

#article .title {                  /* style for the titel edit 25.2.10 */
  	color:#3c6aa8;
	font-size: 26px;
        font-weight:normal;
}

.comment .title {
	color: rgb(244, 64, 41);
	font-size: 20px;
}
.comment .item {
	border: 1px solid rgb(232,48,25);
	margin-bottom: 5px;
}

#article .info {
	color: rgb(63,73,74);
	background-image: url('images/iconAuthor.png');
	background-repeat: no-repeat;
	background-position: top left;}

#article .info div {
	padding-left: 13px;
}

#article .imagecaption {
	font-style: italic;
	color: rgb(110,135,138);
}

#article .excerpt {
	font-weight: bold;
}


#article .excerpt, #article .body {
	text-align: justify;
}

#article .body ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
}

#article .more {
	position: relative;
	top: -12px;
	margin-bottom: -12px;
	width: 100%;
	text-align: right;
}

#article .footer span {
	padding-right: 15px;
}

#navigation {
	width: 100%;
	text-align: center;
}

div.hr {
	height: 18px;
	background: #fff url('images/hr.png') repeat-x scroll center;
}

div.hr hr {
	display: none;
}

#footer {
	clear: left;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: #000;
       font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

ul {
	border: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.breadcrumb {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #6e878a;
}	


.alignleft {
    float:left; 
    clear:left; 
    padding: 0px 5px 0px 0px;
}

.imageframe {
  margin: 0px 5px 5px 0px;
}

.imagecaption {
	font-size: 12px;
	color: #000000;
    font-style: italic;
}
