#containerWrapper {
	/*padding-bottom:33px;*/
	border-top:#00A9EB solid 4px;
	background:#E6E6E6 url(../imgs/containerWrapper-bg2.png) top repeat-x;   /*  para IE  */
	background:-moz-linear-gradient(0% 100% 90deg,#E6E6E6, #FFFFFF);  /*  para firefox  */
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E6E6E6));  /* para chrome y safari  */
	padding-top:5px;
}

#pageheader {
	background:url(../imgs/bubbles.png) no-repeat bottom left;
	height:40px;
	width:900px;
	margin:auto auto 10px;
}
#pageheader h1 {
	color:#000;
	font-size:2em;
	padding:5px 0 10px 20px;
}

.contentTop {
	height:10px;
	width:600px;
	background:#FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.contentBottom {
	height:10px;
	width:600px;
	background:#FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.contentSplitLeft {
	float:left;
	width:283px;
	margin-bottom:18px;
}

.contentSplitRight {
	float:right;
	width:283px;
	margin-bottom:18px;
}

.contentProfile {
	background:#E1E1E1;
	padding:0 8px;
	height:250px;
}

.contentSplitRight h3, .contentSplitLeft h3 {
	font-size:14px;
	text-shadow:#FFF 0px 1px 0px;
}

.contentSplitRight p, .contentSplitLeft p {
	font-size:12px;
	text-shadow:#FFF 0px 1px 0px;
}

.contentProfile p {
	margin-bottom:10px;
}

.contentProfile p span {
	font-size:12px;
	font-style:italic;
}

.contentSplitTop {
	height:10px;
    width: 283px;
	background:#E1E1E1;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.contentSplitBottom {
	height:10px;
    margin: 0 0px 20px;
    width: 283px;
	background:#E1E1E1;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.imgProfile {
	margin-bottom:10px;
}

.imgProfileLeft {
	/*float:left;
	margin:0 15px 0 10px;*/
}

.imgProfileRight {
	/*float: right;
	margin:0 10px 0 15px;*/
}

.divPersonalLinks {
	margin:auto 0 3px 0;
}

ul.personalLinks {
	padding:3px;
	margin-left:0;
	margin-top:0;
	list-style:none;
	display:inline;
}

ul.personalLinks li {
	display:inline;
}

ul.personalLinks li a {
	font-weight:bold;
	padding:12px;
	border:none;
}

ul.personalLinks li a:hover {
}

ul.personalLinks li.twitter a {
	background: url(../imgs/twitterPersonalLinks.png)  no-repeat;
}

ul.personalLinks li.linkedin a {
	background: url(../imgs/linkedin.png) no-repeat;
}

#containerBodyFooterBg {
	margin: auto;
	width:900px;
	overflow: hidden;
	padding:0;
	padding-bottom:50px;
	
}

.image {
	float:left;
	width:200px;
	text-align:center;
}

.info {
	float:left;
	width:360px;
}

.productType {
	margin:10px;
	float:left;
}

.tellmemore {
	margin:15px 0 0 0;
	float:right;
}

a.button, a.button:link {
	float:left;
	display:block;
	width: 116px;
	height: 12px;
	background-image:url(../imgs/button.png);
	color:#FFF;
	text-decoration:none;
	text-shadow:#333 0px -1px 0px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	padding:12px 0;
	text-align:center;
}

a.button:hover, a.button:active {
	color: #FFF;
	text-decoration:none;
	background-image:url(../imgs/button-hover.png);
}

#content {
	width:600px;
	float:left;
}

.contentBox {
	width:600px;
	margin-bottom:20px;
}

#pageheader h1 a:link, #pageheader h1 a:visited { 
	color:#000;
	text-decoration:none;
}

#pageheader h1 a:hover, #pageheader h1 a:active { 
	color:#00A9EB;
}

.imgsgallery {
	background-color:#E1E1E1;
	width:580px;
	height:400px;
}

.imgsgalleryTop {
	background-color:#E1E1E1;
	height:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:10px;
}
.imgsgalleryBottom {
	background-color:#E1E1E1;
	height:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom:15px;
}

