/* 
	reset styles 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* 
	general styles 
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 78%;
	color: #384049;
	line-height: 160%;
	background: url(../../../../images/decasan2/bg.jpg) center top no-repeat;
	text-align: center;
	_padding-left: 1px;
}


p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}

/*
	layout styles 
*/

#container{
	width: 959px;
	margin: 0px auto;
	background: url(../../../../images/decasan2/bg_container.gif) left top no-repeat;
	padding-top: 20px;
	text-align: left;
}

#navig-top{
	margin: 0px 0px 0px 312px;
	background-color: #5b6876;
	height: 29px;
	line-height: 29px;
}

	#navig-top a{
		color: #e1e1e1;
		text-decoration: none;
		padding: 0px 10px 0px 30px;
	}

		#navig-top a:hover, #navig-top a.selected{
			color: #a9d3ee;
		}

#flash{
	height: 238px;
}

#navig-middle{
	height: 56px;
}

	#navig-middle a{
		line-height: 56px;
		display: block;
		float: left;
		height: 56px;
		background: url(../../../../images/decasan2/bg_navig.gif) 0px 3px no-repeat;
		text-decoration: none;
		color: #1680c2;
		padding-left: 37px;
		width: 154px;
		font-size: 110%;
		#width: 191px;
	}

		#navig-middle a.first{
			background-position: -1px 3px;
		}
	
		#navig-middle a.selected{
			color: #5b6876;
		}

#content{
	background: url(../../../../images/decasan2/bg_content.jpg) left bottom no-repeat;
	min-height: 407px;
	height: auto;
	_height: 407px;
	padding: 26px 0px 25px 0px;
	zoom: 1;
}


	#title{
		width: 541px;
		float: left;
		padding-left: 36px;
		color: #fff;
		height: 28px;
		line-height: 28px;
		margin-bottom: 38px;
		font-size: 130%;
	}
	
	#fotos{
		float: right;
		width: 347px;
		margin-right: 18px;
		display: inline;
		overflow-x: hidden;
	}

	
	#text{
		width: 541px;
		float: left;
		padding-left: 36px;
		#width: 577px;
	}
	
	#text2{
		width: 541px;
		float: left;
		clear: left;
		padding-left: 36px;
		#width: 577px;
	}


#footer{
	height: 48px;
	line-height: 48px;
	font-size: 90%;
	color: #e1e1e1;
	background-color: #5b6876;
	text-align: center;
	#padding: 20px 10px;
}

	#footer span{
		color: #a9d3ee;
		padding: 0px 10px;
	}
	
	#footer a{
		color: #e1e1e1;
	}

/* 
	styles for homepage 
*/

#info-flash{
	border: 1px solid #b9d9ed;
	padding: 15px;
}

#youtube{
	margin: 30px 0px 0px 0px;
}


/* 
	styles for form
*/

	.form{
		margin: 20px 0px 0px 20px;
	}
	

	.form dt{
		float: left;
		width: 120px;
		margin-right: 10px;
		clear: left;
		font-weight: bold;
		padding: 0px 0px 8px 0px;	
	}
	
	.form dd{
		float: left;
		width: 200px;
		padding: 0px 0px 8px 0px;
	}
	
	.form dd input.text, .form dd textarea{
		border: 1px solid #70a2c2;
		padding: 2px;
		font-family: Tahoma, Arial, Verdana;
		font-size: 100%;
		color: #384049;	
		width: 200px;
	}
	
	.form .button{
		border: 1px solid #1680c2;
		color: #fff;
		background-color: #599ac2;
		padding: 2px 15px;
		background-image: none;
		cursor: pointer;
	}


/* 
	header styles 
*/


h1 {
	color: #1680c2;
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
}

h2 {
	color: #1680c2;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #5b6876;
	font-size: 15px;
	margin: 0px 0px 15px 0px;

}

h4 {
	color: #5b6876;

}

h5 {

}

h6{

}

/*
	list styles

*/


ul {
	margin: 15px 0px;
	padding: 0px 0px 0px 30px;
}

	li {
		background: url(../../../../images/decasan2/bullet.gif) 10px 7px no-repeat;
		padding: 0px 0px 5px 25px;
	}

/* 
	link styles
*/

a {
	color: #1680c2;
}
	
	a:hover{
		text-decoration: none;
	}

/* 
	tables
*/

table{
	line-height: 160%;
}

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
   #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* END CLEARFIX */


