@charset "utf-8";
body  {
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center;
	color:#000;
	background-color: #555;
}
.vms2 #container {
	width:1000px;  /* this will create a container 80% of the browser width */
	/*background: #C3C;*/
	background-color:#7090B0;
	margin:0; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #000;
	text-align:left; /* this overrides the text-align: center on the body element. */
}

.vms2 #homeDesc {
	/*
	background-image:url(../img/homeBck.png);
	background-repeat:no-repeat;
	*/
	background:#F5F5F5;
}

.cHdDesc {
	display:block;
	/*background:#7090B0;*/
	background-image:url(../img/com/hdDescBck.png);
	background-repeat:no-repeat;
	color:#FFF;
	margin-top:20px;
	margin-bottom:0;
	float:left;
	width:725px;
	height:30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.cHdDesc h1 {
	font-size:110%;
	font-weight:normal;
	font-style:italic;
	/*padding-top:-5px;*/
}

.vms2 #hdText {
	display:block;
	/*background:#7090B0;*/
	background:transparent;
	color:#FFF;
	margin:0;
	font-weight:normal;
	text-align:left;
	float:left;
	/*padding:0px 5px 0px 10px;*/
	width:725px;
}

.vms2 #hdText h1 { 
	font-size:110%;
	font-weight:normal;
	padding-left:10px;
	margin-top:12px;
	/*padding-top:0;
	padding-bottom:0;*/
}

.vms2 #hdImg {
	padding:0;
	margin:0;
	height:100px;
	border-bottom:4px solid #7090B0;
	background:#F5F5F5;
}

.vms2 #hdLogo {
	text-align: left;
	margin-top:10px;
	margin-left:10px;
	padding:0;
	width:250px;
	float:left;
}

.vms2 #hdPic {
	position:relative;
	text-align:center;
	height:94px;
	width:250px;
	float:right;
	background:transparent;
	/*overflow:hidden;*/
	padding:2px;
	z-index:2;
}

.vms2 #hdPicIMH {
	background: transparent;
	visibility:visible;
}

.vms2 #sideBar {
	float: left;
	width: 275px; /* since this element is floated, a width must be given */
	background: #E6E6E6; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 5px 0;*/ /* top and bottom padding create visual space within this div  */
	padding:2px 5px 0px 0px;
	height:300px;
	z-index:10;
}

.vms2 #sideBar h3, .vms2 #sideBar p {
	padding-top:10px;
	margin-left:10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right:10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sideBar is created with the left margin on the mainContent div.  No matter how much content the sideBar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sideBar space when the content in #sideBar ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.vms2 #mainContent {
	position:relative;
	left:1px;
	float:left;
	width:709px;
	text-align:left;
	margin:0;
	padding:5px;
	background-color:#FFF;
} 


.vms2 #footer { 
	/*padding: 0 5px;*/
	background:#7090B0;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	display:block;
	height:52px;
}

.vms2 #footer p {
	margin: 0;
	padding: 5px 0;
	font-size:80%;
}

.vms2 #footerA {
	margin-top:10px;
	margin-left:6px;
	float:left;
	width:40px;
	height:30px;
}


.vms2 #footerB {
	float:right;
	width:900px;
}


.vms2 #homeMail {
	padding:5px;
	width:709px;
	border-top:1px solid #7090B0;
	background:#F7F7F7;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* menu class */
.xMenu {
	margin:0; 
	padding:0;
  	display:block;
}

.xMenu li {
	list-style-type:none;
	margin:0;
	/*padding:2px 0px 2px 5px;*/
	padding-left:5px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:0;*/
	list-style-type:none;
	font-size:100%;
}

.xMenu ul {
	margin:0; 
	padding:0;
	border-left:1px solid #7090B0;
	background:#F5f7f7;
}

.xMenu li a, .xMenu li a:link, .xMenu li a:visited, .xMenu li a:active {
	background:transparent;
	display:block;
	text-decoration:none;
	margin:0; 
	/*padding:2px 0 2px 0;*/
	padding:2px 0 0 0;
	border-bottom: 2px solid #F5f7f7;
	color:#000;
}

.xMenu li a:hover {
	text-decoration:none;
	border-bottom:2px solid #F7B913;
}


.cMnuItem {
	padding:2px 0px 2px 5px;
 	display:block;
  	background:#7090B0;
  	border-bottom:1px solid #7090B0;
	color:#F5f7f7;
}

