@charset "utf-8";
/* CSS Document */

/* EQUIPO */
#titulo_equipo { margin:0px; }
#titulo_equipo h2 { color:#ff6f00; font-family:tahoma; font-size:18px; }
#tipo_notas_equipo {
	float:left;
	width:726px;
	background:#e4e4e4; color:#a64800;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
}
#tipo_notas_equipo a {
	margin-right:20px;
	color:#a64800;
}
#equipo_top,
#equipo_top_noborder,
.equipo_texto {
	border-top:1px dotted #ff6f00;
	clear:both;
	float:left;
	margin-left:20px;
	padding-bottom:20px;
	padding-top:20px;
	width:725px;
}
#equipo_top {
text-align:left;
}
#equipo_top_noborder {
border: 0 none;
text-align:left;
}
.equipo_foto { width: 205px; float: left; }
.equipo_txt { width: 520px; float: right; }

#equipo_top h3.naranja, #equipo_top_noborder h3.naranja { color:#ff6f00; 
	background:transparent none repeat scroll 0 0;
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	padding:0;
	text-indent:0;
	text-transform:none;
	width:580px;
} 

.equipo_txt h3.naranja { color:#ff6f00; }

.foto_equipo { cursor: pointer }
