/*// VIAVUELOS.COM - CSS //*/

/*// COLORS
	color:#ffbf00; //my yellow
	color:#342e2e; //my brown
	color:#992e2e; //my red
//*/

@charset "ISO-8859-1";

* {
   padding:0;
   margin:0;
}
body {
	width:100%;
	height:100%;
	display:table;
	text-align:center;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#342e2e;
	background:#ffffff url(http://img.viavoos.com/background.png) top repeat-x;
}
a {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#992e2e;
}
a:hover {
	color:#342e2e;
}
#wrap {
	width:1000px;
	height:auto;
	margin:0 auto;
	background:transparent;
}
#header {
	height:120px;
	width:1000px;
	text-align:left;
	background:transparent url(http://img.viavoos.com/header.png) top no-repeat;
	display:block;
}
#header a {
	display:block;
	position:relative;
	left:320px;
	top:36px;
	width:365px;
	height:49px;
	text-decoration:none;
}
#header a:hover {
	text-decoration:none;
}
#back {
	width:1000px;
	height:100%;
	background:#ffffff;
}
#leftcol {
	float:left;
	clear:left;
	width:160px !important;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	background:#ffffff;
	display:block;
}
#center {
	float:left;
	width:620px !important;
	width:640px;
	text-align:left;
	background:transparent;
	display:block;
}
#center h1 {
	height:28px !important;
	height:35px;
	margin-top:30px;
	padding-top:7px;
	padding-left:10px;
	text-align:left;
	font-family:arial;
	font-weight:normal;
	font-size:18px;
	color:#ffbf00;
	background:#f5f5f5 url(http://img.viavoos.com/titlebackground.png) top left no-repeat;
}
#center h2 {
	padding:10px;
	text-align:left;
	font-family:arial;
	font-weight:bold;
	font-size:15px;
	color:#342e2e;
	background:#e0e0e0;
}
#center h3 {
	padding:10px;
	padding-top:20px;
	padding-bottom:0px;
	text-align:left;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	color:#342e2e;
	background:#f5f5f5;
}
#center p {
	padding:10px;
	padding-bottom:0px;
	text-align:left;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#342e2e;
	background:#f5f5f5;
}
#center ol.letras {
	padding-top:10px;
	padding-left:40px;
	padding-right:10px;
	list-style:lower-alpha outside;
	background:#f5f5f5;
}
#center ol.numeros {
	padding-left:40px;
	padding-right:10px;
	list-style:decimal outside;
	background:#f5f5f5;
}
#center form {
	padding:20px;
	text-align:center;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#342e2e;
	background:#f5f5f5;
}
#closer {
	height:20px;
	width:100%;
	background:transparent url(http://img.viavoos.com/resultsfooter.png) bottom center no-repeat;
	display:block;
}
#rightcol {
	float:right;
	clear:right;
	width:160px !important;
	width:180px;
	margin-top:20px;
	padding:10px;
	text-align:left;
	background:#ffffff;
	display:block;
}
#buscamosen {
	width:100%;
	padding-top:10px;
	text-align:center;
	display:block;
}
#buscamosen p {
	padding:0px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	font-size:15px;
	color:#ffbf00;
	background-color:#ffffff;
}
#buscamosen img {
	padding:5px;
	display:inline;
}
#footlinks {
	width:100%;
	padding-top:30px;
	text-align:center;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	background:transparent url(http://img.viavoos.com/footlinksbackground.png) top center repeat-y;
	display:block;
	clear:both;
}
#footlinks a {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#992e2e;
}
#footlinks a:hover {
	text-decoration:underline;
	color:#342e2e;
}
#footer {
	width:1000px;
	height:50px;
	margin-bottom:20px;
	background:transparent url(http://img.viavoos.com/footer.png) top center no-repeat;
	display:block;
	clear:both;
}

#flags {
	width:100%;
	padding-top:10px;
	text-align:center;
	display:block;
}
#flagPortugal {
	padding-left:21px;
	width:50px;
	height:12px;
	line-height:20px;
	color:#342e2e;
	background: transparent url(http://img.viavoos.com/flag_portugal.png) no-repeat center left;
	display:inline;
	cursor:pointer;
}
#flagPortugal:hover {
	text-decoration:underline;
	color:#342e2e;
}
#flagEspana {
	padding-left:21px;
	width:50px;
	height:12px;
	line-height:20px;
	color:#342e2e;
	background: transparent url(http://img.viavoos.com/flag_espana.png) no-repeat center left;
	display:inline;
	cursor:pointer;
}
#flagEspana:hover {
	text-decoration:underline;
	color:#342e2e;
}
#flagAlemania {
	padding-left:21px;
	width:50px;
	height:12px;
	line-height:20px;
	color:#342e2e;
	background: transparent url(http://img.viavoos.com/flag_alemania.png) no-repeat center left;
	display:inline;
	cursor:pointer;
}
#flagAlemania:hover {
	text-decoration:underline;
	color:#342e2e;
}