.cMnuItemLnk {
	/*padding:2px 0px 2px 5px;*/
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:2px;
	margin-right:5px;
 	display:block;
  	background:transparent;
  	border:1px solid #7090B0;
	color:#F5f7f7;
}

.cMnuSubItem {
	/*padding:2px 0px 2px 5px;*/
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	margin-right:5px;
	color:#069;
 	display:block;
  	border-bottom:1px solid #7090B0;
	/*background: #E6E6E6;*/
}

.cC {
	color:#069;
}

a.href.xMnuLnk {color:#069};

.mainTitle {
	display:block;
	/*padding:5px 0 5px 5px;*/
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	font-weight:normal;
	font-size:100%;
	color:#32547A;
	border-bottom:1px solid #7090B0;
	border-left:1px solid #7090B0;
}

.mainItem {
	display:block;
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:100%;
	margin-left:20px;
	
}

.mainItemI {
	float:left;
	width:20px;
	padding:2px 0 2px 0;
	background-image:url(../img/com/tildeS.png);
	background-position:left;
	background-repeat:no-repeat;
}

.vms2 #mainTit3 {
	display:block;
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:100%;
	color:#32547A;
	border:1px solid #7090B0;
	text-align:center;
}

.vms2 #mainTit4 {
	display:block;
	padding:10px 5px 10px 5px;
	font-weight:bold;
	font-size:100%;
	background-color:#7090B0;
	color:#FFF;
	text-align:center;
}

.vms2 #mainTit5 {
	display:block;
	padding:5px 5px 5px 5px;
	font-weight:normal;
	font-size:100%;
	border:1px solid #7090B0;
	color:#32547A;
	height:20px;
}

.vms2 #mainTit5a {
	display:block;
  	margin:0; 
	padding:2px 0 2px 0;
	float:left;
	width:35px;
}

.vms2 #mainTit5b {
	display:block;
  	margin:0; 
	padding:2px 0 2px 0;
	float:left;
}

.vms2 #mainTit5c {
	display:block;
  	margin:0; 
	padding:2px 0 2px 0;
	float:right;
}



/* CLASES COMUNES */

.linkObj {
	display:block;
	background:transparent;
}

.linkObj a:link, .linkObj a:visited, .linkObj a:active {
	text-decoration:none;
	color:#32547A;
	/*border-bottom:1px solid #FFF;*/
	border-bottom:1px solid hidden;
}

.linkObj a:hover {
	text-decoration:none;
	border-bottom:1px solid #F7B913;
}


.linkGObj {
	background:transparent;
	z-index:0;
}

.linkGObj a:link, .linkGObj a:visited, .linkGObj a:active {
	text-decoration:none;
	color:#32547A;
	/*border-bottom:1px solid #FFF;*/
	border-bottom:1px solid hidden;
}

.linkGObj a:hover {
	text-decoration:none;
	border-bottom:1px solid #F7B913;
}


.vmsList {
	margin:0;
	padding:0;
	background:transparent;
	list-style:none;
}

.vmsList span {
 	display:block;
 	font-weight:normal;
 	font-size:100%;
 	padding:5px;
	color:#32547A;
 	border-left:1px solid #7090B0;
 	border-bottom:1px solid #7090B0;
}

.vmsList ul {
  margin:10px;
  padding:0;
  list-style-image:url(../img/com/arrow1.gif);
}

.vmsList li {
	padding-left:10px;
	list-style-position:inside;
}


.vmsLstT {
	display:block;
	padding:5px 0 5px 5px;
	font-weight:normal;
	font-size:100%;
	cursor:default;
	color:#32547A;
	border-bottom:1px solid #7090B0;
	border-left:1px solid #7090B0;
}

.vmsLstV {
	float:left;
	width:20px;
	padding:2px 0 2px 0;
	background-image:url(../img/com/arrow1.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.vmsLstI {
	display:block;
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:100%;
	cursor:default;
	margin-left:20px;
}

.vmsLstI span:hover {
	cursor:url(../res/arrow_rm.cur), default;	
}

.vmsLstSP15 {
	display:block;
	height:15px;
}

.vmsLstSP30 {
	display:block;
	height:30px;
}

.vmsMcLogo {
	float:left; 
	width:264px; 
	text-align:center;
	font-size:70%;
	z-index:11;
	margin-top:125px;
	margin-left:7px;
	padding:2px 2px 2px 2px;
	background-color:#F5F7F7;
	border-top:1px solid #7090B0;
	position:relative;
}





