/**************************************************************************************************************************************************/
/*                                             Desarrollado por La Difusora - Comunicación Digital - 2010                                         */
/**************************************************************************************************************************************************/
.vflot {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	display:none;
}
.ventflot {
	width:100%;
	height:100%
}
.ventflot_ec {
	text-align:right;
	height:28px;
	margin-left:0px;
}
.ventflot_ec div.line_bot {
	width:100%;
	float:left;
	height:26px;
}
.ventflot_ec a {
	display:block;
	color:#555;
	border:2px solid #F00;
	border-bottom:none;
	background-color:#FFF;
	position:relative;
	float:left;
	padding:6px 10px 4px 20px;
	width:45px
}
.ventflot_ec a:hover {
	border-color:#F00;
	color:#F00;
	background-color:#FFEFEA;
	text-decoration:none
}
.ventflot_ec a em {
	width:16px;
	height:16px;
	font-size:0;
	overflow:hidden;
	padding:0;
	text-indent:-9999%;
	position:absolute;
	background:url(../images/iconitos.gif) no-repeat scroll -145px 0px transparent;
	float:left;
	top:6px;
	left:10px
}
.ventflot_ec a:hover em {
	background-position:-145px -16px;
}
.vflot_contenido {
	border:2px solid #F00;
	text-align:center;
	background-color:#FFF;
}
.vflot_cargando{
	text-align:center;
	background-color:#FFF;
	height:100%;
}
.vflot_cargando div.load_ico{
	background:url(../images/load.gif) no-repeat center;
	height:16px;
	padding-top:50px;
}


.vflot_nav {
	text-align:center;
	background-color:#FFF;
	border-left:2px solid #F00;
	border-bottom:2px solid #F00;
	border-right:2px solid #F00;
	height:30px;
}

.vflot_nav div{
	float:left
}
.vflot_nav div.titulof{
	width:768px;
	font-size:11px;
	color:#C00;
	padding-top:8px;
}
.vflot_nav div.left, .vflot_nav div.right{
	width:16px;
	height:27px;
	margin-top:1px;
}
.vflot_nav div.left a{
	background:url(../images/camp_btn.gif) -40px -120px;
	display:block;
	width:16px;
	height:27px;
}
.vflot_nav div.right a{
	background:url(../images/camp_btn.gif) -55px -120px;
	display:block;
	width:16px;
	height:27px;
}



/**************************************************************************************************************************************************/
.ventflot div.ico_enviar {
	background:url(../images/iconitos.gif) -192px 0px no-repeat transparent;
	float:left;
	width:16px;
	height:16px;
	margin:4px 5px 0px 5px;
}
.ventflot div.ico_print {
	background:url(../images/iconitos.gif) -208px 0px no-repeat transparent;
	float:left;
	width:16px;
	height:16px;
	margin:4px 5px 0px 5px;
}
.ventflot div.titulo {
	border-bottom:1px solid #F00;
	line-height:25px;
	font-weight:bold
}
.ventflot div.error {
	border:1px solid #FF0000;
	background-color:#FFE1E2;
	color:#F00;
	text-align:center;
	font-size:11px;
	line-height:25px;
	display:none;
}
.ventflot div.sendbtn {
	height:25px;
}
.ventflot div.sendbtn a{
	border:1px solid #F00;
	color:#000;
	display:block;
	width:50px;
	padding:1px 10px 1px 10px;
}
.ventflot div.sendbtn a:hover{
	background-color:#CCCCCC;
	text-decoration:none
}
.ventflot input {
	border:1px solid #333;
	font-size:11px;
}
.ventflot input.error {
	border:1px solid #333;
	font-size:11px;
	background-color:#FF9D9D
}
.ventflot textarea {
	border:1px solid #333;
	font-size:11px;
}




