/*
GLOBAL.CSS
Does:  Estilos Globales del sitio
Author: Agustina Muller
*/

*{margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#E96F35;}
body{background:url(/layout/img/fd_general.gif) #D8DAD5 repeat left top;}
a{background:none; text-decoration:none;}
a:hover{text-decoration:underline;}
.clear{clear:both;font-size:0;}

.CaixaDivOculta {
	position:   absolute;
    display:    none;
    visibility: hidden;
/*    border:     1px solid #1c95a6; */
	width:      436px;
}

.CaixaDivMostra {
	position:   absolute;
/*    display:    none;*/
    visibility: visible;
/*    border:     1px solid #1c95a6; */
	width:      436px;
	padding: 30px;
    z-index: 999;
}

.poptop{ background:url(/layout/img/fd_pop_up.png) top left no-repeat; width:403px; padding-top:11px;}
.poptop .popbtm{ background:url(/layout/img/fd_pop_btm.png) left bottom no-repeat; width:403px; padding-bottom:11px;}
.popbtm h2{ background:url(/layout/img/tt_pop_tnylagente.jpg) 5px 0 no-repeat #FFFFFF; height:45px; width:389px; display:block; text-indent:-9999px; overflow:hidden; border-left:solid 2px #c2c2c2; border-right:solid 2px #c2c2c2; padding:0 5px 5px 5px;}
.popbtm .cont{text-align:center; font-weight:bold; border-left:solid 2px #c2c2c2; border-right:solid 2px #c2c2c2; background-color:#FFFFFF; padding:0 10px 0 10px;}
.popbtm .singleline{height:29px; padding:30px 0;}
.popbtm .cont label{display:block; text-align:left; padding:8px 0 0 16px;}
.small{font-size:11px; font-weight:normal; text-align:left;}
.oblig{margin-left:16px; padding-bottom:20px;}
.popbtm .cont input{ background: url(/layout/img/fd_input_pop_form.jpg) no-repeat; width:330px; height:15px; border:none; padding: 3px 10px ; font-size:11px; color:#666666; margin:5px 0 10px 0;}
.popbtm .cont .txtar{ background: url(/layout/img/fd_textarea_pop_form.jpg) no-repeat top left; height:53px; width:336px; padding:7px; overflow:auto; border:none; color:#303030; margin:6px 0 10px 0;}
* html .popbtm .cont .txtar{background-attachment:fixed;}
.boton .btncerrar{background: url(/layout/img/bt_cerrar.jpg) no-repeat top; width:87px; height:22px; overflow: hidden; padding-top:22px; border:0; float:left; cursor: pointer; margin-left:155px; text-indent:-9999px;}
.formbtn, .boton{border-left:solid 2px #c2c2c2; border-right:solid 2px #c2c2c2; background-color:#FFFFFF; height:25px; padding-bottom:10px;}
.formbtn .btncerrar{background: url(/layout/img/bt_cerrar.jpg) no-repeat top; width:87px; height:22px; overflow: hidden; padding-top:22px; border:0; float:left; cursor: pointer; margin-left:30px; text-indent:-9999px;}
.formbtn .btndenunciar{background: url(/layout/img/bt_denunciar.jpg) no-repeat top; width:99px; height:22px; overflow: hidden; padding-top:22px; border:0; float:left; cursor: pointer; margin-left:90px; text-indent:-9999px;}
.formbtn .btnrecomendar{background: url(/layout/img/bt_recomendar.jpg) no-repeat top; width:99px; height:22px; overflow: hidden; padding-top:22px; border:0; float:left; cursor: pointer; margin-left:90px; text-indent:-9999px;}

#box_msg ul li{padding: 5px; width: 95%;  color: #000; background-color:#FCE875; list-style: none;} 
#box_msg ul li:before {
	content: "\00BB \0020";
	}


* html .poptop{
background-image:none!important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/img/fd_pop_up.png',sizingMethod='scale')
}
* html .poptop .popbtm{background-image:none!important;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/img/fd_pop_btm.png',sizingMethod='scale')}

