@charset "utf-8";
/* CSS Document */

body{
	width: 99%;
	background:url(../Pics/bg.png) repeat-x;
}

#contenedor{
	width:800px;
	margin:auto;
	margin-top:-7px;
	background:url(../Pics/bg.jpg) repeat-y;
}

#header{
	width:799px;
	height:191px;
}

#cuerpo{
	width:799px;
	background:url(../Pics/bg.jpg) repeat-y;
}

#left{
	width:265px;
	float:left;
	background:url(../Pics/zak_diz_12y.gif) repeat-y;
	text-align:center;
}

#right{
	width:534px;
	float:right;
	background:url(../Pics/bgr.jpg) repeat-y;
}

h2{
	background:url(../Pics/gradient.jpg);
	color:#000066;
	font:"Courier New", Courier, monospace;
	padding-left:10px;
}

.formato_j{
	text-align:justify;
	font:"Courier New", Courier, monospace;
	font-size:15px;
}
	
.formato_c{
	text-align:center;
	font:"Courier New", Courier, monospace;
	font-size:15px;
}

#footbg{
	width:99%;
	background:url(../Pics/zak_diz_19y.gif) repeat-x;
	height:66px;
}

#foot{
	width:800px;
	margin:auto;
}

.alinear{
	margin-left:-7px;
}

p{
	margin-right:10px;
	margin-left:5px;
}

#p_menu {
	width:210px;
	margin-top: 23px;
	margin-left:24px;
}

#p_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#p_menu ul li {
	padding: 0px;
	margin: 0 0 5px 0;
}

#p_menu ul li a {
	display: block;
	height: 25px;
	padding: 5px 0 0 30px;
	font-size: 14px;
	text-decoration: none;
	text-align:left;
	color: #FFF;	
	font-weight: bold;
	outline: none;
	background: url(../Pics/templatemo_menu.png) no-repeat left bottom;
}

#p_menu li a:hover, #p_menu li .current {
	color: #00145B;
	background:url(../Pics/tempatemo_menu_hover.png) no-repeat left bottom;
	text-align:center;
	padding-left:-24px;
}
