.preise
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


#info_es{}
.bloque{padding:5px;color:#fff;margin-bottom: 5px;width:721px;clear:both;}

.col_izq{float: left;
    width: 220px;}
.col_der{float: left;
    width: 490px;}

.col_izq h4{
    margin: 0;text-shadow: 1px 1px 1px #000000;padding:5px;}
.col_der p{
    font-family: verdana;
    font-size: 10px;
    margin: 6px 0;
    text-align: justify;}
.hide_es,.hide_de,.hide_en{ display:none;}
.boton{border-bottom: 1px solid #FFFFFF;
    clear: both;
    cursor: pointer;
    float: right;
    font-family: verdana;
    font-size: 11px;
    padding-bottom: 1px;
    text-align: right;margin-right:10px;color:#fff;margin-bottom:20px;}
#b_es{}
.highlight{background-color:#FFF;color:#333 !important;border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=80);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.8;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.8;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.8;
}

.highlight h4{text-shadow: 1px 1px 1px #ccc;}
  
  /* CLASE CLEARFIX */
  
	.clearfix:after 		{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
	.clearfix 				{display: inline-block;}	 
	html[xmlns] .clearfix 	{display: block;}	 
	* html .clearfix 		{height: 1%;}

