@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f6f6f6;
}

#container {
	position:absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	bottom: 0px;
	width: 100%;
}

#container_leftmost {
	width: 90px;
	height: 768px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	background-image:url(images/doble_click_left_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container_left {
	width: 189px;
	height: 768px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	position: absolute;
	left: 91px;
}

#container_right {
	position: absolute;
	left: 281px;
}
#container_right_license {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
#menu {
	background-color: #f6f6f6;
}
#title {
	width: 600px;
	height: 120px;
	background-image:url(images/title_bg.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
}
#content {
	width: 560px;
	height: 454px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	background-color: #FFFFFF;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 27px;
}
#content_gallery {
	width: 560px;
	height: 454px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	background-color: #FFFFFF;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 20px;
}
#footer {
	width: 600px;
	text-align: right;
	height: 96px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}

#footer_box {
	width: 400px;
	text-align: left;
}

#title_extension {
	margin-top: 58px;
	height: 120px;
	background-image:url(images/doble_click_19.jpg);
}

#license {
	position: absolute;
	left: 882px;
	top: 571px;
	height: 101px;
	width:41px;
}

#footer_box_right {
	margin-top: 494px;
	height: 96px;
	background-image:url(images/doble_click_stripes.jpg);
}
#quotebox {
	background-color: #E0E0E0;
	padding: 10px;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.azul {
	font-weight: bold;
	color: #0075AF;
}
#text_box {
	background-color: #F3F3F3;
	padding: 10px;
	font-style: normal;
	font-size: 11px;
	color: #555;
	border: 1px solid #CCC;
}
.image_style {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.text_box_lefted {
	background-color: #F3F3F3;
	padding: 10px;
	font-style: normal;
	font-size: 11px;
	color: #555;
	border: 1px solid #CCC;
	float: left;
	line-height: 17px;
}
#galeria {
	border:1px solid #d3d3d3;
}
a:link { 
	color: #0075AF;
	}
a:visited { 
	color: #0075AF;
	}
a:hover { 
	color: #0075AF;
	background-color: #F3F3F3;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
#sitemap {
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #D3D3D3;
	font-size: 11px;
	text-decoration: none;
}
#sitemap_decoration {
	color: #D1D1D1;
	text-decoration:none;
	font-weight: bold;
}
.form_button {
	font-size: 10px;
	font-family: tahoma,arial;
	color: #333;
	border: 1px solid #999;
	background-color: #F8F8F8;
	padding: 2px;
}
