/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenido {
	float:right;
	width:61%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	* padding-bottom: 65px; /* Para explorer el FF se lo come */
	position:relative
}

#principal {
	width: 61%;
	float:left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	* padding-bottom: 55px; /* Para explorer el FF se lo come */
	position:relative;
}
#principal2 {
	float:right;
	width:34%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	* padding-bottom: 55px; /* Para explorer el FF se lo come */
	position:relative;
}



html,body {
  height:100%;
}

#container {
  position:relative;
  min-height: 100%;
}
/* Hack para IE 6 */
* html #container {
  height:100%;
}
form,#principal2 ul {
margin:0;
padding:0;
}

#principal2 ul li{
list-style:none;
border:none;
margin:0px 0;
padding:0;
}

#principal2 ul li ul{
margin-bottom:20px;
padding:0;
}

#principal2 ul li ul li{
padding:2px 0;
}

#principal2 ul li ul li ul li{
border:none;
padding:1px 0 1px 10px;
}

.cat-item a{
	background-image: url(imagenes/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 16px;
}

#links ul li a, .widget_links ul li a{
	background-image: url(imagenes/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 16px;
}

#archives ul li a{
	background-image: url(imagenes/bullet_pink.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 16px;
}

#recent-posts ul li a, #php-code-1 ul li a{
	background-image: url(imagenes/bullet_gris.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 16px;
}
li.recentcomments{
	background-image: url(imagenes/bullet_gris.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-indent:15px;
}
#meta ul li a{
	background-image: url(imagenes/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 16px;
}

#principal h1 {
	margin:0px;
	padding:0px;
}


#calendar_wrap{
	width:100%;
	text-align:center;
}

#calendar_wrap TABLE{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#calendar_wrap TABLE caption{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}
#calendar_wrap TABLE a{
	font-weight:bold;
}
.comment-btm cite
{
	background-image: url(imagenes/mini-comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	left: 16px;
	padding-left:19px;
	padding-bottom:6px;
	padding-top:6px;
	line-height:20px;
}
.comment-btm small
{
	background-image: url(imagenes/time.gif);
	background-repeat: no-repeat;
	background-position: left center;
	left: 16px;
	padding-left:19px;
	padding-bottom:6px;
	padding-top:6px;
	line-height:20px;
}
#principal form
{
	padding-left: 50px;
	padding-right: 50px;
}
#author{
	background-image: url(imagenes/user_edit.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
}
#email{
	background-image: url(imagenes/email.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
}
#url{
	background-image: url(imagenes/link.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
}
#s{
	background-image: url(imagenes/zoom2.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 23px;
}
/* Captions */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End captions */
