/***********************************************/
/* Soberani Travel                             */
/* www.soberai.com                             */
/* CSS style sheet                             */
/* jldorta@gmail.com                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #0093D0;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/background_image.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div, table, td, tr {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

p {
	text-align: left;
	margin: 0px 0px 8px;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #003FBF;
	text-decoration: none;
	font-weight: bold;
}

	a img {
		border: none;
	}
	
h1, h2, h3, h4, h5, h6 {
  margin: 5px 0px 10px;
  padding: 0px;
  font-family: Arial, Verdana, Helvetica;
}

h1 {
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  color: #003399;
}
h2 {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  color: #003399;
  word-spacing: -.2em;
}

h3 {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  color: #019ECF;
}

h4, h5, h6 {
  font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
	
	ul li, li {
		margin: 0px 0px 0px;
		padding: 0px 15px;
	}

pre {
	letter-spacing: 0.03em;
	word-spacing: 0px;
}

/***********************************************/
/* HTML Forms                                  */
/***********************************************/ 
.input_area, .input_text {
	width: 99%;
	border: 1px solid;
}

.form_submit {
	background-color: #286FD3;
	color: #FFFFFF;
	border: 1px solid #0099CC;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
}
		
/***********************************************/
/* CUSTOM tag styles                           */
/***********************************************/ 
#bodycontainer {
	background-image: url(../images/background_center.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#bodycontainer-top {
	background-image: url(../images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
}
#bodycontainer-bottom {
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	text-align: center;
}

#pagecontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px; 
	width: 766px;
	border: none;
	padding: 0px 0px 20px;
}

#header {
	width: 765px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: 145px;
}

	#logo {
		width: 200px;
		height: 55px;
		margin: 0px;
		padding: 0px;
		text-align: right;
		float: left;
		vertical-align: top;
	}
	
	#topmenu {
		width: 540px;
		height: 40px;
		margin: 45px 0px 0px;
		padding: 0px;
		text-align: right;
		float: right;
		vertical-align: middle;
	}
	
		#topmenu ul {
			height: 20px;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#topmenu ul li {
				margin: 0px;
				padding: 0px;
				display: inline;
				height: 25px;
				line-height: 25px;
				font-size: 25px;
				float: left;
				vertical-align: middle;
			}
			
		#topmenu a {
			vertical-align: middle;
		}
		
		#topmenu a:link, #topmenu a:visited {
			padding: 0px;
			margin: 0px 5px;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 10px;
			height: 25px;
			line-height: 25px;
			float: left;
			text-decoration: none;
			text-transform: none;
		}
		
		#topmenu a:hover {
			padding: 0px;
			margin: 0px 5px;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 10px;
			height: 25px;
			line-height: 25px;
			float: left;
			text-decoration: none;
			text-transform: none;
		}
	
		#topmenu .separator {
			line-height: 20px;
			background-image: url(../images/topmenu_separator.jpg);
			background-repeat: no-repeat;
			background-position: center;
			float: left;
			margin: 0px 1px;
		}
				
		#topmenu .search {
			padding: 0px;
			margin: 0px;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 10px;
			text-decoration: none;
			text-transform: none;
			line-height: 25px;
		}
		
			#topmenu .search strong {
				float: left;
			}
			
			#topmenu .search a:link, #topmenu .search a:hover, #topmenu .search a:visited {
				height: 25px;
				line-height: 25px;
				font-size: 10px;
				vertical-align: middle;
			}
			
			#topmenu .search a img {
				margin-top: 5px;
			}
			
