/*

Pixelpost Template: sofocus
Written  by: Raul Saez Ruiz
LAST UPDATED: 13-04-2009
www: http://raulsaez.es/
Contact: info [at] raulsaez [dot] es
Copyright (c) 2009 <http://wwww.raulsaez.es/>

*/


/* GENERAL
====================================================================== */

html {
	overflow-y: scroll;
}

body {
	margin: 0; /* to avoid margins */
	padding: 0;
	text-align: center; /* to correct the centering IE bug */
	font: 10px/20px "Century gothic", sans-serif;
	background-image:url(../images/background.gif);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#222222;
	color: #aaa;
}

/* enlaces */
a, a:link, a:visited {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #afc719;
	text-decoration: none;
}

img {
	border:0px;
}

/* TITULOS GENERALES */

h1 {
	margin:0px;
	padding:10px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#1C627A;
}

/* CABECERA
====================================================================== */
#title {
	position:absolute;
	height:52px;
	width:200px;
	background:url(../images/logo7.png) no-repeat;
}


#top-nav{
	top:34px;
	left:-10px;
	position:absolute;
	width:98%;
	text-align:right;
	margin-right: 0px;
	font: 16px "Century gothic", sans-serif;
}

#line{
	top:53px;
	left:5px;
	right:5px;
	float:center;
	text-align: right;
	position:relative 	;
	width:95%;
	color:#fff;
	margin-bottom:40px;
}

#top-nav a {
	padding:2px;
}


/* PIE
====================================================================== */
#pie{
	margin-top:60px;
	text-align: center;
	font: 11px/14px "Century gothic", sans-serif;
}
.footer {
	color: #ddd;
	letter-spacing: .3em;
	font-style: uppercase;
}

/* Gracias por los comentarios
====================================================================== */

.savecom-column {
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
text-align: left;
}

#savecom-content {
  padding: 2em 2em 4em 2em;
  background-color: #333;
  border: solid 1px #111;
}

#savecom-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#savecom-caja{
	font-size:12px;
	color:#CCC;
text-align:center;
}

#savecom-caja a {
	color:#FFF;
}

#savecom-caja a:hover {
	color:#afc719;
}

#savecom-caja img{
	margin:5px;
}


