@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Sans-Serif;
	background: #25191c;
	color: #ca9aa8;
	text-align: center;
	text-decoration: none;
}

a {
	text-decoration: none;
	border: none;
}

a img {
	border: none;
}

#bgtop {
	background: url('imagen/topago09.png') repeat-x;
}

#page {
	padding: 0;
	margin: 0 auto;
	width: 900;
	text-align: center;
}

#header 	{
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: url('imagen/headerago09.jpg');
	height: 300px;
	width: 900px;
	border: none;
}

#avatar 	{
	background: url('imagen/avatarago09.png') no-repeat right bottom;
	float: left;
	padding-left: 70px;
	padding-top: 140px;
	height: 150px;
	width: 180px;
	border: none;
}

#avatar  img	{
	float: left;
	border: none;
}

#contact 	{
	padding-left: 300px;
	padding-top: 230px;
	height: 60px;
	width: 560px;
	border: none;
}

#icon_contacto a {
	float: left;
	display:block;
	height: 60px;
	width: 100px;
	background: url("/imagen/icon_1.png") no-repeat;
	border: none;
	text-align: left;
	background-position: 0px 0;
}

#icon_contacto a:hover {
	background-position: -100px 0;
}

#icon_contacto a:active {
	background-position: -200px 0;
}

#icon_prints a {
	margin-left: 20px;
	float: left;
	display:block;
	height: 60px;
	width: 100px;
	background: url("imagen/icon_2.png") no-repeat;
	border: none;
	text-align: left;
	background-position: 0px 0;
}

#icon_prints a:hover {
	background-position: -100px 0;
}

#icon_prints a:active {
	background-position: -200px 0;
}

#icon_blog a {
	margin-left: 20px;
	float: left;
	display:block;
	height: 60px;
	width: 100px;
	background: url("imagen/icon_3.png") no-repeat;
	border: none;
	text-align: left;
	background-position: 0px 0;
}

#icon_blog a:hover {
	background-position: -100px 0;
}

#icon_blog a:active {
	background-position: -200px 0;
}

#wide {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: url('imagen/backago09.png') repeat-y center;
	width: 900px;
	border: none;
}

#degradado {
	background: url('imagen/t_back.png') repeat-x;
	margin-left: 50px;
    float: left;
	width: 800px;
	border: none;
}

#titulo {
	overflow: hidden;
	display: block;
	background: url('imagen/t_arrow.png') top left no-repeat;
	height: 150px;
	width: 800px;
	text-align: left;
	border: none;
}

#pre {
	padding: 0;
	margin: 0;
	float: left;
	height: 84px;
	width: 80px;
	border: none;
}

#pre a:hover {
	background: #fff;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0 auto;
	background: url('imagen/footago09.png') no-repeat;
	height: 150px;
	width: 900px;
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}