/* CSS Document */
/* 
	PuntoBlue - IT Solutions
	www.puntoblue.com.ar | info@puntoblue.com.ar

	Author: Tomás H. Malio | Developer
	@mail: tmalio@puntoblue.com.ar | tomasmalio@gmail.com
*/

/* Start Settings */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
ol, ul {
	list-style:none;
	}

.clear {
	clear:both;
	}

/* End of Settings */

/* Start General */
body {
	margin:0px;
	font-size:12px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
p,li{
	color:#777;
}
	
#boxContainer {
	margin:0 auto;
	}
	
#boxHeader {
	margin:0 auto;
	width:1002px;
	height:100px;
	background-color:#FFF;
	}

#boxMenu {
	margin:0 auto;
	height:33px;
	background-color:#2B1F49;
	}

#boxMain {
	width:1002px;
	margin:0 auto;
	background:url(../img/main_bg.png) repeat-y;
	}
/* End of General */

/* Start Header */
#boxHeader .leftCol {
	float:left;
	width:503px;
	height:66px;
	padding:34px 35px 0 0px;
	}
	
#boxHeader .rightCol {
	float:left;
	width:435px;
	height:62px;
	padding:38px 29px 0 0;
	}
	
.rightCol .buttons {
	float:left;
	width:183px;
	height:42px;
	}
	
.buttons .buttonLeft{
	float:left;
	width:85px;
	height:42px;
	margin:0 13px 0 0;
	}
	
.buttons .buttonRight {
	float:left;
	width:85px;
	height:42px;
	}
	

/* Start Search Form */
#boxHeader .rightCol .searchBar {
	float:left;
	width:200px;
	height:25px;
	padding:0 0 0 52px;
	}

#boxHeader .rightCol .searchBar .leftForm {
 	float:left;
 	width:156px;
 } 

#boxHeader .rightCol .searchBar .rightForm {
	float:left;
	width:44px;
 }

#boxHeader .rightCol .searchBar .leftForm .leftSearch {
	background:url(../img/header_input_left.png) no-repeat;
	width:12px;
	height:25px;
	float:left;
	}

#boxHeader .rightCol .searchBar .leftForm .rightSearch {
	float:left;
	width:144px;
	height:25px;
	}
	
#boxHeader .rightCol .searchBar .leftForm .rightSearch input.search {
	background:url(../img/header_input_right.png) no-repeat;
	width:144px;
	height:25px;
	border:0;
	padding:5px 0 0 0;
	}

#boxHeader .rightCol .searchBar .rightForm input.buttom {
	background:url(../img/header_buttonsearch.png) no-repeat;
	width:44px;
	height:25px;
	display:block;
	border:0;
	}
/* End of Search Form */
/* End of Header */


/* Start Menu */
#boxMenu #menu {
	margin:0 auto;
	width:1002px;
	}

#menu .menuContainer {
	height:21px;
	width:556px;
	margin:0 0 0 425px;
	}

.menuContainer ul.menu {
	width:100%;
	clear:both;
	list-style:none;
	padding:0;
	margin:0;
	}	

.menuContainer ul.menu li {
	float:left;
	height:21px;
	display:inline;
	}

.menuContainer ul.menu li a {
	height:21px;
	display:block;
    text-decoration:none;
    margin:6px 8px 0 0;
	}
/* End of Menu */

/* Start Main */
/* Start Left Col / Main */
#boxMain .leftCol {
	float:left;
	width:243px;
	}

.leftCol ul.list {
	width:180px;
	font-size:13px;
	color:#58585A;
	margin:26px 0 0 45px;
	list-style-type:none;
	}
	
.leftCol ul.list li {
	margin:0 0 7px -15px;
	color:#58585A;
	}

.leftCol ul.list li a {
	margin:0 0 7px 0;
	color:#58585A;
	text-decoration:none;
	display:block;
	background:#EEE;
	border:1px solid #DDD;
	padding:5px;
	}

.leftCol ul.list li a:hover {
	margin:0 0 7px 0;
	color:#FFF;
	text-decoration:none;
	background:#2b1f49;
	}

.leftCol .sponsors {
	width:243px;
	}
	
.leftCol .sponsors p.title {
	color:#424A96;
	font-size:22px;
	padding:20px 0 17px 30px;
	}
	
.leftCol .sponsors .img {
	width:183px;
	height:76px;
	margin:4px 0 4px 24px;
	}
/* End of Left Col / Main */
/* Start Right Col / Main */
#boxMain .rightCol {
	float:left;
	width:759px;
	}

.rightCol .topImg {
	width:711px;
	height:230px;
	padding:26px 0 0 19px;
	}

.rightCol .mediumContent {
	width:759px;
	}
	
.mediumContent .textContent {
	width:410px;
	float:left;
	padding:35px 29px 0 45px;
	}
	
.mediumContent .textContent p.text {
	font-size:25px;
	color:#666;
	font-weight:bold;
	}
	
.mediumContent .textContent span.blueStyle {
	color:#2B1F49;
	}
	
