html, body {
	margin: 0px auto;
	padding: 0px;
	}
h2 { margin: 0px; padding: 0px;}
.lateral {
	background-image: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #104A5E;
	}
iframe {
	margin: 0px;
	padding: 0px;
	}
.copy {
	font-size: 9px;
}
.selectCombo {
	width: 98%;
	}
.columnLeft { float: left; }
.columnRight { float: right;}

.result-top {
	color: #303030;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #104a5e;
	}
.results-row { clear: both; text-align: center; }
.result-container {
	float: left;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-image: url(/imagenes/foto-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	cursor: hand;
	}
.result-container .result-foto {
	margin: 0px;
	margin-bottom: 10px;
	}
.result-container .result-data {
	text-align: center;
	width: 140px;
	}
.bg-resulttop, .bg-resultbase, .bg-details, .moreinfo {
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	color: #808285;
	font-weight: bold;
	}
.detailTitle, .resultBar .columnLeft {
	color: #303030;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #104a5e;
	}

.topArea { color: #FFFFFF; font-size: 14px; padding-right: 10px; }
.topArea b { font-size: 24px; }

#resultsArea {
	width: 770px;
	padding: 15px;
	}
#buscador {
	width: 210px;
	margin: 0px 10px;
	}
	
.invertedshiftdown2{
	padding: 0;
	width: 100%;
	border-top: 5px solid #104A5E; /*Highlight red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 1px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: lightblue; /*Default menu color*/
	border-bottom: 8px solid white;
	}

.invertedshiftdown2 a:hover{
	background-color: #104A5E; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #104A5E; /*Highlight red color theme*/
	color: white;
	}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #104A5E; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #104A5E; /*Highlight red color theme*/
	color: white;
	}

	
.moreinfo {
	margin: 20px 0;
	border: 1px solid #E0E0FF;
	background-color: #F0F0FF;
	width: 300px;
	}
.moreinfotitle, .moreinfodata { margin-bottom: 15px; }
.moreinfotitle { font-size: 20px; color: #000088; }
.moreinfodata { font-size: 16px; }
.moreinfo .label { font-size: 12px; font-weight: normal; padding: 5px 0 0 0;}
.moreinfo input, .moreinfo textarea { width: 100%; border: 1px solid #000088; padding: 3px; font-size: 14px; }