/* CSS Document - GENERAL - Brais Saco - Argored - 2007 */
/*****************************************************************/
@import url("sheets/layers.css");
@import url("sheets/dimensiones.css");
@import url("sheets/fuentes.css");
@import url("sheets/links.css");
@import url("sheets/margenes.css");
@import url("sheets/formularios.css");
@import url("sheets/bordes.css");
@import url("sheets/popups.css");
@import url("sheets/barrasporcent.css");
/*************  BODY Y GENERAL  **************************************************************************************************/
BODY.in { 
background : #e0e0e0;
font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #666666; 
margin : 10px 0px 20px 0px; 
text-align: center;
background:url(../images/fondo_body.gif);
 
}

BODY.out { 
background : #e0e0e0; 
font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #666666; 
margin : 10px 0px 20px 0px; 
text-align: center;
} 

/**************************************PARA FUNC. DE PNG *********************************************************************** */
img.png { /*behavior: url("../css/pngbehavior.htc");*/ }

/*****  GENERALES   ******************************************************/
.oculto{
	display:none;
}

.visible{
	display:inherit;
} 

.fl_left{
	float:left;
}

.fl_right{
	float:right;
}

.txtalg_center{
	text-align:center;
}

.txtalg_left{
	text-align:left;
}

.txtalg_justify{
	text-align:justify;
}

.txtalg_right{
	text-align:right;
}

.txt_nowrap{
	white-space:nowrap;
}

.upper{
	text-transform:uppercase;
}

img.icon{
	height:40px;
	width:40px;
	margin-right:20px;
	margin-top:10px;
}

.linea{
	border-top:1px solid #7E95BE;
	height:0px;
	line-height:0px;
	
}

.boton_img {
	cursor:pointer;
	/*behavior: url("../css/pngbehavior.htc");*/
}

/* CURSORES ******************************************************/

.dedo {
	cursor:pointer;
}

.flecha {
	cursor:default;
}




