* {
	font-family:tahoma;
	/*font-size:14px;*/
}

select.searchSelect {
	/*text-decoration: underline;
	EN IE7 SOLO FUNCIONA ESTO, NO LOS DE OPTION!*/
}
	
option.searchOptionHeader {
	text-decoration: underline;
	color: grey;
	/*font-weight: bold;*/
}
	
option.searchOption {
	color: black;
}

a.toplink {
	color: black;
	font-family:arial,tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a {
	color: black;
	font-family:arial,tahoma;
	text-decoration:none;
	/*font-weight:bold;*/
}

a:hover {
	text-decoration:underline;
}

a.toplink:hover {
	color: #404040;
	font-family:arial,tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

a img {
	border: 0px;
}

.colectivo_id {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;	
}

.colectivo_specs {
	font-family:tahoma;
	font-size:14px;
}


td.footer-info {
	text-align: center;
	vertical-align: middle;
	background-color: #c3f690;
	height: 94px;
	border-top: 2px solid #000000;

	line-height: 22px;
	font-size: 14px;
	font-family : sans-serif;
	font-weight: bolder;

	background-image: url(green_gradient.png);
	background-repeat: repeat-y;
}

td.title {
	text-align: center;
	vertical-align: middle;
	background-color: #c3f690;
	height: 90px;

	background-image: url(site_images/green_gradient.png);
	background-repeat: repeat-y;
}
span.title {
	font-size: 50px;
	font-family : sans-serif;
	font-weight: bolder;
}

td.topbar {
	/*text-align: center;*/
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	
	/*border-bottom: 2px dashed #dfdfa0;
	border-top: 2px dashed #dfdfa0;*/
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	height: 26px;
}

a.topbar-link {
	font-size: 14px;
}

td.topbar-section {
	text-align: center;
	font-size: 16px;
	font-family : Tahoma, sans-serif;
	font-weight: bold;
}


body {
	background-color: rgb(221, 255, 238);
	background-image: url(site_images/site_background.png);
}

div.centered {
	/*CENTER DIV HORIZONTALLY AND SOMEWHAT VERTICALLY*/
	position:absolute;
	left: 50%;
	top: 50%;
	width:800px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}

.heightBlock {
	/*MIN-HEIGHT FAST HACK*/
	min-height:380px;
	height:auto !important;
	height:380px;
}


.request {
	/*MIN-HEIGHT FAST HACK*/
	min-height: 32px;
	height:auto !important;*/
	height: 32px;
	
	/*border-bottom: 1px solid #F3F3A2;*/
	border-bottom: 1px solid #EEEE9F;
	padding: 4px 4px 4px 4px;
	
	width: 770px;
}
.request-title {
	font-weight: bold;
}
.request-body {
	font-style: italic;
}
.request-contact {
	display: table-cell;
	width: 770px;
	text-align: right;
}

.sub-heightBlock {
	/*MIN-HEIGHT FAST HACK*/
	/*min-height:600px;
	height:auto !important;*/
	height:330px;
}

div.mainDiv {
	/*CENTER DIV HORIZONTALLY*/
	position:absolute;
	left: 50%;
	width:800px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	/* height: 100%; */

	top: 0px;
	margin-bottom: 100px;
	border: 1px solid rgb(171, 205, 188);
	/*border-top: none;*/
	/*background-color: rgb(255,255,237);*/
	background-color: #ffffc2;
	
	background-image: url(site_images/yellow_gradient.png);
	background-repeat: repeat-y;
	
	/*
	border: 0px solid #00cc00;
	border-left-width: 1px;
	border-right-width: 1px;
	*/
}

