body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0 10px 10px;
	margin: 0;
	min-width: 900px;
	background: #e8f8ff;
}

a,
a:visited,
a:active{
	color: #0063C9;
}

a:hover{
	color: #004eae;
	background: #feffb2;
}

label[for]{
	cursor: pointer;
}

img{
	border: 0;
}

ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0 0 5px;
}

#header{
	height: 160px;
	text-align: center;
	overflow: hidden;
	background: #e8f8ff url(../images/body_bg.png) no-repeat top center;
}

#header #links{
	margin: 10px;
	float: right;
}

#header #links li{
	display: inline;
	margin-right: 5px;
	text-align: left;
}

#header h1{
	display: none;
}

#header h3{
	margin-top: 110px;
	font-family: "Marker Felt", sans-serif;
	color: #565656;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	display: none;
}

#content{
	margin-right: 210px;
}

#content #descripcion{
	border: #FC6 1px solid !important;
	background: #FFFFCC;
	padding: 10px;
	border-radius: 10px;
	line-height: 1.2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content form{
	text-align: center;
	margin: 10px auto;
	width: 567px;
	height: 36px;
}

#content #loading{
	margin: 2px 5px 0 0;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}

#content #nombre{
	float: left;
	width: 400px; 
	height: 29px;
	font-size: 1.4em;
	background: url(../images/buscar_bg.png) no-repeat top left;
	border: 0;
	padding: 7px 0 0 40px;
	margin: 0;
}

#content #nombre:focus{
	outline: none;
}

#content #buscar{
	float: right;
}

#content #start{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
}

.smaller{
	font-size: 0.8em;
}

#resultados_container h5{
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
}

#resultados_container h5 span{
	font-weight: bold;
}

#twitter{
	background: #fff url(../images/twitter.png) left top no-repeat;
	height: 45px;
	width: 680px;
	margin: 10px auto 0;
	line-height: 45px;
	overflow: hidden;
	font-size: 1.4em;
	font-family: "Cooper Black", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#twitter p{
	margin-left: 150px;
}

#twitter a{
	text-decoration: none;
	color: #9acf57;
}
#twitter a:hover{
	background-color: #ffc !important;
}

#twitter .si{
	padding-left: 20px;
	background: #fff url(../images/si.png) left center no-repeat !important;
}

#twitter .no{
	padding-left: 20px;
	background: #fff url(../images/no.png) left center no-repeat !important;
}

#resultados{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-size: 1.4em;
	border-collapse: separate;
	border-spacing: 10px 0;
}

#resultados th{
	background: #fff;
	margin-right: 10px;
	font-weight: normal;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

#resultados th.si{
	background: #B3F9B2 url(../images/si.png) 8px center no-repeat !important;
}

#resultados th.no{
	background: #ffcdc7 url(../images/no.png) 8px center no-repeat !important;
}

#resultados td{
	background: #fff;
	height: 50px;
	margin-right: 10px;
	text-align: left;
	padding: 10px;
	font-size: 0.85em;
	vertical-align: top;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

#resultados td p{
	font-size: 0.8em;
}

#resultados td a{
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}

#resultados td li{
	border-bottom: 1px solid #CDE8F2;
}

#resultados h2{
	font-size: 1.2em;
	font-family: "Cooper Black", Helvetica, Arial, sans-serif;
}

#ads{
	float: right;
}

#ads .propio{
	border: 1px #fff solid;
	background: #E4F9E0;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#ads .propio h4{
	background: #fff;
}

#ads .propio li{
	margin-bottom: 3px;
}

div.spacer{
	clear: both;
	height: 10px;
}

#footer{
	padding: 10px 0;
	text-align: center;
	background: #fff;
	border: 1px #CDE8F2 solid;
	line-height: 1.15em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#footer #disclaimer{
	font-size: 0.7em;
	line-height: 1.1em;
	margin: 4px;
}