@charset "UTF-8";
/* CSS Document */

body  {
	background: #ffffff;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr #logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 369px;
}
/*.twoColFixLtHdr #topNav {
	background-color: #8daec6;
	float: right;
	position: absolute;
	top: 109px;
	margin-left: 420px;
	padding-top: 4px;
	padding-bottom: 4px;
} */
a {
	text-decoration: none;
}
.twoColFixLtHdr #csc ul{
	display: inline;
	color: #FFFFFF;
	font-size: xx-small;
}
.puesto {
	font-size: 11px;
	color: #3366CC;
	font-weight: bold;
}
/* here's the box... the image is the upper-left corner */
#csc {
	background : #8daec6 url(imagenes/nav-izq.gif) no-repeat;
	width : 474px;
	height : 22px;
	position : absolute;
	margin-left: 420px;
	float: right;
	top: 109px;
	visibility: visible;
	display: inline;
}
.twoColFixLtHdr #csc a {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
.twoColFixLtHdr #csc ul li{
	line-height: 23px;
	border-left-color: #FFFFFF;
	border-left: 1px solid;
	list-style: none;
	display: inline;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.twoColFixLtHdr #csc a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
	color: #FFFFCC;
}
.twoColFixLtHdr #csc ul li.first {
	border-width: 0px;
	border-style: none;
}
.twoColFixLtHdr #csc ul li.last {
		padding-right: 0px;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #3366cc;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 407px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
}
.twoColFixLtHdr #mainContent {
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 407px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-image: url(imagenes/desvanecido-footer.jpg);
	background-repeat: repeat-x;
	height: 145px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: top;
	width: 848px;
	float: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	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;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
	position : absolute;
	width : 9px;
	height : 9px;  /* corner images are 40x40 */
	display : block;
	margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(imagenes/nav-der.gif) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}
.roundcont {
	background-color: #b2dbeb;
	width: 100%;
}
.twoColFixLtHdr #container #mainContent .roundcont ul {
	list-style-position: outside;
	list-style-image: url(imagenes/balazo.gif);
}

.roundcont p {
	margin: 0 30px;
}

.roundtop { 
	background: url(imagenes/cuad-arr-der.gif) no-repeat top right; 
}

.roundbottom {
	background: url(imagenes/cuad-ab-der.gif) no-repeat top right; 
}

img.corner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}


/* change position and image: bottom-right */
.twoColFixLtHdr #stage {
	width: 950px;
	height: 260px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContentHome {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 365px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContentHome p {
	font-size: 16px;
}
.twoColFixLtHdr #sidebarHome {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
}
.twoColFixLtHdr #container #mainContentHome #productos {
	float: left;
}
.twoColFixLtHdr #container #mainContentHome #servicios {
}
.ligaProdServ {
	font-size: 16px;
	color: #6699cc;
}
#productos a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.twoColFixLtHdr #container #header #logo a:hover {
	background: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#servicios a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
