@charset "utf-8";

.caja {
	width: 300px;
	margin-right: 10px;
	margin-left: 60px;
	border: 1px solid #A3D638;
	height: 100px;
	margin-bottom: 20px;
	display: block;
float: left;
}
.red {
	display: block;
	height: 25px;
	width: 100px;
	overflow: hidden;
	line-height: 60px;
}
.foto , .foto a{
	height: 75px;
	width: 100px;
	display: block;
}
.foto a:hover {
	background: #FFF;
}

.etiqueta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 25px;
	background: #A3E407;
	padding-left: 5px;
}
.nombre a   {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
}
.nombre a:hover {
	text-decoration: underline;
	color: #066;
}


.izq {
	width: 100px;
	float: left;
	height: 100px;
}
.der {
	height: 100px;
	width: 199px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.nombre{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	display: block;
	padding-left: 5px;
	background: #ECFDC6;
	height: 75px;
}
.nombre a {
	font-family: Arial, Helvetica, sans-serif;
}
#facebook .red {
	background: url(imagenes/rs-facebook.png);
}

#twitter .red {
	background: url(imagenes/rs-twitter.png) no-repeat;
}

#myspace .red {
	background: url(imagenes/rs-myspace.png) no-repeat;
}


#hi5 .red {
	background: url(imagenes/rs-hi5.png) no-repeat;
}

#linkedin .red {
	background: url(imagenes/rs-linkedin.png) no-repeat;
}


#xing .red {
	background: url(imagenes/rs-xing.png) no-repeat;
}
#facebook .foto a:hover,#twitter .foto a:hover,#myspace .foto a:hover,#hi5 .foto a:hover,#linkedin .foto a:hover,#xing .foto a:hover {
	background: url(s_3d711fcc425d5c09adda94079e849efd.jpg) no-repeat center center;
	height: 67px;
	width: 92px;
	border: 4px solid #FFF;
}