*{
	margin: 0px;
	padding: 0px;
	font: 1em Helvetica, "Trebuchet MS", Arial;
	text-decoration: none;
	color: #000;
	border: none;
}
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.8em;
	line-height: 1.6em;
	clear: both;
	height: auto;
	overflow: auto;
}
h2{
	margin-bottom: 13px;
	color: #000;
	font-size: 1.1em;
	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;
}
.lista1{
        list-style: none;
        padding: 0px 0px 0px 0px;
}