/*	 Init Helpers and base rules 												   */
div, img ,dt, dd, li, body {margin: 0; padding: 0; border:0; }
a:link, a:visited, a:hover, a:active{font-weight:bold; color:#9b2d5c; background-color:transparent; text-decoration: none;}
a:hover{font-weight:bold; color:#0000b3 !important; background-color:transparent; text-decoration: none;}
p.access{display: none;}
p, ul, ol, dl, h2, h3, h4, label, select, textarea, table{
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: left;	line-height:13px;
	color: #585858;
	margin: 0; padding: 0; border:0; 
}
h3{ line-height:16px; font: normal 13px Arial, Helvetica, sans-serif!IMPORTANT; text-transform:uppercase; color:#cfcfcf; font-weight:bold!important}
.senyalar{
	 background-color: #e8e8e8;
		/*position:absolute;*/
	  padding:0 0 0px 10px; 
	  margin-bottom:10px;
}
.senyalar a{color:#cfcfcf;}
.center{display:block; margin:0 auto;}
.date{font:normal 9px Geneva, Arial, Helvetica, sans-serif;}
/*********************************************************************/
/*  General layout parameters : Box Centered with 2 boxes and footer */
#mainframe{
   width:765px; 
	border:0;
}
div#wrappermainframe{
	width: 765px; 
	margin: 0 auto;border: 1px solid #F8F8F8;
}
html {min-width: 767px;} 
div#contenedor {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-382px;
	width:767px;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #585858; 
}
div#bloquedentro{ padding-left:0px;}
body {	background-color: #e8e8e8;}
div#header{
	height:92px;
	margin-left:-1px;
	padding-bottom:1px;
	background-color: #e8e8e8;
}
div#nav01{
	width: 763px; height: 21px; 
	border: 1px solid #F8F8F8;
	background-color: #e8e8e8;
}
div#nav_inf{
	width: 763px; height: 21px; 
	border: 1px solid #F8F8F8;	
	border-bottom:2px solid #F8F8F8;
	background-color: #e8e8e8;
}
div#nav_wrap{
	float: left;
	width: 238px;
	padding: 0 2px 0px 1px;
	background-color: #e8e8e8;
}
div#content_wrap{
	float:left;
	margin-left:1px;
	width: 521px;
	overflow:hidden;
	padding: 0px;
	border-top: 0px solid #d59fb6;
	background-color: #e8e8e8;
}
div.banner{
 overflow:hidden;  padding:0px; margin-left:0px; margin-right:0px; height:138px; border: 0px solid #470521;
}
/*********************************************************************/
/*  #header 															*/
h1 {text-indent: -9999px; margin: 0; padding: 0; border: 0;/*Para accesibilidad*/}
h1 a:link, h1 a:visited	{
	display: block;
	height: 0px;
	margin: 0; padding: 0; border: 0px solid #F8F8F8;
}
/*********************************************************************/
/* presentacion */
div#preseLista { padding:0px; margin-left:-1px;}
div #preseLista{margin-left:0px;}
div#preseLista, div#preseLista p { color:#FFFFFF}
div#preseLista ul {}
div#preseLista ul li { margin:1px 0px 1px 1px;  list-style:none; float:left; color:#FFFFFF}
div#preseLista ul li div.Lparrafo { padding: 4px 5px 0px 5px;}
div#preseLista a, div#preseLista img {margin:0px; padding:0px; border:none; }
div.pcPrese { float: left; background-color: #e8e8e8}
div.pcPrese p { line-height:20px; }
/*********************************************************************/
/*  #footer p Text Rules for footer */
#footer p{
	font-weight:normal!important;
	text-align: center;
	line-height: 18px;
}

/*********************************************************************/
/*  General Text Rules Lists	*/												
#popupnot ul {margin: 3px 0;	padding: 0 0 5px 0;}
#popupnot ul li	{
	margin-left: 5px;
}
#popupnot span.senyalar { background-color:#e8e8e8; color:#993365; padding:0px;}
#popupnot ul ul li {
	list-style: none outside none;
	font-weight: bold;
}
#popupnot ul ul li a:link, .pc01 ul ul li a:visited, .pc01 ul ul li a:hover, .pc01 ul ul li a:active{
	color: #585858; background-color:#e8e8e8;}

#popupnot ul ul ul li{
	margin-left: 15px;
	list-style: circle inside none;
	font-weight: normal;	
}
/* UL OL LI */
div#content ul {margin: 3px 0;	padding: 0 0 5px 0;}
div#content ol li	{
	list-style: decimal outside;
	margin: 0 5px 5px 0;	padding: 0 0 0 5px;
	line-height: 100%;
}
div#content ul li	{
	margin-left: 5px;
	list-style:square inside;
}
div#content ul ul li {list-style: circle inside;}
/* DL DT DD 
div#content_wrap dl{
	margin-top: 5px; padding-top: 0;
}
div#content_wrap dl dt{
	padding-bottom: 5px;	margin-bottom: 5px; border: 0; border-bottom: 1px solid #cca;
	line-height: 140%;
}
div#content_wrap dl dd{
	margin: 0 10px 15px 10px; padding: 0;
	text-align: justify;
}
*/