@charset "utf-8";
#Foto_Cabecera {
	margin-bottom: 20px;
}
#texto_guarda {
}
.miniatura {
	border: 5px solid #CCC;
}
.miniatura:hover {
	border: 5px solid #F93;
}
#texto_guarda .miniatura {
	margin-right: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#texto_guarda h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #1C516B;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#texto_guarda h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #765738;
	font-weight: bold;
}
#video {
	float: left;
	height: 420px;
	width: 640px;
	border: 4px none #CCC;
	margin-left: 100px;
}
#video p embed {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
}
