/*newpromotion.net
Diseño web por Diego Janer y Fabián Vargas
www.newpromotion.co.cr*/

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	/*font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;*/
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

/*label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}*/

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* ---Distribucion de la web---- */
body{
	font: 12px/14px verdana, bitstream vera sans, sans serif;
	background: #000 url(../images/bg.gif) repeat;
	color: #555;
}

.wrapper{width:780px; margin:0 auto;}


#encabezado{width:780px; height:194px; background: url(../images/encabezado1.gif) no-repeat; margin-top:40px;}

#flashcontent{margin-bottom:20px;}

#contenido{
	width:760px;
	padding:10px;
	background: #fff;
}

#texto{float:left; width:520px; padding:10px;}
#lateral{float:right; width:180px;}

.destacados{width:500px; background: url(../images/novedad.gif) no-repeat; padding-top:170px;}
/*------Encabezados-----*/
h1{width:316px; height:95px; margin:0; position:absolute; top:15px; left:50%; margin-left:-316px;}
h1 a {width:316px; height:95px; display:block; text-indent:-1000em; background: url(../images/logo.gif) no-repeat; overflow:hidden;}

/*-----Listas-------*/
ul.menu{list-style:none; width:163px; height:226px; padding-top:75px; background: url(../images/menu-bg.gif) no-repeat;}
ul.menu li{width:163px; margin-bottom:10px;}
ul.menu li a{display:block; width:130px; height:20px; text-indent:-10000em;}

ul.trabajos {width:500px; list-style:none; margin:15px auto;}
ul.trabajos li{float:left; margin-right:15px; margin-bottom:15px;}
ul.trabajos li img{background-color:#fff; padding:2px; border:1px solid #000;}

.lastjob{width:480px; margin-bottom:15px;}
.lastjob img{width:60px; float:left;}
.lastjob span{float:right; width:390px;}
p.tipo{font-size:9px; font-weight:bold;}

/*-------------paginas--------*/
body#categorias #encabezado{height:302px; background: url(../images/encabezado2.gif) no-repeat;}

/*---------------Formulario VOIP-----------*/
form#loginfrm{width:170px; margin-top:20px; margin-bottom:20px;}
form#loginfrm input{width:10em; border:1px solid #ccc; background-color:#999;}