/*
------------------------------------------------
------------------------------------------------ */
body {
	margin:0;
	padding:0;
	background:#fff url("images/bg_mint.gif");
	font:small Verdana,Sans-serif;
	text-align:center;
	/*line-height:1.6em;*/
}

/***Headings***
------------------------------------------------ */
h1 {
	margin:0;
	padding:20px 20px 8px;
	font:155%/1.4em Georgia,Serif;
	
	background:#cdc url("images/bg_title_lr.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; }  
i { color: #567; }  
b, strong{ color: #159; }

/***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:0; }

#container {
	background: #fff url("images/bg_content_lr.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;
}

/***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:right;
	width:485px;
	text-align: justify;
}

#maincol hr {
	display: block;
	background-image: url("images/bg_hr.gif");
	border: 0;
	margin: 0;
	height: 10px;
	width: 100%;
}

#maincol img {
	float: left; 
	clear: left; 
	margin: 0 1em 0 0;
}

/*#maincol p { height:100px; }*/

#subcol {
	display: inline;
	float:left;
	width:244px;
	text-align: justify;
}

#xcol {
	display : block;
	float : right;
	width : 244px;
}
#mc2, #sc2, #xc2 { padding:0 20px; }
/*#sc2 { padding-right:0; }*/

/* =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;
}