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

/*	Princial	*/

body{
	border-top:12px #EEEEEE solid;
	margin:0 0 5px 0;
	background:#ffffff url(../img/bkg.gif) bottom center repeat-x;
	text-align:center;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
table{
	font-size:11px;
}
h1{
	margin:0;
	padding-left: 20px;
	background:URL(../img/cruz.gif) left center no-repeat;
	font-family:verdana;
	font-size:18px;
	font-weight:800;
}
h2{
	font-size:16px;
	font-variant:small-caps;
}
h2 a{
	font-size:0.6em;
	font-weight:100;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:normal;
	margin-top:0.4em;
}
h2 a:hover{
	text-decoration:none;
	color:#666666;
}

h3{
	font-size:12px;
	font-variant:small-caps;
	color:#333333;
	margin:25px 0 5px 0;
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding:2px 5px;
}
hr{

}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*	estructura general	*/
div.dvGral{
	margin:0 auto;
	width:950px;
	background-color:#FFFFFF;
	text-align:left;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
}

div.dvGral div.dvContenido{
	float:left;
	width:600px;
	margin:20px 0 0 10px;
	text-align:justify;
}

div.dvGral div.dvLinks{
	float:right;
	text-align:right;
	width:290px;
	margin:10px;
}
div.dvGral div.dvLinks a{
	display:block;
	border:1px #DDDDDD solid;
	margin:5px 0 0 0;
	height:15px;
	padding:5px;
	text-align:left;
	font-weight:800;
	color:black;
	background-color:#e9eaec;
}

div.dvGral div.dvLinks a:hover{
	border:1px #0099ff dotted;
	color:white;
	text-decoration:none;
	background-color:#ea1e00;
	
}

div.dvGral div.dvLinks a img{
	margin:5px;
}

a.BtAmpliar{
	font-size:14px;
	color:#FFFFFF;
	font-weight:700;
	border:1px #0099ff solid;
	background:#3399ff url(../img/bkg-cab-menu-hover.gif) center center repeat-x;
	padding:4px 10px 4px 10px;
}
a.BtAmpliar:hover{
	border:1px #0066cc solid;
	text-decoration:none;
}

/*	Extrar	*/
div.clear{
	clear:both;
}
div#msg{
	margin:10px;
	padding:15px 15px 15px 50px;
	border:1px #ffd34e solid;
	background:#fffcb5 url(../img/info-ico.gif) 10px center no-repeat;
	color:#7d660a;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
div#msg h1{
	margin:0;
	padding:0;
	font-size:18px;
	background:none;
	font-family:Century Gothic,verdana;
	font-weight:600;
}
div.separador{
	width:100%;
	height:26px;
	background:#ffffff url(../img/hr.gif) center center no-repeat;
	clear:both;
}