@import url(cab.css);
@import url(left.css);
@import url(pie.css);

/*	Princial	*/

body{
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#3c673a url(../img/bg-gral.jpg) center top no-repeat;
	text-align:center;
}
img{
	border:0px;
}
table{
	border:0px;
	font-size:12px;
}
td{
	vertical-align:top;
}
h1{
	margin:0;
	padding:20px 10px 10px 10px;
	font-size:22px;
}
h2{
	font-size:18px;
	margin:0;
	padding:10px 10px 10px 5px;
}
hr{}
a{}
br{
	clear:both;
}

/*	estructura general	*/
div.dvGral{
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:left;
	width:960px;
	background:#013201 url(../img/bg-dvgral.gif) top left repeat-x;
	border-left:1px solid #002300;
	border-right:1px solid #002300;
}

div#dvRightPrin{
	float:left;
	margin:0 0 10px 0;
	width:705px;
	background:#e1f1e0 url(../img/bg-right.gif) right top no-repeat;
	text-align:left;
	overflow:hidden;
}

div#dvRightPrin h2{
	padding:4px 2px 4px 7px;
	margin:0px;
	background:#3c673a;
	border-bottom:2px #01334b solid;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
}

div#dvRightPrin h2 a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
}

/*	Extrar	*/

a.volver{
	font-weight:800;
	float:right;
	margin:10px;
	color:#003300;
}

div#msg{
	margin:10px;
	padding:15px 15px 15px 40px;
	border:1px #ffd34e solid;
	background-color:#fffcb5;
	color:#7d660a;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/cerrar.gif);
	background-repeat:no-repeat;
	background-position:top right;
	cursor:pointer;
}
div#msg:hover{
	background-image:url(../img/cerrar-on.gif);
}
div#msg h1{
	margin:0;
	padding:0;
	font-size:18px;
}