/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
body {
	background-color:#FFF;
	background-image:url(../images/defaults/bg.jpg);
	background-repeat:repeat-x;
}

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

h1 {
   font-family: Garamond, "Times New Roman", Times, serif;
   font-size:37px;
   color:#9F0004;
   border-bottom:1px solid #9F0004;
}

h1 a{
   font-family: Garamond, "Times New Roman", Times, serif;
   font-size:37px;
   color:#9F0004;
}

h1 a:hover{
   color: #999999;
   text-decoration:none;
}

h2 {
   font-size:14px;
   color:#690000;
   padding-top:29px;
}
h3 {
   font-size:12px;
   color:#690000;
}

h4 {
   font-size:12px;
   color:#000;
}


p {
	font-size: 12px;
	color:#000;
	padding:10px 0;
}

a {
	font-size: 11px;
   color:#690000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.left { float:left;}
.right{float:right;}

/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 917px;
	background-image: url(../images/defaults/bg_top.jpg);
	background-repeat:no-repeat;
	padding:73px 0 0 33px;
	height:122px;
}
/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 950px;
	background-image:url(../images/defaults/bg_page.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.Datos {
    padding-top:7px;
	font-size:11px;
    color: #999999;
}

ol { list-style: none;}

	
/* CENTERCONTENT STARTS */
#CenterContent {
   background-image:url(../images/defaults/bg_centercontent.png);
   background-repeat:repeat-x;
   width:679px;
   float:left;
   padding:26px 11px 46px 23px;
}

.postTime {
   color:#333;
   font-weight:bold;
   font-size:11px;
   padding:3px 0;
}

.post {
padding-bottom:40px;
}

.InfoPost {
   float:left;
   width:460px;
}

.feedback {
   color:#666666;
   float:right;
   font-size:12px;
   text-align:right;
   width:100px;
}
/* CENTERCONTENT ENDS */

#RightContent {
   width:194px;
   float:right;
   background-image:url(../images/defaults/bg_left.jpg);
   background-repeat:no-repeat;
   padding:50px 21px 10px 21px;
}

#RightContent h2{
   padding:15px 0 5px 0;
   background-image:url(../images/defaults/borde_cat.gif);
   background-repeat:repeat-x;
   background-position:bottom;
}

#RightContent ul{
   padding:15px 0 10px 0;
   font-size:12px;
   list-style:inside;
}

#RightContent ul li{
   padding-left:10px;
}

#RightContent ul li a{
   font-size:12px;
   color:#000000;
}

#Red_social img{
padding:10px 5px 5px 5px;
float:right;
}

#suscribase{
padding:27px 0 0 0;
width:194px;
display:block;
height:25px;
background-image:url(../images/defaults/suscribase.jpg);
background-repeat:no-repeat;
text-align:center;
}
	
/* MAIN PAGE ENDS */



/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width:950px;
	background-image:url(../images/defaults/bg_footer.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #878787;
	padding-bottom:10px;
}

#Footer_logo {
   float:left;
   padding:25px 0 0 21px;
}

#Footer p{
text-align:right;
   color:#333333;
   font-size:11px;
   width:350px;
   float:right;
   padding:30px 25px 0 0;
}

#Footer a{
   color:#333333;
   font-size:11px;
   font-weight:bold;
}

/* FOOTER ENDS*/