div, img, ul{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body{
	background: url(../gfx/bg/body.png) repeat-x #5ba5d3;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a{
	text-decoration: none;
	color: #0260a8;
}

h2{

	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #5ba5d3;
	padding: 3px;
	margin: 0;
}

div.box p{
	margin-top: 10px;
	line-height: 1.5em;
	overflow:hidden;
}

p img{
	margin: 3px;
}

#contener{
	width: 936px;
	margin: 50px auto;
	overflow: hidden;
	background: #ffffff;
	position:relative;
	padding: 7px;
}

#logo{
	width: 936px;
	height: 108px;
	float: left;
}
#galeria img{
	margin: 10px auto;
	display: block;
	padding-bottom: 10px;
}

#column_left{
	clear:left;
	float: left;
	width: 236px;
	overflow: hidden;
}
#column_center{
	float: left;
	width: 486px;
	padding: 0px 10px;
	overflow: hidden;
}
#column_right{
	float: left;
	width: 190px;
	overflow: hidden;
}
#column_left img{
	display: block;
}

#bottom{
	clear:both;
	float: left;
	margin: 0px auto;
	background: url(../gfx/bg/bottom.png) repeat-x;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	width: 936px;
	overflow: hidden;
}
#bottom span{
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
}

#bottom span.copyright{
	float: right;
	font-size: 12px;
}


#bottom span.footer{
	float: left;
}

form{
	margin: 5px;
	overflow: hidden;
	
}

form span.label{
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin: 5px 10px 5px 0px;
	vertical-align: middle;
}
form span.option{
	float: left;
	text-align: left;
	margin: 5px 10px 5px 10px;
	vertical-align: middle;
}

form input, select, textarea{
	float: left;
	border: 1px solid #cccccc;
	margin: 5px;
	padding-left: 3px;
	vertical-align: middle;
}

form input.radio{
	float: left;
	border: 0px solid #cccccc;
	margin: 5px 0px 5px 5px;
	padding-left: 3px;
	line-height:20px;	
	height:20px;
	vertical-align: middle;
}

form input.submit{
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	margin: 5px 5px 5px 115px;
	padding-left: 3px;
	line-height:20px;	
	vertical-align: middle;
}

div.box{
	margin: 10px 0px;
	border: 1px solid #cccccc;
	position: relative;
	padding: 10px;
}

#menu{
	position: relative;
	clear:left;
	float: left;
	width: 230px;
	border-width: 0px 1px 1px 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 0px 2px 2px 2px;
}
#menu table table{
background: url(../gfx/bg/menu_ul.png) repeat-y;
	padding-bottom: 24px;
	width: 230px;
}

#menu table table tr{
padding:0px;
}

#menu table table tr td{
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 39px;
	background: url(../gfx/bg/menu_li.png) repeat-y;
}
/*
#menu>ul{
	background: url(../gfx/bg/menu_ul.png) repeat-y;
	padding-bottom: 24px;
	width: 230px;
}
#menu ul li{
	display: block;
	border-bottom: 1px solid #ffffff;
	height: 39px;
	background: url(../gfx/bg/menu_li.png) repeat-y;

}*/
#menu a.mainlevel{
	display: block;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	padding-left: 65px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
#menu a.mainlevel:hover{
	padding-left: 52px;
	border-left: 13px solid #ffffff; 
}
#menu a.activ{
	padding-left: 52px;
	border-left: 13px solid #ffffff; 
}


.corner_1{	position: absolute;	top:0px;	left: 0px;}
.corner_2{	position: absolute;	top:0px;	right: 0px;}
.corner_3{	position: absolute;	bottom:0px;	right: 0px;}
.corner_4{	position: absolute;	bottom:0px;	left: 0px;}
.corner_1_border{ position: absolute; top:-1px; left: -1px;}
.corner_2_border{	position: absolute;	top:-1px;	right: -1px;}
.corner_3_border{	position: absolute;	bottom:-1px;	right: -1px;}
.corner_4_border{	position: absolute;	bottom:-1px;	left: -1px;}

#ff_formdiv1 {

background: #ffffff
}
