/*
* http://www.gnulinuxonline.com
*/

.posttitulo{
  text-align:center;
  font-size:14px;
  font-weight:bold;
}
/*.postcontenido{

}*/
#post{
  float:left;
  width:48%;
  background-color:#f6f6f6;
  border:1px solid #555;
}
#opciones {
  margin-left:52%;
  background-color:#f6f6f6;
  border:1px solid #555;
}
#marcs_left{
  float:left; 
  width:46.6%;
}
#marcs_left2{
  background-color:#f6f6f6;
}
#index_single{
  float:left;
  width:504px;
  background-color:#f6f6f6;
}
#index_left {
  float:left; 
  width:46.6%;
  background-color:#f6f6f6;
}
#index_right{
  margin-left:52%;
  width:46.6%;
  background-color:#f6f6f6;
}
#pub_right{
  margin-left:52%;
  width:46.6%;
}

.lista_posts_single p{
  text-align:center;
  color:#FFF;
  font-size:14px;
  background: url(/images/bar2.gif) no-repeat;
}

.lista_posts p{
  text-align:center;
  color:#FFF;
  font-size:14px;
  background: url(/images/bar.gif) no-repeat;
}
.inf hr{
  height: 2px;
}

#te_left{
  float:left;
  width:100px;
}
#te_right{
  margin-left:120px;
}
#tecontenido{
  margin-left:100px;
}
#teimg{
  float:left;
  width:80px;
}
#teimg img{
  border: 1px;
}

/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* @updated	21/01/2007
* @editado	http://www.gnulinuxonline.com
*/

.postcontenido .bold {
  font-weight: bold;
}

.postcontenido .italics {
  font-style: italic;
}

.postcontenido .underline {
  text-decoration: underline;
}

.postcontenido .strikethrough {
  text-decoration: line-through;
}

.postcontenido .overline {
  text-decoration: overline;
}

.postcontenido .quotecodeheader {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.postcontenido .codebody {
  background-color: #FFFFFF;
  font-family: Courier new, courier, mono;
  font-size: 12px;
  color: #006600;
  border: 1px solid #BFBFBF;
}

.postcontenido .quotebody {
  background-color: #FFFFFF;
  font-family: Courier new, courier, mono;
  font-size: 12px;
  color: #660002;
  border: 1px solid #BFBFBF;
}

.postcontenido li {
  list-style-image: url('/images/li.gif');
}

.postcontenido .listbullet {
  list-style-type: disc;
  list-style-position: inside;
}

.postcontenido .listdecimal {
  list-style-type: decimal;
  list-style-position: inside;
}

.postcontenido .listlowerroman {
  list-style-type: lower-roman;
  list-style-position: inside;
}

.postcontenido .listupperroman {
  list-style-type: upper-roman;
  list-style-position: inside;
}

.postcontenido .listloweralpha {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.postcontenido .listupperalpha {
  list-style-type: upper-alpha;
  list-style-position: inside;
}
