@charset "utf-8";
/* CSS Document */

/* Common CSS ----------------------------------------------------------------*/
body{
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#333;
	margin:0px;
	margin-top:2px;
	background-color:#FFF;
}
*{padding: 0; margin: 0;}

.table_padding td{
	padding:6px;	
}

/* Common links */
a, a:link,a:visited{
	color:#0000CC;
}
a:hover{	
	text-decoration:none;
}

h1{
	margin:0px;
	padding:7px;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}
#images_st
{

	background:#FFFFFF; 
	border:1px solid #CCC;
	
	


}


h1 span{
	font-weight:bolder;
	color:#0000CC;
}
h2, #lista h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin:0px;
	padding:0px;
}
h2.padding{
	padding:7px;
}
h2 span{
	font-weight:bolder;
	color: #0066CC;
}
h3{
	margin:0px;
	padding:0px;
	color:#0066CC;
	font-size:12px;
}
select {
	font-size:11px;
	color:#000000;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	width:187px;
}
ol{
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-left:38px;
}
/* header CSS ---------------------------------------------------------------- */
.header_menu, .header_menu a{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.header_menu a:link,.header_menu a:visited{
	font-size:12px;
}
.header_menu a:hover{
	color:#333;
	text-decoration:none;
}

.subMenu {
	background-image: url("../images/bg_iconshock.png");
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 5px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.btn {
	padding:1px;
	margin-left:10px;
	border-right:1px outset;
	border-top:1px outset;
	border-left:1px outset;
	border-bottom:1px outset;
	font-weight:normal;
	font-size:9px;
	background-image:url(../images/fondo_boton.gif);
	width:50px;
	cursor:pointer;
	background-repeat: repeat-x;
}

/* content CSS ----------------------------------------------------------------*/

/* Common content*/
.content {
	margin-top: 15px;
	background-image: url("../images/bg_iconshock3.png");

}

#center {
	margin-top: auto;
	width:980px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	min-height:300px;
}
#center_iconsets {
	margin-top: auto;
	width:1070px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	min-height:300px;
}

span.highlighted{
	color:#9F9F9F;
	font-size:13px;
	font-weight:bold;
}
.blue{
	color:#0000CC;
}
.closer{
	height:1px;
	clear:both;
}

.box{
		border:3px solid #E8E8E8;
}

.line-hr{
	width:90%;
	margin-bottom:20px;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #E1E1E1; 
	border-style: none none dotted; 
	margin-left:auto;
	margin-right:auto;
}

.title{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position: left top;
	*background-position: center top;
	padding-top:13px;
	padding-left:0px;
	height:52px;
	width:225px;
}
.title_small{

	background-image:url(../images/bullet_2.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-position: center top;
	padding-top:0px;
	padding-left:0px;
	height:30px;
	width:250px;
}
.title_g{
	background-image:url(../images/bullet_g.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top:0px;
	padding-left:0px;
	height:65px;
	width:280px;
	margin-bottom:8px;
}

/* product content*/
#lista{
	padding-left:17px;
	margin-top:7px;
}
#lista li{
	font-size:11px;
	list-style-image: url(../images/subArrow.gif);
	margin-top:8px;
}
#lista li span{
	font-weight: bold;
	color:#0000CC;
}

/* images box*/
.product{
	color:#000;
	padding:5px;
	background-color: #FCFCFC;
	border: 1px dotted #E8E8E8;
	text-align:left;
}
.imagesBox{
	background:#FFFFFF;
	color:#000;
	padding: 5px;
	font-size:11px;
}
.imagesBox table tr td{
	padding-top:6px;
}
.imagesBox table tr td span{
	font-weight:500;
	color:#0000CC;
}

.avatar-images{
	float:left; 
	width:86px; 
	height:75px; 
	padding-bottom:10px;
}
.blog-txt{
	float:left; 
	width:220px; 
	height:75px; 
	padding-bottom:10px;
	text-align:left;
}
.blog-txt a{
	font-size:12px;
	font-weight:bold;
}

