/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #808080;
}
a:hover {
	color: #b41010;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Tahoma;
}
input, textarea, select, option, optgroup, button {
	font-size: 1em;
}
/* LAYOUT-----------------------------------------------*/
body {
	background-color: #80afe4;
	margin: 0 auto;
	height: 1136px;
}

#wrap{
	height: 100%;
	background: url(../images/wrap-bg.jpg) no-repeat center top;

}
#page {
	background-position: center top;
	width: 756px;
	margin: 0 auto;
}
#cien {
	background-image: url(../images/cien.png);
	background-repeat: repeat-y;
	width: 756px;
	height: auto;
	float: left;
}
#content {
	width: 746px;
	float: left;
	margin: 0 5px;
	display: block;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 141px;
}
#navi {
	height: 14px;
	padding: 12px 0px 0px 435px;
	float: left;
}
#navi ul {
	height: 14px;
	width: auto;
	float: left;
	margin-top: 13px;
}
#navi li {
	float: left;
	height: 14px;
	margin-right: 10px;
}
#navi li a {
	float: left;
	height: 14px;
	font-family: Arial;
	font-size: 14px;
	color:#3665a4;
	font-weight: bold;
}
#navi li a:hover {
color:#b41010;
}

#foto {
	background-image: url(../images/foto.jpg);
	background-repeat: no-repeat;
	height: 273px;
}
#text {
	background-image: url(../images/txt.jpg);
	background-repeat: no-repeat;
	float: left;
}
#text1 {
	background-image: url(../images/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}
#text-gal {
	background-image: url(../images/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	width: 730px;
	margin: 50px 0 0 15px;
}
#text2 {
	background-repeat: no-repeat;
	float: left;
}
#coll {
	width: 400px;
	padding: 40px 30px 30px 30px;
	float: left;
	color: #3f3f3f;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
#galeria {
	float: left;
	height: auto;
	width: 100%;
}
#galeria img {
	padding: 2px;
	margin: 3px;
	border: 1px solid #b41010;
	float: left;
}
#galeria1 {
	float: left;
	height: auto;
	width: 100%;
}
#galeria1 img {
	padding: 2px;
	margin: 3px;
	border: 1px solid #b41010;
}
#galeria2 {
	float: left;
	height: auto;
	width: 100%;
}
#galeria2 img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #b41010;
}
#galeria3 {
	float: left;
	height: auto;
	width: 100%;
}
#galeria3 img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #b41010;
}

#galeria4 {
	float: left;
	height: auto;
	width: 100%;
}
#galeria4 img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #b41010;
}
#colr {
	width: 240px;
	padding: 60px 30px 10px 16px;
	float: right;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 48px;
	clear: both;
}
h1 {
	border-bottom: 1px solid #b41010;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
strong {
	color: #000000;
	font-weight: bold;
}
#footer-menu {
	float: right;
	width: 254px;
	padding: 15px 35px 0px 0px;
}
#footer-menu a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #632800;
	margin-right: 10px;
	float: left;
}
#footer-menu a:hover {
	color: #b41010;
}
#footer-kambit {
	float: left;
	width: auto;
	padding: 15px 0px 0px 37px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #c78008;
}
#footer-kambit a {
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #c78008;
}
#footer-kambit a:hover {
	color: #b41010;
}
/* FORM-----------------------------------------------*/
#form2 {
	margin-top: 10px;
}
input.text {
	margin-bottom: 1px;
	background-color: #fff;
	border: 1px solid #2c4d7d;
	width: 165px;
}
input.text:focus, textarea.text:focus {
	border: 1px solid #3278ce;
}
textarea.text {
	margin-top: 3px;
	background-color: #fff;
	border: 1px solid #2c4d7d;
	width: 165px;
}
input.btn {
	margin: 10px 0 0 55px;
	background-color: #fff;
	border: 1px solid #2c4d7d;
	color: #4B4B4B;
	height: 20px;
	padding-bottom: 1px;
}
input.btn:active {
	background-color: #3278ce;
	color: #fff;
}

