/*******************************************************************************************************************************/
/***********************************************ESTILOS INVITAR AMIGOS***********************************************************/
/*******************************************************************************************************************************/
div#margen_amigos
{
	margin-top:10px;
	margin-left:20px;
}


div#amigos_view
{
	float:left;
	width:515px;
	height:auto;
	overflow: auto;
	overflow-x:hidden;
	margin-bottom:10px;
	/*background-color:#303;*/
}

div#invitar_amigos_light
{
	float:left;
	width:590px;
	height:auto;
	/*background-color:#0CC;*/
}

div#boton_submit
{
	float:right;
	width:120px;
	margin-top:5px;
	margin-right:10px;
	text-align:right;
	/*background-color:#0C0;*/
}


.caja-inv-amigos{
	float:left;
	width:170px;
	height:70px;
	background-image:url(../img/eventos/bg_inv_amigos.png);
	background-repeat:no-repeat;
}

.caja-inv-amigos:hover{
	float:left;
	width:170px;
	height:70px;
	background-image:url(../img/eventos/bg_inv_amigos3.png);
	background-repeat:no-repeat;
}

.caja-inv-amigos2{
	float:left;
	width:170px;
	height:70px;
	background-image:url(../img/eventos/bg_inv_amigos2.png);
	background-repeat:no-repeat;
}

.caja-inv-amigos:hover
{
	cursor:pointer;
}

.ia-foto{
	float:left;
	width:52px;
	height:52px;
	margin-left:10px;
	margin-top:10px;
	/*background-color:#00FF00;*/
}


.ia-foto img{
	width:50px;
	height:50px;
	border:solid 1px #999999;
}

.ia-name{
	float:left;
	width:86px;
	height:33px;
	margin-left:8px;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.ia-radio{
	float:left;
	margin-left:8px;
}



/*******************************************************************************************************************************/
