/* Jose Perzchica*/
/* Techgua */

a
{
	text-decoration: none;
	color: #99CCFF;
}

a:hover
{
	text-decoration: none;
	color: #878787;
}

td:hover
{
	/*background-color: #6699cc;*/
}

body
{
    font-family: Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; 
	color: #000000;
	font-size: 11px;
	background-image: url(../images/techgua_bg_pattern_light.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #BAC5CB;
	/*background-color: #4195bd;*/
	margin: 0px;
}	

#page_body
{
	position:relative;
	width: 770px;
	top: 0px; 
	visibility: visible;

} 

#header
{
	margin: 0px;
	position: relative;
	vertical-align: inherit;
	top: 0px;  
	width: 770px;
	height: 164px;
	background-image: url(../images/Techgua_header_Final_Version4.gif);
	background-color: #FFFFFF; /* for round corners in header make it equal to body background */
	background-repeat: no-repeat;
	border:0px solid red;
}

/* upper section of the page above the home and contact us */
#logo
{
	position: relative;
	height: 50px;
	margin-top: 0px;
	border:0px solid yellow;	
}



#home_contact
{
	margin-top: 0px;
	margin-right: 5px;
	font-weight: bold;
	margin-left: 5px;
	border:0px solid green;
	height: 62px;
	
}

#showDate
{
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid white;
	height: 14px;
	color: #000000;
	vertical-align: bottom;
	font-size: 8px;
}

#header_image
{
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url(../images/techgua_header_bienvenidos.gif);	
}

/* home image */
#header_home
{
	vertical-align: bottom;
	margin-top: 1px;
	border: none;
	background-color: Transparent;
}

#news
{
	background-color: #B7E5FF;
	float: left;
	height: 645px;
	text-align: center;
	margin: 1px 0px 0px 0px;
	border:0px solid green;
	width: 200px;
	
}

#welcome
{
	float: right;
	width: 530px;
	margin: 10px 10px 10px 10px;
	border: 0px solid yellow;
	background-color: #FFFFFF;	
	height: 100%;
	padding: 2px 10px 2px 10px;
}

#footer
{
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: relative;
	top: 0px;
	text-align: center;
	/*
	background-image: url(../images/footer1.jpg);
	background-repeat: repeat-x; 
	*/
	background-color: #ecebeb;
	font-size: 9px;
	padding: 0px;
}

#footer_space
{
	background-color: #ecebeb;
}

/* footer email image */
#footer_email
{
	vertical-align: bottom;
	margin-top: 1px;
	border: none;
	
}

/* Class Section of Style Sheet*/
p
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 2px;
}
div.breakline
{
	width: 270px; 
	background-color: Transparent; 
	height: 1px; 
	border-top: double 3px #878787;
}

div.breakline_2
{
	width: 500px; 
	background-color: Transparent; 
	height: 1px; 
	border-top: double 3px #878787;
}

/* used to id locations on the screen */
div
{
	border: 0px solid red;
}

/* not used stuff 

#menu
{
	background: #336699;
	width: 600px;
	height: 30px;
	position: relative;
	font-weight: bold;

}

/* used to manage the postion of the menu 
#chromemenu
{
	position:relative;
	right: 0px;	
	visibility: visible;
	height: 22px;
	border:0px solid red;	
}
****** end not use***********/

