/* CSS Document */

/* form de Filtros y busqueda */

.form_locales {

	text-align:center;
	vertical-align:middle;

	font-family:Tahoma, Arial;
	font-size:10px;
	
	width:100%;
	height:75px;
	min-height:75px;
	
	border-bottom: 1px solid #C6D6E6;
	background-color: #FAFDFD;
}

.form_locales .letra { 
	font-family:Tahoma, Arial;
	font-size:11px;
}




.form_orden {
	border-bottom: 1px solid #C6D6E6;
	background-color: #FAFDFD;
	width:100%;
	
	font-family:Tahoma, Arial;
	font-size:10px;	
}

.form_orden .letra {
	font-family:Tahoma, Arial;
	font-size:11px;	
	vertical-align:middle;
}

/* locales */

.locales_list {
/*	padding-top: 15px;*/
	padding-bottom: 15px;
	font-family: Arial, Helvetica, tahoma, sans-serif;
	font-size: 10px;
}

.locales_list .local
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #C6D6E6;
	background-color: #FAFDFD;
}

.locales_list .title
{
	font-weight: bold;
	padding-top: 3px;
	font-size: 115%;
}

.locales_list .info
{
	padding-top: 5px;
/*	font-size: 83%;*/
	color: #0C86B5;
}

.locales_list .description
{
	font-size: 95%;
	padding-bottom: 5px;
	padding-left: 100px;
}

.locales_list .imagen_border
{
	height: 140px;
	width: 100px;
	float: left;
}

.locales_list .imagen_controls
{
	float: left;
	width: 75px;
	text-align: center;
	padding-top: 4px;
}

