
body{
	margin:0px;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Tahoma, Geneva, sans-serif;
}
.header{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	height:107px;
	margin-bottom:20px;
	color:#FFF;
}
.left{
	width:40px;
	height:107px;
	float:left;
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
}
.right{
	width:40px;
	height:107px;
	float:right;
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
}
.middle{
	width:760px;
	height:107px;
	float:left;
	background-image:url(../images/middle.png);
	background-repeat:repeat-x;
}
.logo{
	width:342px;
	height:60px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top:15px;
	float:left;
	margin-right:20px;
	cursor:pointer;
	
}
.logo img{
	visibility:hidden;
}
.logo:hover img{
	visibility:visible;
}
.content{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	min-height:390px;
	background-image:url(../images/bgcont.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:26px;
}
.contenido{
	width:797px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	color:#000;
	min-height:390px;

}
.footer{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	height:73px;
	color:#FFF;
}
.leftf{
	width:40px;
	height:73px;
	float:left;
	background-image:url(../images/leftf.jpg);
	background-repeat:no-repeat;
}
.rightf{
	width:40px;
	height:73px;
	float:right;
	background-image:url(../images/rightf.jpg);
	background-repeat:no-repeat;
}
.middlef{
	width:760px;
	height:58px;
	float:left;
	background-image:url(../images/middlef.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:15px;
	font-size:14px;
}
.menu{
	float:left;
	margin-right:9px;
	color:#FFF;
	font-size:14px;
	margin-top:40px;
}
.menu a{
	text-decoration:none;
	color:#FFF;
}
.menu a:hover{
	text-decoration:none;
	color:#FC0;
}
.imagenes{
	width:600px;
	height:300px;
	float:left;
	margin:15px;
}
.conderecho{
	width:135px;
	float:right;
	margin:15px;
	background-image: url(../images/bgcont2.jpg);
	background-repeat:repeat-y;
	text-align:right;
	min-height:300px;
}
.clear15px{
	clear:both;
	height:15px;
}
.texto{
	font-size:12px;
	width:600px;
	margin-left:15px;
	margin-right:15px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
	float:left;
}
.grande{
	font-size:14px;
	font-weight:bold;
}
.imagenes2{
	width:600px;
	height:150px;
	float:left;
	margin:15px;
}