*{
	margin: 0px;
	padding: 0px;
	font: 1em Helvetica, "Trebuchet MS", Arial;
	text-decoration: none;
	color: #000;
	border: none;
}
::-moz-selection{background:#000; color:#FFF}
::selection{background:#000; color:#FFF}
html, body{
	width: 100%;
	background: url(../img/bg0.jpg) right top no-repeat;
	text-align: center;
}
#web{
	padding-left: 25px;
	width: 974px;
	margin: auto;
}
#logo{
	display: block;
	width: 153px;
	height: 152px;
	background: url(../img/logo.jpg) 0px 0px no-repeat;
	float: left;
	margin: 1px 0px 0px 60px;
}
#logo:hover{
	background: url(../img/logo.jpg) 0px -152px no-repeat;
}
#logo span{
	display: none;
}
#twitter_update_list{
   float: left;
	list-style: none;
	display: block;
	width: 500px;
	height: 133px;
	background: url(../img/bg2.gif) 70px 20px no-repeat;
	padding: 20px 0px 0px 70px;
}
#twitter_update_list li{
	width: 455px;
	height: 80px;
	padding: 43px 0px 0px 35px;
	text-align: center !important;
}
#twitter_update_list li span{
	font-size: 1.3em;
}
#cuerpo{
   clear: both;
	width: 780px;
	background: url(../img/bg3.gif) repeat-y right top #D9DBDE;
	float: left;
	text-align: left;
	border-bottom: solid 1px #949494;
}
#menu{
	list-style: none;
	width: 385px;
	height: 58px;
	padding-left: 375px;
}
#menu li{
	float: left;
	padding-left: 10px;
	color: #3F3F3F;
	font-size: 1.1em;
}
#menu li a{
	color: #000;
	text-decoration: none;
	font-size: 1em;
	display: block;
	height: 24px;
	padding-top: 22px;
	border-bottom: solid 3px #000;
	text-align: center;
}
#menu li a:hover{
  background: #EBEFF3;
  border-bottom: none;
  height: 36px;
}
#m1{
	width: 39px;
}
#m2{
	width: 41px;
}
#m3{
	width: 87px;
}
#m4{
	width: 66px;
}
#m5{
	width: 42px;
}
#m6{
	width: 31px;
}
.actual{
	color: #AC54AC !important;
	border-bottom: solid 3px #AC54AC !important;
}
.actual:hover{
	border-bottom: none !important;
}
#flickr{
	list-style: none;
	float: left;
	width: 105px;
	padding-left: 48px;
}
#flickr li a{
  width: 119px;
  height: 119px;
  display: block;
  margin-bottom: 23px;
  background: url(../img/bg1.jpg);
}
#flickr li a:hover{
   background: url(../img/bg1.jpg) 0px -119px;
}
#flickr li.bg2 a{
 background: url(../img/bg1.jpg) !important; 
}
#flickr li.bg2 a:hover{
   background: url(../img/bg1.jpg) 0px -119px !important;
}
#flickr li a img{
	border: none;
	margin-top: 22px;
}
#contenido{
	width: 760px;
	background: #FFF;
	margin: 0px 0px 0px 15px;
	padding-top: 30px;
}
.post{
	padding-left: 20px;
	width: 721px;
	padding-bottom: 50px;
	font-size: 0.85em;
	line-height: 1.6em;
	clear: both;
	height: auto;
	overflow: hidden;
}
h2{
	margin-bottom: 13px;
	color: #000;
	font-size: 1.2em;
	border-bottom: solid 1px #545454;
	padding: 2px 10px 2px 0px;
	font-weight: bold;
}
h2 a:hover{
	background: #121212;
	color: #FFF;
}
.acomen{
   clear: both;
	display: block;
	float: right;
	margin-top: 20px;
	width: auto;
	text-align: right;
}
.acomen:hover{
	color: #FFF;
	background: #000;
}
#pie{
	width: 778px;
	height: 40px;
	background: #FFF;
	clear: both;
	padding-top: 50px;
	text-align: left;
}
#pie a{
	float: left;
	display: block;
	font-size: 0.8em;
	color: #94949B;
}
#cl{
	float: right !important;
	margin-top: -3px;
}
#siguiente{
	float: right;
	display: block;
	width: 110px;
	height: 46px;
	background: url(../img/siguiente.gif);
	margin: 5px 20px 0px 0px;
}
#siguiente span{
	display: none;
}
#siguiente:hover{
	background: url(../img/siguiente.gif) 0px -46px;
}
#anterior{
	float: right;
	display: block;
	width: 107px;
	height: 46px;
	background: url(../img/anterior.gif);
	margin: 10px 20px 0px 0px;
}
#anterior span{
	display: none;
}
#anterior:hover{
	background: url(../img/anterior.gif) 0px -46px;
}
#bg4{
	margin-top: 0px;
	float: left;
	margin-top: 20px;
}
/* clases de formato */
.enlace{
	color: #6483B3;
	background: #FFF;
	text-decoration: underline;
}
.enlace:hover{
	color: #000;
	background: #FFF;
}
.negrita{
	font-weight: bold;
}
.cursiva{
    font-style: italic;
}
.lista1{
        list-style: none;
        padding: 0px 0px 0px 0px;
}
.limpia{
    clear: both;
    display: block;
}
#comentarios{
    border-bottom:1px solid #545454;
    color:#000000;
    font-size: 1em;
    margin: 0 0 40px 20px;
    padding: 2px 0px 2px 0px;
    width: 720px;
    display: block;
}
.comentario{
    width: 721px;
    padding: 0 0 30px 20px;
    font-size: 0.8em;
    overflow: auto;
    clear: both;
}
.comentario .gravatar{
    width: 70px;
    height: 70px;
    /*border: solid 1px #000;*/
    float: left;
}

.comentario .usuario{
    float: left;
    width: 400px;
    padding-left: 20px;
    font-size: 0.9em;
}
.comentario .usuario span{
    font-size: 1.25em;
    font-weight: bold;
    color: #AC54AC;
}
.comentario .texto{
    display: block;
    width: 625px;
    float: left;
    overflow: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}
.post h2{font-weight: normal;}
#comentform{
     display: block;
     width: 761px;
	 height: 350px;
     background: #D9DBDE;
	 padding-top: 80px;
	 margin-top: 40px;
}
#comentar{
    padding: 0 0 30px 20px;
    width:721px;
    height:40px;
}
.icomentar{
    border: solid 1px #000;
	width: 225px;
	height: 22px;
}
.pcomentar{
    float: left;
    width: 240px;
    display: block;
}
#comentform label{
    display: block;
	/*float: left;*/
    font-size: 0.95em;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 6px;
	height: 14px;
	width: auto;
	margin-left: -1px;
}
#comentlabelmen{
   padding-top: 6px !important;
   clear: both;
}
#comentform textarea{
   width: 705px;
   border: solid 1px #000;
}
.post .nota{
    display: block;
    padding-left: 10px;
    border-left: solid 2px #D9DBDE;
    widht: auto;
}
.post .cita{
    background: #FFFCCF;
    padding: 0 2px 0 2px;
}
.post ul.lista{
    list-style: none;
    display: block;
}
.post ul.lista li{
    margin: -5px 0px 0px 0px;
    background: url(../img/bullet.png) no-repeat 0px 6px;
    padding-left: 7px;
}