/*     Details Available for    */
/* stores */
a.available-appstore, a.available-appstore:link {
	display:block;
	width: 135px;
	height: 32px;
	background:url(../imgs/shareplus/available-appstore.png) no-repeat;
}
a.available-macappstore, a.available-macmacappstore:link {
	display:block;
	width: 135px;
	height: 32px;
	background:url(../imgs/shareplus/available-macappstore.png) no-repeat;
}
a.available-appworld, a.available-world:link {
	display:block;
	width: 145px;
	height: 32px;
	background:url(../imgs/shareplus/available-appworld.png) no-repeat;
}
a.available-marketPlace, a.available-marketPlace:link {
	display:block;
	width: 145px;
	height: 32px;
	background:url(../imgs/shareplus/available-marketPlace.png) no-repeat;
}
/* plataformas */
a.available-ios, a.available-ios:link {
	display:block;
	width: 42px;
	height: 23px;
	background:url(../imgs/shareplus/availableOn.png) -128px 0px no-repeat;
}
a.available-mac, a.available-mac:link {
	display:block;
	width: 30px;
	height: 23px;
	background:url(../imgs/shareplus/availableOn.png) no-repeat;
}
a.available-bbr, a.available-bbr:link {
	display:block;
	width: 30px;
	height: 23px;
	background:url(../imgs/shareplus/availableOn.png) -35px 0 no-repeat;
}
a.available-android, a.available-android:link {
	display:block;
	width: 30px;
	height: 23px;
	background:url(../imgs/shareplus/availableOn.png) -60px 0 no-repeat;
}

.store {
	height:37px;
}
.available_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.availableFor {
	float:right;
	margin-right: 15px;
    margin-top: 3px;
}
.availableFor a {
	display:inline-block !important;
}
/*     /Details Available for    */


/*.getshareplusnow {
	float:right;
}
a:hover.getshareplusnow {
	color: #FFF;
	text-decoration:none;
	background:url(../imgs/shareplus/getshareplusnow.png) -1px 72px;
}
*/
div.content {
	padding-bottom:2px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	background: #fff;
	overflow:hidden;
}

.becomepartner {
	margin:15px 0 0 0;
	float:right;
}

a.buttonpartner, a.buttonpartner:link {
	float:left;
	display:block;
	width: 160px;
	height: 14px;
	background-image:url(../imgs/buttonpartner.png);
	color:#FFF;
	text-decoration:none;
	text-shadow:#333 0px -1px 0px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	padding:12px 0;
	text-align:center;
}

a.buttonpartner:hover, a.buttonpartner:active {
	color: #FFF;
	text-decoration:none;
	background-image:url(../imgs/buttonpartner-hover.png);
}

.contentPartner {
	background:#E1E1E1;
	padding:0 8px;
}

.imgPartner {
	float:left;
	margin-right:8px;
}

.contentPartnerTop {
	height:10px;
	width:580px;
	background:#E1E1E1;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.contentPartnerBottom {
	height:10px;
	width:580px;
	background:#E1E1E1;
	margin-bottom:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.detailList li{
	list-style-type:none;
}




/*  hasta aca van hechos por mi  */




#pageheader div.imgLeft {
	margin-left:30px;
	margin-right:10px;
}

#container.norightCol  {

	background: none;
}


#content h1, #content h2, #content ol {
	margin-bottom:10px;
}
#content h2 {font-size:1.7em}
#content ul, #content ol {
	/*margin-left:30px;*/
	}

/*#content div.contentBox div.content {
	padding-bottom:2px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	background: #fff url(../imgs/subContentBox-bg.gif) top left no-repeat;
	overflow:hidden;
}*/
#content div.contentBox div.content a {
}


/*#container, #container.norightCol {
	margin: auto;
	width:900px;
	overflow: hidden;
	padding-top:0;
	background:url(../imgs/contentRight-bg.gif) right repeat-y;
}*/






ul.personalLinks li a span {
	font-size:.9em;
	display:block;
	font-weight:normal
}
ul.personalLinks li.email a {
	background: url(../imgs/icn-email-aboutus.gif) no-repeat 10px 50%
}



ul.personalLinks li.skype a {
	background: url(../imgs/icn-skype-aboutus.gif) no-repeat 10px 50%
}



.features p{
	margin:0;
}
#content ul p{
	margin:0 0 5px 0;
}
#content ul p:last-child{
	margin-bottom:15px;
}

ul {
	list-style:none;
}

.nameProfile {
	font-size:16px;
}

.textAlignLeft {
	text-align:left;
}

.textAlignRight {
	text-align:right;
}
.divContact 
{
    padding:10px 20px 40px;
}

/*



*/


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }

/* IG - Top navigation in samples browser is not rendered right if this is missing. */
.clearfix:after  
{
	clear: both;                   
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix { zoom: 1; }



#contact_list
{
    margin-bottom: 30px;
    list-style-type: none;

}


#contact_list li
{
    display: block;
    height: 71px;
    width: 185px; 
    float: left;   
    margin-right: 5px;

}


#contact_list li a{
    display: block;
    margin: 20px 0 0 60px;
    color: #000;
    font-weight: bold;
 }

#contact_list li a:hover
{
    text-decoration: none;
    color:#00A9EB;
}


#contact_list #left
{
    background: url(../imgs/left.png) no-repeat;
}

#contact_list #middle
{
    background: url(../imgs/middle.png) no-repeat;
    width: 160px;
}

#contact_list #right
{
    background: url(../imgs/right_n.png) no-repeat;
     margin-right: 0px;
}

.divContact p, .divContact hr
{
    margin-bottom: 20px;    
}