.mediumContent .buttonsContent {
	width:275px;
	float:left;
	padding:12px 0 0 0;
	}
	
.mediumContent .buttonsContent .buttonImg {
	width:246px;
	height:90px;
	margin:5px 0 5px 0;
	}
	
.rightCol .bottomContent {
	width:759px;
	}
	
.bottomContent .title {
	width:713px;
	padding:27px 0 28px 46px;
	font-size:18px;
	color:#000;
	}

.bottomContent .speakersLine {
	width:759px;
	padding:0 0 26px 0;
	}

.bottomContent .speakersLine .leftSpeaker {
	float:left;
	width:300px;
	padding:0 13px 0 46px;
	}
	
.bottomContent .speakersLine .rightSpeaker {
	float:left;
	width:300px;
	padding:0 100px 0 0;
	}
	
.bottomContent .speakersLine .leftSpeaker .img,
.bottomContent .speakersLine .rightSpeaker .img {
	float:left;
	width:102px;
	height:102px;
	}
	
.bottomContent .speakersLine .leftSpeaker .info,
.bottomContent .speakersLine .rightSpeaker .info {
	float:left;
	width:186px;
	padding:20px 0 0 12px;
	}
	
.bottomContent .speakersLine .leftSpeaker .info p.name,
.bottomContent .speakersLine .rightSpeaker .info p.name {
	color:#666;
	font-size:22px;
	}
	
.bottomContent .speakersLine .leftSpeaker .info p.text,
.bottomContent .speakersLine .rightSpeaker .info p.text {
	color:#000;
	font-size:18px;
	}
/* End of Right Col / Main */
/* Start Footer / Main */
#boxMain .footer {
	width:712px;
	height:41px;
	padding:50px 0 0 290px;
	}
	
.footer p.text {
	color:#666;
	}
/* End of Footer / Main */


/* Start Whoshouldattend Main */
#boxMain .rightCol .whoshouldattendContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}

.whoshouldattendContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.whoshouldattendContent ul.list {
	width:713px;
	list-style-image:url(../img/main_liststyle.png);
	}
	
.whoshouldattendContent ul.list li {
	font-size:13px;
	color:#87888A;
	padding:4px 0 4px 0;
	}
/* End of Whoshouldattend Main */


/* Start Tenreasons Main */
#boxMain .rightCol .tenreasonsContent {
	float:left;
	width:700px;
	padding:26px 13px 0 46px;
	}
	
.tenreasonsContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.tenreasonsContent .line {
	width:700px;
	margin:0 0 10px 0;
	}
	
.tenreasonsContent .line .img {
	float:left;
	width:22px;
	height:22px;
	}
	
.tenreasonsContent .line p.text {
	width:670px;
	float:left;
	font-size:13px;
	color:#87888A;
	padding:2px 0 0 4px;
	line-height:17px;
	}
/* End of Tenreasons Main */


/* Start Registernow Main */
#boxMain .rightCol .registernowContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}
	
.registernowContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.registernowContent .line {
	width:672px;
	margin:0 0 13px 0;
	}

.registernowContent .line .img {
	float:left;
	width:123px;
	height:124px;
	}
	
.registernowContent .line .info {
	float:left;
	width:538px;
	height:108px;
	margin:6px 0 0 11px;
	background:url(../img/main_registernow_bgtext.png);
	}
	
.registernowContent .line .info p.text {
	font-size:17px;
	color:#58585A;
	padding:28px 0 0 21px;
	}
	
.registernowContent .contentBottom {
	width:620px;
	padding:60px 0 0 42px;
	}
	
.registernowContent .contentBottom h2.title {
	font-size:15px;
	color:#DA621D;
	}
	
.registernowContent .contentBottom p.text {
	font-size:12px;
	color:#87888A;
	padding:0 0 18px 0;
	}
/* End of Registernow Main */


/* Start Worshopagenda Main */
#boxMain .rightCol .workshopagendaContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}
	
.workshopagendaContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.workshopagendaContent p.subtitle {
	font-size:17px;
	color:#6B6C6D;
	}
	
.workshopagendaContent .boxInfo {
	width:667px;
	margin:30px 0 5px 0;
	}
	
.workshopagendaContent h5 {
	background-color:#87888A;
	color:#FFFFFF;
	font-size:14px;
	margin:0 0 3px;
	padding:10px 0 10px 13px;
	width:667px;
}
	
.workshopagendaContent h6 {
	width:667px;
	height:21px;
	padding:5px 0 0 13px;
	font-size:13px;
	background-color:#C4C5C6;
	}
	
/*.workshopagendaContent  ul {
	width:667px;
	margin:23px 0 30px 27px;
	list-style-image:url(../img/main_liststyle.png);
	}*/
	
.workshopagendaContent ul {
	list-style-image:url(../img/main_liststyle.png);
	margin: 5px 0 30px 129px;
	width:550px;
}

.workshopagendaContent img {
	padding-right: 9px;
	padding-top: 5px;
}
	
