	/* Code programmed by / Código programado por Estudio Xplora - www.xploravisual.com */
	/* 2009 © All rights reserved / Todos los derechos reservados                                  */
	
	.Base--------------------------------------------------------------------------- {}
	
	* {
		padding: 0;
		margin: 0;
	}
	
	body {
	background-color: #68cdea;
	background-image: url(images/body-bck.gif);
	background-repeat: repeat;
	}
	
	#content {
	height: 100%;
	width: 100%;
	background-image: url(images/protagonistas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content #titulo {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content #player {
	text-align: center;
	vertical-align: middle;
	height: 401px;
}

#content #player #playervideo {
	background-image: url(images/playervideo-bck.gif);
	text-align: left;
	vertical-align: top;
	height: 401px;
	width: 682px;
	margin: 0px;
	padding: 0px;
}

#content #player #playervideo #video {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

#content #comparte {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	height: 40px;
}

#content #aviso {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 20px;
}

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

