@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

a{ color:#b21e74; font-weight:bold; text-decoration: none; }

a:hover{ text-decoration:underline; }

.post {
    display: block;
    overflow: hidden;
	width: 499px;
}

h1 {
	font-size:1px;
	display: block;
	background: url("images/titulo.gif") no-repeat;
	width:499px;
	height:41px;
}
h1 em{
	display:none;
}

.entrada {
	background:#ffd6fc url("images/bg.gif") repeat-x;
	width:499px;
	padding:13px 0;
}

.entrada p{
	padding:12px 12px 0;
	text-align:justify;
}

.entrada a {
	font-size:16px;
	background:url("images/flecha.png") left 2px no-repeat;
	padding-left:8px;
}

.barra{
    display: block;
    height:11px;
	width:499px;
	background: url("images/borde.gif") repeat-x;
	overflow: hidden;
	font:1px;
}

#enlace {
	background: url("bgt.png") repeat transparent; 
	float: left; 
	height: 190px; 
	margin: 0px; 
	position: absolute; 
	width: 395px; 
	z-index: 10; 
	cursor: pointer; 
	left: 40px;
}