.workshopagendaContent p {
	width: 680px;
	padding-top: 5px;
}

.workshopagendaContent  ul li {
	font-size:12px;
	color:#87888A;
	padding:4px 0 0 0;
	}
/* End of Workshopagenda Main */


/* Start Specialbenefits Main */
#boxMain .rightCol .specialbenefitsContent {
	float:left;
	width:700px;
	padding:26px 13px 0 46px;
	}
	
.specialbenefitsContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.specialbenefitsContent .line {
	width:700px;
	margin:0 0 10px 0;
	}
	
.specialbenefitsContent .line .img {
	float:left;
	width:22px;
	height:22px;
	}
	
.specialbenefitsContent .line p.text {
	width:670px;
	float:left;
	font-size:13px;
	color:#87888A;
	padding:2px 0 0 4px;
	line-height:17px;
	}
/* End of Specialbenefits Main */


/* Start Whatyourcolleagues Main */
#boxMain .rightCol .whatyourcolleaguesContent {
	float:left;
	width:700px;
	padding:26px 13px 0 0;
	}
	
.whatyourcolleaguesContent h1.title {
	font-size:22px;
	padding:0 0 31px 46px;
	color:#2C1F4A;
	}
	
.whatyourcolleaguesContent .boxInfo {
	width:610px;
	margin:0 0 0 30px;
	}
	
.whatyourcolleaguesContent .boxInfo .titleSmall {
	width:594px;
	height:21px;
	color:#DA621D;
	font-size:15px;
	font-weight:bold;
	padding:5px 0 8px 16px;
	background:url(../img/main_whatyourcolleagues_bgtitlesmall.png) no-repeat;
	}

.whatyourcolleaguesContent .boxInfo .titleBig {
	width:594px;
	height:36px;
	color:#DA621D;
	font-size:15px;
	font-weight:bold;
	padding:1px 0 8px 16px;
	background:url(../img/main_whatyourcolleagues_bgtitlebig.png) no-repeat;
	}
	
.whatyourcolleaguesContent .boxInfo p.text {
	color:#87888A;
	font-size:12px;
	padding:0 0 8px 16px;
	}
	
.whatyourcolleaguesContent .boxInfo p.textItalic {
	color:#000;
	font-size:11px;
	padding:0 0 17px 16px;
	font-style:italic;
	}
/* End of Whatyourcolleagues Main */


/* Start of Bringthisteam Main */
#boxMain .rightCol .bringthisteamContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}
	
.bringthisteamContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}

.bringthisteamContent .line {
	width:610px;
	}

.bringthisteamContent .line h2.subTitle {
	color:#DA621D;
	font-size:15px;
	}

.bringthisteamContent .line p.text {
	color:#87888A;
	font-size:12px;
	padding:0 0 18px 0;
	}
/* End of Bringthisteam Main */


/* Start Speakers Main */
#boxMain .rightCol .speakersContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}
	
.speakersContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.speakersContent .speakerBox {
	width:700px;
	}
	
.speakersContent .speakerBox h2.name{
	color:#666;
	width:450px;
	font-size:25px;
	font-weight:normal;
	padding:2px 0 0 0;
	}
	
.speakersContent .speakerBox h3.desc {
	color:#000;
	width:450px;
	font-size:20px;
	font-weight:normal;
	padding:0 0 20px 0;
	}
	
.speakersContent .speakerBox p.text {
	color:#87888A;
	font-size:12px;
	padding:0 0 17px 0;
	}
	
.speakersContent .speakerBox .img {
	width:103px;
	height:102px;
	float:left;
	margin:0 23px 15px 0;
	}
	
.speakersContent .speakerBox .speakersDivide {
	width:697px;
	height:46px;
	background:url(../img/main_speakers_divide.png) no-repeat;
	}
/* End of Speakers Main */


/* Start Contact Main */
#boxMain .rightCol .contactContent {
	float:left;
	width:713px;
	padding:26px 0 0 46px;
	}
	
.contactContent h1.title {
	font-size:22px;
	padding:0 0 31px 0;
	color:#2C1F4A;
	}
	
.contactContent form {
	margin:50px 0 0 50px;
	}
	
.contactContent label.title {
	padding:3px 0 0 0;
	margin:8px 15px 0 0;
	color:#666;
	text-align:right;
	font-size:13px;
	width:60px;
	display:block;
	float:left;
	}
	
.contactContent input.input {
	float:left;
	border:#000 1px solid;
	background-color:#fff;
	width:300px;
	margin:8px 0 0 0;
	}
	
.contactContent textarea.message {
	float:left;
	border:#000 1px solid;
	background-color:#fff;
	margin:8px 0 0 0;
	width:300px;
	height:180px;
	}
	
.contactContent input.send {
	background:url(../img/main_contact_sendbutton.png) no-repeat;
	width:86px;
	height:22px;
	border:none;
	margin:7px 0 0 290px;
	}
/* End of Contact Main */
/* End of Main */
