body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	margin-top:15px;
}
#noflash{
	height:100%;
	width:100%;
	text-align :center;
	position: absolute;
}
.enmig{
	text-align:center ! important;
}
.alert{
	background: #fff6bf ;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width: 100%;
	display: table;
	text-align: center;
	vertical-align: bottom;
}
#alert_izq {
	width:20%;
	float:left;
	position: relative;
	overflow: hidden;
	padding-top: 0.8em;
	
}
#alert_dret {
	float:left;
	text-align: left;
	padding-top: 0.7em;
}
#alert_mig {
	width:60%;
	float:left;
	text-align: left;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	line-height: 1.5em;
}

#pagewidth{ 
	display:none;
 width:720px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 margin-top:5px;
} 
 
#header{
clear:both;
 position:relative; 
 height:30px; 
 background-color:#FFF; 
 width:100%;
text-align:right;
} 
 
#leftcol{
 width:189px; 
 float:left; 
 position:relative; 
 background-color:white; 
	bottom:30px;
}
#wrapper{
	bottom:30px;
} 	
#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:470px;
	background-color:white; 
	left: 5px;
	top:5px;
	padding-top: 0px;
	padding: 20px; 
	line-height: 1.2;
	font-size:13px;
	background-color: #E8EDFF;
	border: 1px ridge #3939E2;
 }
 
#footer{
	position: relative; 
	bottom:-30px;
	height:55px; 
	background-color: white; 
	clear:both;
	text-align:center;
	font-size: 11px;
	border-top: 1px solid #000;
 }
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #D11212;
background-color: #FFF;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #3939E2;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #3939E2;
background-color: #FFF;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}
h1{
	font-weight: normal;
}
h2{
	margin-top: -5px;
	text-transform: uppercase;
	border-bottom: 1pt solid #D11212;
}
h4{
	margin-bottom:2px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6c3d7e;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}


/* *** Float containers fix:
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none; border: 0px ridge #3939E2;}
.alert{display:none;}
}

