/*
	00 Reset and other imports
*/

@import url("an_reset.css");
@import url("an_grid.css");

/*
	Colors
*/

html,
body
{
	background: #000;
	color: #fff;
}

#wrapper
{
	background: url(../images/body.jpg) top center no-repeat;
}

#splash #wrapper
{
	background: url(../images/splash_bg.jpg) top center no-repeat;
}

#menu
{
	background: url(../images/menu.png) top center no-repeat;
}

#content h4,
#content strong,
#content h5
{
	color: #c20007;
}

#sinopsis #content		{	background: url(../images/content_sinopsis.png) top center no-repeat; }
#presentacion #content	{	background: url(../images/content_presentacion.png) top center no-repeat; }
#enlaces #content		{	background: url(../images/content_enlaces.png) top center no-repeat; }
#biografia #content		{	background: url(../images/content_biografia.png) top center no-repeat; }
#fondos #content		{	background: url(../images/content_fondos.png) top center no-repeat; }

/*
	Typos
*/

html,
body
{
	font: normal 12px/16px "Trebuchet MS", Times, serif;
}

/*
	Links
*/
a:link,
a:visited
{
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active
{
	text-decoration: underline;
}

/*
	Content
*/

#content
{
	text-align: center;
}

#home #content		{	margin: 197px 0 0;	}

#sinopsis #content,
#presentacion #content
{
	width: 467px;
	height: 231px;
	margin: 33px 0 0 222px;
	padding: 98px 0 0;
	text-align: left;
}

#presentacion #content
{
	height: 241px;
	padding: 88px 0 0;
}

#enlaces #content
{
	width: 407px;
	height: 231px;
	margin: 33px 0 0 252px;
	padding: 96px 0 0;
	text-align: left;
}

#biografia #content
{
	width: 433px;
	height: 249px;
	margin: 33px 0 0 105px;
	padding: 90px 0 0 165px;
	text-align: left;
}

#fondos #content
{
	width: 494px;
	height: 158px;
	padding: 62px 22px 0;
	margin: 70px 0 0 185px !important;
}

#fondos #content ul	{	height: 220px; width: 100%;	}

#fondos #content li a
{
	background: url(../images/wall.jpg) top center no-repeat;
}

#fondos #content #sma,
#fondos #content #big
{
	width: 220px;
	height: 180px;
	display: block;
	float: left;	
}
#fondos #content #sma	{	float: right;	}


#fondos #content li a
{
	width: 220px;
	height: 30px;
	padding: 150px 0 0;
	display: block;
}


#fondosĘ#content li#big	{	margin-right: 50px;	}

#fondos #content li a:hover,
#fondos #content li a:active	{	text-decoration: underline;	}

#sinopsis #content p,
#presentacion #content h4,
#presentacion #content dl
{
	margin: 0 34px 15px;
}

#enlaces #content h4,
#enlaces #content p,
#enlaces #content ul	{	margin: 0 0 15px 73px;	}
#enlaces #content h4	{	margin-bottom: 0;	}

#presentacion #content dt
{
	margin: 15px 0 0;
}

#biografia #content h4	{	margin-bottom: 15px;	}