#maincontainer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

	#leftcontainer {
		float: left;
		width: 210px;
		padding: 0px;
		margin-top: 3px;
	}
	
	#newscontent {
		border: none;
		width: 195px;
	}
	
		#newscontent p{
			color: #999999;
			font-family: Arial, Helvetica, sans-serif;
		}
		
	#mainmenu {
		width: 205px;
		height: 255px;
		float: left;
		text-align: center;
		margin: 0px 0px 10px;
		background-image: url(../images/mainmenu_bg.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		#mainmenu ul {
			height: 255px;
			padding: 0px;
			list-style: none;
			text-align: left;
			margin-top: 7px;
		}
		
			#mainmenu ul li {
				margin: 0px 10px;
				padding: 0px;
				height: 30px;
				background-image: url(../images/mainmenu.jpg);
				background-position: left;
				background-repeat: no-repeat;
			}
			
		#mainmenu a:link, #mainmenu a:visited {
			color: #003399;
			font-weight: normal;
			font-size: 12px;
			text-decoration: none;
			text-transform: none;
			padding-left: 20px;
			line-height: 30px;
		}
		
		#mainmenu a:hover {
			color: #003399;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			text-transform: none;
			padding-left: 20px;
			background-image: url(../images/mainmenu_hover.jpg);
			background-position: left;
			background-repeat: no-repeat;
			line-height: 30px;
		}
		
		#mainmenu .active a:link, #mainmenu .active a:visited, #mainmenu .active a:hover{
			font-weight: bold;
			background-image: url(../images/mainmenu_hover.jpg);
			background-position: left;
			background-repeat: no-repeat;
		}
	
	#leftcontainer .destacados {
		float: right;
		width: 210px;
		margin: 20px 0px 0px;
	}
	
		#leftcontainer .destacados .top {
			background-image: url(../images/left_destacados_top.jpg);
			background-repeat: no-repeat;
			float: right;
			height: 20px;
			width: 210px;
		}
		
		#leftcontainer .destacados .center {
			background-image: url(../images/left_destacados_center.jpg);
			background-repeat: repeat-y;
			width: 170px;
			padding: 5px 10px 5px 30px;
			text-align: left;
		}
		
			#leftcontainer .destacados .center h2{
				color: #FFFFFF;
				text-align: left;
			}
			
			#leftcontainer .destacados .center p{
				color: #FFFFFF;
				text-align: left;
				margin-left: 20px;
				font-style: italic;
			}
			
			#leftcontainer .destacados .center .readmore {
				text-align: right;
			}
			
			#leftcontainer .destacados .center .readmore a,
			#leftcontainer .destacados .center .readmore a:link,
			#leftcontainer .destacados .center .readmore a:visited,
			#leftcontainer .destacados .center .readmore a:hover {
				background: none;
				float: none;
			}
			
			#leftcontainer .destacados .center a, #leftcontainer .destacados .center a:link, #leftcontainer .destacados .center a:visited, #leftcontainer .destacados .center a:hover {
				color: #FFFFFF;
				margin-bottom: 3px;
				float: left;
				background-image: url(../images/left_destacados_link.jpg);
				background-position: left top;
				background-repeat: no-repeat;
				padding-left: 22px;
				line-height: 16px;
			}
		
		#leftcontainer .destacados .bottom {
			background-image: url(../images/left_destacados_bottom.jpg);
			background-repeat: no-repeat;
			float: right;
			height: 20px;
			width: 210px;
		}
	
#maincontent {
	width: 480px;
	padding: 0px;
	margin: 5px 0px 0px;
	float: right;
	text-align: left;
	position: relative;
	z-index: 1;
}

	#randomheader {
		width: 475px;
		padding-left: 3px;
		height: 315px;
		position: relative;
		z-index: 2;
	}
	
	#randomcontent {
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 100px;
		left: 3px;
		background-repeat: repeat;
		background-image: url(../images/random_content_bg.png) !important;
		background-image: url(../images/random_content_bg.gif);
		width: 445px !important;
		width: 442px;
		border: none !important;
		border: 1px solid #CCCCCC;
		color: #FFFFFF;
		font-size: 28px;
		font-weight: normal;
		z-index: 10;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		height: 70px;
	}
	
		#randomcontent p {
			position: absolute;
			font-size: 28px;
			font-weight: bold;
			font-family: sans-serif, Arial, Helvetica;
		}
		
	#maincontent #breadcumb {
		color: #666666;
		margin-bottom: 10px;
	}
	
	#maincontent #breadcumb a, #maincontent #breadcumb a:link, #maincontent #breadcumb a:visited, #maincontent #breadcumb a:hover{
		font-size: 12px;
		color: #666666;
		text-decoration: none;
		font-weight: normal;
	}
	
	#maincontent #breadcumb a:hover{
		font-weight: bold;
	}
	
	#maincontent img {
		margin: 0px;
	}
	
	#maincontent #content {
		float: left;
		clear: left;
		width: 475px;
		padding: 0 0 0 5px;
		overflow: hidden;
		margin-top: 6px;
	}
	
		#maincontent #content .title{
			color: #A84247;
			font-weight: bold;
			line-height: 15px;
		}
		
		#maincontent #content .left_image {
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			border: none;
		}
		
		#maincontent #content .right_image {
			float: left;
			margin-left: 5px;
			margin-bottom: 5px;
			border: none;
		}
		
		#maincontent #content img {
			border: none;
		}
		
