/* CSS Reset, obvio! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow-y: hidden;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* empieza el estilo */


/* contenedor de la barrita */	
#menutop {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	background-position: top;
	height:30px;
	width:100%;
	border-bottom: 1px solid #0F6CB6;
	z-index: 10000;
	float: left;
	}

/* contenedor de logo - izquierda */	
#menutop-l{
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 6px;
	padding-top: 10px;
	color: black;
	width: 175px;
	height: 20px;
	background-image: url(../images/topbar/fondo.png);
	border-right: 1px solid #0F6CB6;
	padding-left: 10px;
	}
#menutop-l a{
	text-decoration: none;
	color: black;
	}
	
#menutop-l a:hover {
	color: #666;
	}

/* el logo */
#menutop-l img{
	border: none;
	margin-top: -10px;
	margin-left: -5px;
	}

/* el titulo 'AD Recommends' */
#menutop-l p{
	color:#0F6CB6;
	float:right;
	font-weight:bold;
	margin-right:8px;
	margin-top:2px;
	}

/* contenedor de links - derecha */
#menutop-r{
	color:#666;
	font-size:10px;
	font-weight:bold;
	margin-top:-25px;
	padding-left:195px;
	height: 22px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	}

/* iconos FB y twt */
#menutop-r img{
	vertical-align: middle;
	margin-right: 8px;
	padding-bottom: 2px;
	}

/* contenedor iconos */
#topbar-social {
	margin-left: 15px;
	overflow: hidden;
	}

/* boton cerrar */
#topbar-close {
	background: #0F6CB6;
	float:right;
	height:30px;
	margin-top:-27px;
	width:35px;
	padding-left: 7px;
	}

/* fin :) */

#form-content {
	background: #f2f2f2;
	margin:100px auto 0px;
	width:45em;
	clear:left;
	border:1px solid #c5e2f0;
	padding: 10px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

input[type=text]{
	width:300px;
}

#shorturl-display {
	width:200px;
}

