@import url("../reset.css");
@import url("../forms.css");
@import url("../typography.css");
/* CSS Contenido */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #3593E9;
	text-shadow: 2px 2px 2px #000;
}

h4 { text-align:right; border-bottom: 1px solid #3593E9; }

p { word-spacing: .2em; letter-spacing: .15em; }

a, a:link, a:visited { color: #F90; text-decoration: none; }
a:hover     { text-decoration: underline; }




#all {}
#back {
	background-image: url(../images/borde.png);
	background-repeat: repeat-y;
	background-position: right top;
	min-width:1160px;
}
#wrap {
	background-image:url(../images/titulo.png);
	background-repeat:no-repeat;
	background-position: left top;
}

#head { float: left; height: 220px; width:100%; }

#container { overflow: hidden; width: 1160px; }
#content {
	margin: 20px 25px 0 150px;
	width:680px;
}
#meta-post {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}

#slider {
	width: 200px;
	margin: 20px 25px 0 0;
}

#footer {
	margin:25px 25px 80px 150px;
	width:945px;
}

.absolute {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.border {
	background-color: #2F2F2F;
	padding: 20px;
}
.left { float: left; }
.right { float: right; }
.blank {
	background-image:url(../images/blank.png);
}
