@charset "utf-8";
/* CSS Document */
*{margin:0, padding:0}

/*min-heigh for explorer*/
* html #content {
height: 400px;
}


/* bugs */

body{text-align:center}

body{
background: url(/fileadmin/virtual/images/bg1.png) top repeat-x #CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin:0;
}
a:link,
a:visited {
  text-decoration:none;
  color:#FF6600;
}
a:hover {
  text-decoration: underline;
  color:#FF6600;
}

.subtit{
font-size:14px;
color:#003366;
font-weight:bold;
}
.subtit2{
font-size:12px;
color:#003366;
font-weight:bold;
}

.text_content{
font-size:12px;
color:#555555;
text-align:justify;
}

.text_content_table{
font-size:11px;
color:#555555;
}

.style_table{
border-collapse: collapse;
border:#999999 thin solid;
font-size:12px;
color:#555555;
text-align:justify;
}

.style_table tr{
border:#999999 thin solid;
}

.style_table td{
border:#999999 thin solid;
}



#wrapper{
	margin-left:auto; margin-right:auto; text-align:justify;
	font-size:12px;
	background:#FFFFFF;
	width:970px;
}

#header { background:url(/fileadmin/virtual/images/header.gif); height:110px; font-size:1px; line-height:1px; }

/*Menu superior*/
#menu_wr {  height:31px; background:url(/fileadmin/virtual/images/navbgbar.gif) }
#menu_sup { margin-left:10px; margin-right: 10px; font-size:13px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; vertical-align:bottom;}
#menu_sup a:link {color: rgb(255,255,255);}
#menu_sup a:visited {color: rgb(255,255,255);}
#menu_sup a:hover {color:#363636;}
#menu_sup a:active {color:#363636;}
#menu_sup a.current_sup {color:#363636;}
#menu_sup_text { padding-top:10px; }

/*Menu izquierda contenido*/
#menu_left{ font-size:12px;}
#menu_left a:link {color:#333333}
#menu_left a:visited {color:#333333;}
#menu_left a:hover {text-decoration: underline; color:#FF9900;}
#menu_left a:active {color:#FF6600;}
#menu_left a.current {font-weight:600;}

#content { margin:20px; min-height:400px;}
#cont {margin-right:20px; margin-left:20px; /*width:610px; float:right; */margin-bottom:10px; margin-top:10px;}
#news{margin-left:20px; width:300px; float:left; border-right:#CCCCCC 1px solid; margin-bottom:10px; margin-top:10px; background:#FFCCCC;}

#content_menu{width:230px; margin-bottom:10px; float:left;}



#logos_right { width:170px; float:right; padding-left:10px;}
#cont2 {width:515px; margin-bottom:10px;  margin-left: 235px; border-left:#CCCCCC 1px solid; padding:5px;}

#footer {
  margin-top: 10px;
  color:#999999;
  text-align:center;
  font-size:10px;
  background-image: url(/fileadmin/virtual/images/footer1.png);
  background-position: top left;
  height: 105px;
  border-top: 5px solid #F57110;
  clear:both;
}

ul{
  /*list-style-image: url(../images/bullet.gif); 
  list-style-type: none;*/
  color:#666666;
}