#footer_es {
	width: 680px;
	height: 55px;
	margin: 0px auto 40px;
	clear: both;
	text-align: center;
}

#footer_en {
	width: 630px;
	height: 55px;
	margin: 0px auto 40px;
	clear: both;
	text-align: center;
}
	
	#bottommenu {
		height: 30px;
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: center;
	}
	
		#bottommenu ul {
			height: 25px;
			margin: 5px auto 10px;
			padding: 0px;
			list-style: none;
		}
		
			#bottommenu ul li {
				margin: 0px;
				padding: 0px;
				display: inline;
				height: 25px;
				line-height: 25px;
				font-size: 25px;
				float: left;
				vertical-align: middle;
			}
			
		#bottommenu a:link, #bottommenu a:visited {
			padding: 0px;
			margin: 0px 3px;
			font-weight: bold;
			font-size: 10px;
			height: 25px;
			float: left;
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#bottommenu a:hover {
			padding: 0px;
			margin: 0px 3px;
			font-weight: bold;
			font-size: 10px;
			height: 25px;
			float: left;
			text-decoration: underline;
			color: #FFFFFF;
		}
	
		#bottommenu .separator {
			line-height: 20px;
			background-image: url(../images/bottommenu_separator.jpg);
			background-repeat: no-repeat;
			background-position: center;
			float: left;
			margin: 0px 1px;
		}
		
	#footer_es p, #footer_en p {
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 10px;
	}
	
		#footer_es p a, #footer_en p a {
			color: #CCCCCC;
		}
		
.more {
	float: right;
	clear: right;
	color: #CBA45D;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}

.more a:link, .more a:visited{
	float: right;
	clear: both;
	color: #1F145A;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
}

.more a:hover{
	float: right;
	clear: both;
	color: #1F145A;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.contact_info {
	text-align: right;
}

.botton {
	background-color: #286FD3;
	color: #FFFFFF;
	border: 1px solid #0099CC;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
}

.text_edit {
	font-size: 9px;
	margin: 0px 5px;
}

.end {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.error {
	color: #FF0000;
}

.yui-tt {
	visibility: hidden;
	position: absolute;
	color :#FFFFFF;
	background-color: #D69613;
	font-family: verdana,arial,helvetica,sans-serif;
	padding: 2px;
	border: 1px solid #664709;
	font: 100% verdana;
	font-size: 10px;
	width: auto;
	text-align: center;
}

#map {
	float: left;
	clear: left;
	color: #003399;
	margin-left: 10px;
}

	#map li {
		margin: 6px 20px;
		padding-left: 10px;
		color: #003399;
	}

.readmore {
	text-align: right;
}

	.readmore a, .readmore a:link, .readmore a:visited, .readmore a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
			

.tematica {
	float: left;
	width: 154px;
	margin: 0 2px;
}

.tematica h3{
	margin: 5px 0px;
}

	.tematica .more a{
		font-size: 10px;
	}
	
.clientes {
	width: 475px;
	border: none;
}
	.clientes tr, .clientes td {
		margin: 10px 0px;
		border-bottom: 1px solid #CCCCCC;
		padding: 10px 0px;;
	}
	
	.clientes .image {
		width: 185px;
		text-align: center;
		vertical-align: middle;
	}

	.clientes .description {
		width: 290px;
		text-align: left;
		vertical-align: middle;
	}
	
	.clientes .subtitle {
		float: left;
	}
	
#content .separator {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	border-top: 1px dotted #CCCCCC;
}