/* CSS Document */

HR {
	text-color:#D9D4BE;
	text-align:left;
	size:2px;
	margin:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	width:780px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

DIV.botones {
	float:left;
	width:252px;
	padding:0px;
	height:220px;
	margin:0px 0px 10px 6px;
	_margin:0px 0px 10px 4px;
	background-color:#FFFFFF;
	opacity:.7;
	filter:alpha(opacity:70);
}

DIV.botones_over {
	float:left;
	width:252px;
	padding:0px;
	height:220px;
	margin:0px 0px 10px 6px;
	_margin:0px 0px 10px 4px;
	background-color:#FFFFFF;
	opacity:1;
	filter:alpha(opacity:100);
}


DIV.titulo {
	font-family:Times New Roman;
	font-size:20px;
	color:#635A3B;
	font-weight:bold;
	padding-left:5px;
}

DIV.titulo a{
	color:#635A3B;
	text-decoration:none;
}

DIV.texto {
	font-family:Arial;
	font-size:12px;
	color:#2B2823;
	padding-left:3px;
}

DIV.texto a{
	font-family:Arial;
	font-size:12px;
	color:#2B2823;
	padding-left:3px;
	text-decoration:none;
}

DIV.texto a:hover{
	text-decoration:underline;
}

DIV.vermas {
	font:12px Arial, Helvetica, sans-serif;
	color:#8C8559;
	text-align:right;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	right:15px;
}

DIV.vermas a{
	color:#827D61;
	text-decoration:underline;
}

DIV.vermas a:hover{
	color:#C9C39F;
	text-decoration:underline;
}
