/*
------------------------------------------------
------------------------------------------------ */
body {
	margin:0;
	padding:0;
	background:#fff url("images/bg_blue.gif");
	font:small Verdana,Sans-serif;
	text-align:center;
	/*line-height:1.6em;*/
}

#container {
	background: #fff url("images/bg_content.gif"); /*color blanco de fondo ó la imagen*/
	width:750px;
	margin:0 auto; /*for mozilla*/
	border:solid #000;
	border-width:1px;
	text-align:left;
	color:#555;	/* color del texto por default*/
	position:relative;
}

/***Links***
------------------------------------------------ */
a, a:visited {
	color:#159;
	text-decoration:none;
	border-bottom:1px dotted #469;
	font-weight: bold;
}
a:visited {
	color:#159;
	border-color:#159;
}
a:hover {
  color:#711;
  border-color:#711;
  border-bottom-style:solid;
}

a img { border-width:0; }

/***Header***
------------------------------------------------ */
#header {
	background: #113 url("images/jvitela.jpg");
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100px;
	/*margin-top:3em; para compensar la parte del cnav*/
}

#logo {
	float:left;
	display:block;
	margin:20px 0 0 35px;
	padding:0;	
	/*oculta la imagen dejando el area del enlace*/
	width:249px;
	height:37px;
	text-indent:-10000px;
	/*oculta los efectos del enlace*/
	border-width:0;
	text-decoration:none;
}

#logo  img{
	width: 249px;
	height: 37px;
}

/* =Nav
------------------------------------------------ */
#nav {
	background: #311 url(images/bg_menu.gif);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	font:Arial, Times;
}
  
#nav ul {
	margin:0;
	padding:0 20px;
	font-size:85%;
	list-style:none;	
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	border:1px solid #733;
}
#nav a {
	display:block;
	padding:5px 10px 7px;
	border-width:0 1px 0 0;
	text-decoration:none;
}

#nav a, #nav a:visited { color:#dca; }
#nav a:hover { color:#ffe; }
/* =Structure
------------------------------------------------ */
#content, #c2, #c3  {
	float:left;
	width:750px;
}

/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
  * html #content, * html #c2, * html #c3 {
    margin-right:-3px;
    }
	
#c2 {
  padding-bottom:20px;
  }
	
#maincol {
	float:left;
	width:485px;
	text-align: justify;
}
#subcol {
	float:right;
	width:244px;
	text-align: justify;
}
#xcol {
	display : block;
	float : right;
	width : 244px;
}
#mc2, #sc2, #xc2 { padding:0 20px; }
#mc2 { padding-right:0; }
#subcol, #xcol {
	font-size:85%;
	/*line-height:1.6em;*/
}

/***Headings***
------------------------------------------------ */
h1 {
	margin:0;
	padding:20px 20px 8px;
	font:155%/1.4em Georgia,Serif;
	
	background:#cdc url("images/bg_title.gif");
	color:#4A225C;
}

h2 {
	font:140% Georgia,Serif;
	color:#592A4C;
	border-width:0;
}

ul {
	margin: 0px 0 20px;
	padding:0;
	/*list-style:none;*/
}
ul li {
	margin-left:20px;
	padding:0;
	/* text-indent:-15px; */
}
  
hr { display:none; }

code {
	font-size:85%;
	font-family:Monaco,"Courier New",Courier,Monospace;
	color:#777;
	font-style:italic;
}
  
u { color: #711; text-decoration:none; }  
b{ color: #159; }
/*
#cnav {
  background-color:#11132C;
  background-repeat:repeat-x;
  width:100%;
  padding:0;
  height:3em;
  position:absolute;
  top:0;
  left:0;
  }
#cnav ul {
  margin:0;
  padding:1em 12px 0;
  list-style:none;
  }
#cnav li {
  display:inline;
  margin:0;
  padding:0;
  background-image:none;
  line-height:1em;
  text-indent:0;
  }
#cnav a {
  float:left;
  display:block;
  color:#689;
  margin-top:3px;
  padding:.25em 8px;
  border-width:0;
  font-size:85%;
  text-transform:lowercase;
  }
#cnav a:hover {
  color:#9ce;
  }
*/

/* =Footer
------------------------------------------------ */
#footer {
	clear:both;
	padding-top:0;
	font-size:85%;
	background-color:#234;
	color:#689;
}
#footer p {
  margin:0;
  padding:10px;
  text-align:center;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited { color:#689; }
#footer a:hover { 
	color:#9ce; 
	border-color:#9ce;
}