/*
Site Name: Malditas Perras
Site URI: http://malditasperras.fedehartman.com
Version: 1.0
Date: Nov - Dec 2008
Designer: Fede Hartman - http://fedehartman.com/
*/


/*--Variables--------------------------------------------------*/

body {
	background-color: #99A8AF;
	}

#contenido {
	background-image: url(../img/back.jpg);
	height: 5095px;
	}

/*-------------------------------------------------------------

*/

html {
	height: 100%;
	}

body {
	background-repeat: no-repeat;
	background-position: center 303px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../img/loading.gif);
	font-size: 16px;
	}

.cargando {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	padding-top: 348px;
	}

#contenido {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#credits {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 62px;
	width: 205px;
	position: fixed;
	z-index: 20000;
	right: 0px;
	bottom: 15px;
	background-image: url(../img/credits.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 13px;
	padding-left: 50px;
	cursor: pointer;
	}

	#credits:hover {
		background-position: center -75px;
		}

#credits h2 {
	font-size: 0.8125em;
	color: #c3d2d9;
	}
	
	#credits h2 a {
		color: #c3d2d9;
		text-decoration: none;
		}

#credits h3 {
	font-size: 0.75em;
	color: #69818c
	}
	
	#credits h3 a {
		text-decoration: none;
		color: #69818c
		}

#sombratop {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background-image: url(../img/sup.png);
	background-repeat:  repeat-x;
	}

#sombrabot {
	background-position: center bottom;
	margin: 0px;
	height: 70px;
	width: 100%;
	position: fixed;
	padding: 0px;
	bottom: 0%;
	clear: both;
	background-image: url(../img/bot.png);
	background-repeat:  repeat-x;
	background-attachment: fixed;
	}


/*--RESET---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0px; 
	padding: 0px; 
	}

table { 
	border-collapse: collapse; 
	border-spacing: 0px; 
	}

fieldset, img {  
	border: 0px; 
	}

address, caption, cite, code, dfn, em, th, var { 
	font-style: normal; 
	font-weight: normal; 
	}

ol, ul { 
	list-style: none; 
	}

caption,th { 
	text-align: left; 
	}

h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal; 
	}

q:before, q:after { 
	content: ''; 
	}

abbr, acronym {
	border: 0px; 
	}

a, input {
	outline-style: none;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

span, .none {
	display: none;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}