/***********************************************/
/* General.css for Web Page          */
/* All styles are here. Enero- 22.2006    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
		margin:10px 0px 10px 0px;
		padding:0px;
    	background:#1BAAD4 url(images/page_bg.jpg) repeat;
}
html>body {
		
}
	
/******* hyperlink and anchor tag styles *******/

/************** heading tag styles **************/
/*




/******************************* Others Layouts Divs ***************************************/

#center {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 854px;
	text-align:left;
	margin-top:0px;
 }
h2{
	font-family:Verdana;
	font-size:11px;
	color:#006699;
	text-indent:0px;
	padding-left:13px;
	margin:0px 0px 3px 0px;
	font-weight:normal;
}
h1{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-indent:0px;
	padding-left:13px;
	margin:0px 0px 3px 0px;
	font-weight:normal;
	
}
p{
	font-family:Verdana;
	font-size:11px;
	letter-spacing:0px;
	line-height:126%;
	color:#333333;
	text-indent:0px;
	padding-left:13px;
	margin:0px 0px 8px 0px;
}
h3{
	
	font-family:tahoma,Verdana,Arial;
	font-size:10px;
	color:#003366;
	margin:3px 0px 17px 0px;
}
h4{
	font-family:Verdana,Arial;
	font-size:10px;
	color:#000000;
	margin:3px 0px 3px 13px;
}
h5{
	font-family:Verdana,Arial;
	font-size:13px;
	color:#000000;
	margin:3px 0px 8px 0px;
}
h6{
	font-family: tahoma,arial;
	font-size:10px;
	padding-bottom:8px;
	padding-left:80px;
	margin:0px 0px 3px 3px;

}
h6 a{
	color:#CC6600;
	text-decoration:none;
	letter-spacing:0.5px;
	font-weight:normal;	
}
h6 a:hover{color:#0066FF;}


a{color:#0033CC;}
a:hover {color:#0099FF;}
a.current:link { color:#0099FF;}
a.current:visited {color:#0099FF;}

a.aor{font-family: tahoma,arial;font-size:10px;color:#CC6600;text-decoration:none;letter-spacing:0.5px;font-weight:normal;}
a.aor:hover{color:#0066FF;}

/********************* Logo **********************/	
#logo{
	width:206px;
	height:230px;
	position:absolute;
	left:2px;
	top:2px;
	background:url(images/logo.jpg) no-repeat;
}

/********************* Leftbar **********************/	
#leftbar{
	width:259px;
	height:290px;
	background:url(images/leftbar_bg.jpg) no-repeat;
	position:absolute;
	top:175px;
	left:122px;
}
#leftbar_items {
	width:40px;
	margin-top:60px;
	margin-left:27px;
}
#leftbar_items img{
	border:none; 
	margin-bottom:-2px;
}
#b{
	margin-left:5px;
}
#c{
	margin-left:12px;
}
#d{
	margin-left:19px;
}
/********************* Content **********************/	
#content_home{
	width:433px;
	height:501px;
	position:absolute;
	top:175px;
	left:253px;
	background: #FFFFFF url(images/content_bg.jpg) no-repeat;
}
#content_whatwedo{
	width:433px;
	height:689px;
	position:absolute;
	top:175px;
	left:253px;
	background: #FFFFFF url(images/content2_bg.jpg) no-repeat;
}
#content_characters{
	width:433px;
	height:640px;
	position:absolute;
	top:175px;
	left:253px;
	background: #FFFFFF url(images/content3_bg.jpg) no-repeat;
}
#content_contact{
	width:433px;
	height:579px;
	position:absolute;
	top:175px;
	left:253px;
	background: #FFFFFF url(images/content4_bg.jpg) no-repeat;
}
#picture{
	width:268px;
	height:232px;
	position:absolute;
	top:531px;
	left:595px;
	background:url(images/picture.jpg) no-repeat;
}
#picture2{
	width:268px;
	height:232px;
	position:absolute;
	top:707px;
	left:595px;
	background:url(images/picture2.jpg) no-repeat;
}
#picture3{
	width:268px;
	height:232px;
	position:absolute;
	top:674px;
	left:578px;
	background:url(images/picture3.jpg) no-repeat;
}
#picture4{
	width:268px;
	height:232px;
	position:absolute;
	top:592px;
	left:577px;
	background:url(images/picture4.jpg) no-repeat;
}

#part1{
	width:400px;
	margin:70px 0px 0px 10px;
	text-align:justify;
}
#content_home_image{
	width:100px;
	height:145px;
	background:url(images/content_image.jpg) no-repeat;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#content_whatwedo_image{
	width:100px;
	height:145px;
	background:url(images/content_image2.jpg) no-repeat;
	float:left;
	margin-left:10px;
	margin-top:0px;
}
#content_characters_image{
	width:100px;
	height:120px;
	float:left;
	background:url(images/content_image3.jpg) no-repeat;
	margin-left:10px;
}
html>body #content_characters_image{
	margin-left:20px;
}
#content_contact_image{
	width:81px;
	height:120px;
	background:url(images/content_image4.jpg) no-repeat;
	float:left;
	margin-left:10px;
}
html>body #content_contact_image{
	height:120px;
}
#characters_image{
	width:400px;
	height:350px;
	float:center;
	background:url(images/flg_image.jpg) no-repeat;
	margin-left:5px;
}
#part2{
	margin-left:40px;
	width:280px;
	margin-top:0px;
	text-align:justify;
}


#part2 a{text-decoration:none;color:#0033CC;}
#part2 a:hover {color:#0099FF;text-decoration:underline; }
#part2 a.current:link { color:#0099FF;}
#part2 a.current:visited {color:#0099FF;}

#part3{
	width:200px;
	margin-left:105px;
	margin-top:0px;
}
html>body #part3{
	margin-left:109px;
}
#part4{
	padding-right:118px;
	padding-left:10px;
	
}
#part4 p{
	text-indent:10px;
}
#part5{
	float:left;
	width:180px;
	margin-left:24px;
}
html>body #part5{
	margin-left:47px;
}
#part6{
	margin-left:210px;
}
#part7{
	width:400px;
	margin:10px 0px 0px 10px;
}
#part8{
	width:400px;
	margin:80px 0px 0px 10px;
	text-align:right;
}
#made a{
	position:absolute;
	top:560px;
	left:150px;
	color:#ffffff;
	font-family:Century Gothic,Verdana;
	font-size:10px;
	letter-spacing:2px;
	text-decoration:none;
}
#made{
	height:0px;
}
#red{
	color:#D50000;
	float:left;
	margin-right:5px;
}
#fieldCluster{
	margin-right:68px;
}

#recipr1{
	position:absolute;
	top:458px;
	left:39px;
}
/********************* end **********************/	
	
.formSize{
	padding:0px;
	margin:0px;
}
.text{
	padding:0px;
	margin:0px;
}






