/*
 * ToolTip
 */
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color: #DEDEDE;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


/* 
 * Definicion de una nota en la home
 */
.nota {
	display: inline;
	/* float: left; */
	width: 435px;
	margin-right: 10px;
	margin-left: 15px;
	padding-top: 0px;
}
.nota .imagen, .nota .imagen_v {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color: #6C6C6C;
	text-align: center;
	overflow: hidden;
}
.nota .imagen_v {
	margin: 5px 5px 5px 0px;
	width: 130px;
	float:left;
}
.nota .imagen_chica {
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #CCCCCC;
	color: #6C6C6C;
	text-align: center;
	font-size: 11px;
	width: 130px;
	float:left;
}
.nota .imagen_chica_noticias{
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #CCCCCC;
	color: #6C6C6C;
	text-align: center;
	width: 50px;
	float:left;
}



.nota p {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 12px;
}
.imagen_autor {
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #CCCCCC;
	color: #6C6C6C;
	text-align: center;
	font-size: 9px;
	width: 110px;
	float:right;
}

/*
 * separador
 */ 
.sep {
	border-top:1px dotted #999999;
	clear:both;
	margin-right: 15px;
	margin-left: 15px;
}

.imgen_novedad {
   padding:1px;
   border:3px solid #333333;
   background-color:#FFFFFF;   
}

.imgen_show {
   padding:1px;
   border:3px solid #333333;
   background-color:#FFFFFF;   
}

