/* @override http://www.expresablog.net/css/ini.css */

* {	margin: 0; padding: 0; }
img { border: none; }
body {
	background: #e6f7d4;
	color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#contenedor {
	margin: 2% auto 0% auto;
	width: 80em;
	background-color: #fff;
	color: #000;
	border: 6px solid #b50b2d;
}

#contenido {
	margin-top: 1em;
	text-align: left;
	padding-left: 1em;
	float: left;
	width: 70%;
	}
#cap {
	background: url(img/degradado.gif) repeat-x bottom left;
	text-align: left;
	border-bottom: 1px solid #396;
	width: 100%;
	height: 90px;
}
#cap h1 span {
	background: url(img/expresablog_wh.gif) no-repeat top left;
	position: absolute;
	width: 332px;
	height: 90px;
}

#cap h1 {
	font-size: .9em;
}

h2 {
	color: #61b50b;
	background: inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 1.5em;
	font-size: 1.7em;
	font-weight: lighter;
}
#contenido p {
	font-size: 1.6em;
}
#contenido p, #contenido dl {	
	padding: 2em;
	color: #000;
	background-color: inherit;
}

#contenido dl {
	font-size: 1.4em;
	color: #000;
	background-color: inherit;
	margin: 1em;
	border: 2px dashed #ccc;
	float: left;
	padding-bottom: .1em;
}

#contenido dl q {
	font-style: italic;
	color: #888;
	background-color: inherit;
}

#contenido dt {
	padding-bottom: .1em;
}

#contenido dt a:link, #contenido dt a:visited {
	color: #b50b2d;
	background: inherit;
}

#contenido dt a:hover, #contenido dt a:active {
	color: #b50b2d;
	background: inherit;
}

#contenido dd {
	float:  left;
	width:  20em;
}

#contenido dd.captura {
	float: right;
	width: 125px;
	margin-right: .5em;		
	margin-bottom: .5em;
}
#contenido dd.captura img {
	padding: 1em;
	width: 120px;
	height: 100px;	
}
#contenido dd.captura a:link img, #contenido dd.captura a:visited img {
	background: #eee;
	border: 2px solid #396;	
}
#contenido dd.captura a:hover img, #contenido dd.captura a:active img {
	background: #e6f7d4;
	border: 2px solid #b50b2d;
}
#publi {
	float: right;
	width: 25%;
	margin: .5em;
}
#promo {
	padding: 2em 2em 2em 10em;
	border-top: 1px solid #396;
	/* height: 100%; */
	text-align: center;
	margin: 0 auto;
	clear: both;
}
/* twitter css */
#twitter_div {
	border: 1px solid #396;
	padding: .5em;
	font-size: 1.2em;
}

#twitter_update_list li {
	list-style: none;
}