@import url("menu.css");
body {
	padding: 0;
	font-family: "Verdana", "Arial", "Trebuchet MS", sans-serif;
	text-align: center;
	background: #D1E0EF;
  	font-size: 12px;
	color:#000;
}
#global {
	background: #FFFFFF;
	border:1px solid #B59F87;
	text-align: left;
	width:800px;
	margin:0 auto 0 auto;
}
#footer {
	clear: left;
	margin: 0;
	padding: 2px 0;
	color: #555;
	font-size: 80%;
	text-align: center;
}

#contenidoprincipal {
	border:0px solid gray;
	width:100%;
	height:240px;
/*40	background-color:lightyellow;*/
	padding:0px;
}

.ubicax td{
	width:155px;
}
/******************************/
	.contenedorfoto { 
	   float:left; 
	   width:120px; 
	   height:100px; 
	   margin:1px; 
	   padding:2px; 
	   border-right: #a5a7aa solid 1px; 
	   border-bottom: #a5a7aa solid 1px; 
	   text-align:center; 
	} 

    #tabs1 {
      float:left;
	  margin: 0 5px 0 0;
      width:100%;
	  /*background:#F4F7FB;*/
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
	  margin:0;
	  /*padding:10px 10px 0 50px;*/
  	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
	  /*margin:0 30px 0 0;*/
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a.selected span {
      color:#0068a5;
	  font-weight:bold;
	  border-bottom:1px #F4F7FB solid;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
/*      padding:5px 15px 4px 6px;*/
      padding:5px 20px 4px 14px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs1 a:hover, #tabs1 a.selected {
      background-position:0% -42px;
      }
    #tabs1 a:hover span, #tabs1 a.selected span {
      background-position:100% -42px;
      }

	.contenido {
		float:left;
		width: 98.5%;
		background: #F4F7FB;
		border:1px #BCD2E6 solid; 
		border-top:0px;
		padding: 5px;
		font-size: 11px;
	}

/*******************/
/* Cargador IFRAME */

.modernbricksmenu2{
padding: 0;
border-top: 2px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
width:100%;
height:22px;
/*background-color:lightyellow;*/
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
width:100px;
/*margin: 0 150px 0 0; Margin between each menu item*/
padding: 5px 10px;
background-color: #333; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}