/* colors box*/
.blue_box{
	border: 1px solid #E8E8E8;
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.plus_box{
	background-image: url(../images/bg_plus.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E8E8E8;
	width:240px;
}
.blueLight_box{
	background-color:#D9F2FB;
}
.grey_box{
	border: 1px solid #E8E8E8;
	background-image: url(../images/bg_title.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.pink_box{
	background-color:#FFEFEF;
	border: 2px solid #E8E8E8;	
}
.greyBlue_box{
	background-color:#F3F4F5;
}
.green_box{
	background-color:#E2EBFA;
}
.yellow_box{
	border: 1px solid #E8E8E8;
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.product_plus{
	position:relative;
	color:#000;
	padding:5px;
	background-color: #F8F0DD;
	border: 1px dotted #E8E8E8;
	margin-bottom:24px;
}
.bg_yellow{
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_green{
	border: 1px solid #E8E8E8;
	background-image: url(../images/bg_green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tooltip{
	position:absolute;
	background-image: url(../images/bg_tooltip_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 230px 0px;
	width:100%;
	height:20px;
	bottom:-16px;
	right:0px;
}
/* right column*/
#right_column{
	width:25%;
}
#right_column div{
	width:91%;
	margin-left:7px;
	padding:7px;
}
#right_column h1{
	padding:0px;	
}
/* faqs*/
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.img_testimonial {
	margin:0px;
	width:40px;
	height:auto;
	margin-left:12px;
	margin-right:10px;
	text-align:center;
	float:left;
}
.img_testimonial span{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D0E0EE;
	font-size:24px;
	font-weight:lighter;
}
.txt_testimonial {
	margin:0px;
	width:85%;
	height:auto;
	text-align:left;
	margin-left:12px;
	margin-right:10px;
	margin-bottom:25px;
	padding-left:8px;
	padding-right:5%;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	float:left;
}
/* faqs*/
.faqs {
	padding:0px;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding:6px;
}
.faqs a, .faqs a:link, .faqs a:visited{
	display:block;
	padding:0px;
	padding-left:18px;
	margin-bottom:6px;
}
.faqs a:hover{
	text-decoration:none;
}
.answers{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:24px;
}
.answers ul{
	margin:0px;
	margin-left:38px;
	margin-top:10px;
	margin-bottom:0px;
}
.faqs p li{

}
.projects_menu{
	border-bottom:#999999 1px dotted; 
	padding-top:3px; 
	padding-bottom:5px; 
	font-size:11px;
	text-align:center;
}
.projects_menu a, .projects_menu a:link,.projects_menu a:visited{
	color:#999999;
	font-size:11px;
}
.projects_menu a:hover{
	text-decoration:none;
}

/* others*/
.bigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	background-position: center;
}
.short{
	width:900px; 
	margin-left:auto; 
	margin-right:auto;
	padding:0px;
}
.table_ th{
	font-weight:bold;
	background-color:#CCC;
	color:#333;
	text-align:center;
	padding:6px;
}
.table_ td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:6px;
	text-align:center;
}
.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/* articulos*/
.articles {
	margin-bottom:10px;
	text-align:justify;
}
/* Community CSS ---------------------------------------------------------------- */
.menu_free {
	background-color:#F8F8F8;
	border-color:#999999;
	border-style:solid;
	border-width:1px 1px 2px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:2px;
	text-align:center;
	width:800px;
}
.importantText {
	color: #FF0000;
}
.divlogin {
	background-color: #FF0000;
	left: 475px;
	top: 0px;
	height: 60px;
	width: 475px;
	z-index:1;
}
.divlogin1 {
	height: 60px;
	width: 475px;
	display:inline;
}
.titleProduct{background-color:#E8E8E8;color:#000;padding: 7px}
.titleProduct2{background-color:#F5EBD1;;color:#000;padding: 7px}
.titleProduct3{background-color:#D9F2FB;;;color:#000;padding: 7px}

.bigNumber {
font-size:60px;
color:#999999;
}

.resalted{
font-weight:bold;
color:#0033CC;
}

.marginL {
	margin-left:6px;	
}
/* footer CSS ---------------------------------------------------------------- */
#footer {
	margin-top: 0px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #EBEBEB;
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear:both;
}