.locales_list .imagen_border .imagen
{
	margin-top: 20px;
	height: 75px;
	width: 75px;
	float: left;
	color: #56AA04;
	background-image: url(../images/snippet_vote_back_6.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.locales_list .imagen_border .imagen .ranking
{
	padding-top: 18px;
}


/* Snippets */

.snippet_list
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.snippet_list .snippet
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #C6D6E6;
	background-color: #FAFDFD;
}

.snippet_list .title
{
	font-weight: bold;
	padding-top: 3px;
	font-size: 115%;
}

.snippet_list .info
{
	padding-top: 5px;
	font-size: 83%;
	color: #0C86B5;
}

.snippet_list .description
{
	font-size: 95%;
	padding-bottom: 5px;
	padding-left: 100px;
}

.snippet_list .vote_border
{
	height: 140px;
	width: 100px;
	float: left;
}

.snippet_list .vote_controls
{
	float: left;
	width: 75px;
	text-align: center;
	padding-top: 4px;
}

.snippet_list .vote_border .vote_booth
{
	margin-top: 20px;
	height: 75px;
	width: 75px;
	float: left;
	color: #0C86B5;
	background-image: url(../images/snippet_vote_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.snippet_list .vote_border .vote_booth_voted
{
	margin-top: 20px;
	height: 75px;
	width: 75px;
	float: left;
	color: #56AA04;
	background-image: url(../images/snippet_vote_back_6.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

.snippet_list .vote_border .vote_booth .ranking
{
	padding-top: 18px;
}

.snippet_list .vote_border .vote_booth_voted .ranking
{
	padding-top: 18px;
}








/* ---------------------------------------------------------- */

/* byteMyCode.com */
/* ©1998-2006 BlueCrestStudios, LLC. All Rights Reserved. */

/**
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #444444;
	font-size:10px;
	font-size: .8em; 
}

img
{
	border: 0px;
}

a
{
	color: #0C86B5;
	text-decoration: none;
}

a:hover
{
	color: #56AA04;
	text-decoration: none;
}

h1
{
	font-size: 180%;
	color: #0C86B5;
}

h1 a
{
	color: #0C86B5;
}

h2
{
	font-size: 170%;
	color: #0C86B5;
}

h2 a
{
	color: #0C86B5;
}

h3
{
	font-size: 120%;
	color: #0C86B5;
}

h3 a
{
	color: #0C86B5;
}


small
{
	font-size: 90%;
}*/

.icon
{
	padding-bottom: 4px;
}

/* Contents */

.contents
{
	width: 100%;
}

.spacer
{
	height: 200px;
}

#header
{
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	height: 106px;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 5px;
}

/* Menu */

#menu
{
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-x;
	height: 38px;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 10px;
}

#menu .sep
{
	float: right;
	width: 2px;
	height: 38px;
	background-image: url(../images/menu_sep.gif);
	background-repeat: no-repeat;
}

#menu .item_hover
{
	float: right;
	height: 38px;
	font-size: 1.5em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	background-image: url(../images/menu_back_hover.gif);
	background-repeat: repeat-x;
	line-height: 1.4;
}

#menu .item_hover a
{
	color: #D6F5FF;
	text-decoration: none;
}

#menu .item_hover a:hover
{
	color: #D6F5FF;
	text-decoration: none;
}

#menu .item
{
	float: right;
	height: 38px;
	font-size: 1.5em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	line-height: 1.4;
}

#menu .item a
{
	color: #D6F5FF;
	text-decoration: none;
}

#menu .item a:hover
{
	color: #D6F5FF;
	text-decoration: none;
}

/* Footer */

#footer
{
	border-top: 1px solid #0C86B5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #0C86B5;
	font-size: 90%;
}

/* Search Bar */

#searchbar
{
	position: absolute;
	right: 50px;
	height: 40px;
	top: 50px;
	font-size: 150%;
}

.search_form_input
{
	border: 1px solid #CACBD0;
	background-color: #F9FAFB;
	padding: 5px;
	color: #A7A9B0;
}

.search_form_button
{
	border: 1px solid #CACBD0;
	background-color: #F9FAFB;
	padding: 5px;
	color: #A7A9B0;
}

/* Info bar */

#infobar
{
	position: absolute;
	right: 0px;
	height: 29px;
	background-image: url(../images/infobar_back.gif);
	background-repeat: repeat-x;
	font-size: 110%;
	color: #56AA04;
}

#infobar a
{
	color: #56AA04;
	text-decoration: none;
}

#infobar a:hover
{
	color: #82C441;
	text-decoration: none;
}

#infobar .sep
{
	color: #82C441;
	padding-left: 5px;
	padding-right: 5px;
}

#infobar span
{
	margin-bottom: 5px;
	padding-right: 10px;
}

.clear
{
	clear: both;
}


/* Auto Complete */

#autocomplete
{
	position: absolute;
	border: 1px solid;
	overflow: hidden;
}

#autocomplete ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#autocomplete li
{
	background: #FFFFFF;
	color: #000000;
	white-space: pre;
	cursor: default;
	text-align: left;
}

#autocomplete li.selected
{
	background: #FAFDFD;
	color: #56AA04;
}

html.js input.form-autocomplete
{

}
html.js input.throbbing
{
	background-position: 100% -18px;
}

/* Left Gutter */

.gutter_left
{
	width: 141px;
	float: left;
	margin-left: 10px;
	background-image: url(../images/gutter_blue_back.gif);
	background-repeat: repeat-y;
	font-size: 83%;
	color: #0C86B5;
}

.gutter_left h2
{
	color: #0C86B5;
	font-size: 130%;
}

.gutter_left .middle
{
	padding-left: 4px;
	padding-right: 4px;
}

.gutter_left a
{
	color: #0C86B5;
	text-decoration: none;
}

.gutter_left a:hover
{
	color: #43A8CF;
	text-decoration: none;
}


/* Right Gutter */

.gutter_right
{
	width: 141px;
	float: right;
	margin-right: 10px;
	background-image: url(../images/gutter_green_back.gif);
	background-repeat: repeat-y;
	font-size: 83%;
	color: #56AA04;
}

.gutter_right h2
{
	color: #56AA04;
	font-size: 130%;
}

.gutter_right .middle
{
	padding-left: 4px;
	padding-right: 4px;
}

.gutter_right a
{
	color: #56AA04;
	text-decoration: none;
}

.gutter_right a:hover
{
	color: #82C441;
	text-decoration: none;
}


