@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body.prox {
	background:#000 url(images/bg.jpg) top center no-repeat;
}
a {
	text-decoration:none;	
}
div.proxContainer {
	margin:195px auto;
	width:499px;
	height:132px;
}
div.camoTop {
	width:499px;
	height:17px;
	background:url('images/camoTop.gif') top left no-repeat;
	float:left;
	clear:both;
}
div.title {
	background:url('images/title.gif') top left no-repeat;
	width:499px;
	height:61px;
	clear:both;
}
div.title a {
	display:block;
	width:499px;
	height:61px;
}
div.camoDanger {
	background:url('images/camoDanger.gif') top left no-repeat;
	width:499px;
	height:18px;
	clear:both;
}
div.menu {
	width:304px;
	margin:0 auto;
	height:36px;
}
div.menuLeft {
	background:url('images/menuLeft.gif') top left no-repeat;
	width:16px;
	height:29px;
	float:left;
}
div.menuRight {
	background:url('images/menuRight.gif') top left no-repeat;
	width:16px;
	height:29px;
	float:left;
}
a.menuFB {
	background:url('images/menuFBOut.gif') top left no-repeat;
	width:103px;
	height:29px;
	float:left;
}
a.menuFB:hover {
	background:url('images/menuFBOver.gif') top left no-repeat;
}
a.menuForo {
	background:url('images/menuForoOut.gif') top left no-repeat;
	width:68px;
	height:29px;
	float:left;
}
a.menuForo:hover {
	background:url('images/menuForoOver.gif') top left no-repeat;
}
a.menuContacto {
	background:url('images/menuContactoOut.gif') top left no-repeat;
	width:100px;
	height:29px;
	float:left;
}
a.menuContacto:hover {
	background:url('images/menuContactoOver.gif') top left no-repeat;

}
div.camoBottom {
	background:url('images/camoBottom.gif') top left no-repeat;
	width:304px;
	height:7px;
	clear:both;
}