html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
html, body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.8em;
    vertical-align: top;
    background-color: #f7f7f7;
    text-align: center;
    position: relative;
}
a{
	color: #009;
}
p{
	text-align: left;
	text-indent: 2em;
	margin-bottom: 20px;
}
.btn{
	background-color: #3194fe;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	text-decoration: none;
}



#contact_card{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 30px;
	font-size: 20px;
	text-align: center;
	background-color: #fffba1;
	border-radius: 10px;
	border: 1px solid #d87d1a;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.2);
	margin: 0 0 20px 0;
	line-height: 1.5em;
  -moz-transform: rotate(-7deg);  /* Firefox */
  -o-transform: rotate(-7deg);  /* Opera */
  -webkit-transform: rotate(-7deg);  /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */

}
#contact_card img{
	float: left;
	margin-right: 20px;
	width: 80px;
}

.float_left{
	float: left;
	margin-right: 20px;
}
#email{
	color: #009;
}
















#top_menu{
	margin: 0 auto;
	text-align: center;
	background-color:#fff;
	padding: 0px 40px 0px 50px;
	position: relative;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
#top_menu a{
	display: inline-block;
	font-weight: bold;
	color: #333;
	float: right;
}
#top_menu a#home_link{
	float: left;

}
#top_menu a#my_link{
	margin: 15px 30px 0 0;
	color: #d87d1a;
	font-size: 16px;
	margin-top: 15px;
}
#text_slider{
	display: inline-block;
	width: 700px;
	margin: 15px 0 50px 0;
	padding: 1px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 3px;
	font-style: italic;
	text-align: center;
	position: relative;
	color: #aaa;
}
.text_slide{
	width: 100%;
    position: absolute;
    left: 0px;
    opacity:0;
}






#index_list{
	width: 90%;
	margin: 30px auto 50px auto;
}

.index_about{
	width: 80%;
	margin: 0px auto;
	min-height: 330px;
	text-align: left;
}
.index_about img{
	float: left;
	margin: 60px 30px 0 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}
.index_about h4{
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}




.index_block{
	display: inline-block;
	width: 350px;
	height: 450px;
	margin: 20px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	vertical-align: top;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.1);
	background-color: #fff;
}

.index_block_title{
	font-size: 20px;
	font-weight: bold;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.index_block_text{
	padding: 0 10px 10px 10px;
}
.index_more_info{
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}







.controller_info{
	display: inline-block;
	margin: 50px 0 50px 0;
	padding: 20px 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	color: #30566d;
}
.info_title{
	font-weight: bold;
	font-size: 24px;
	margin-right: 50px;
}
.info_data{
	margin-left: 30px;
	font-size: 14px;
}
.info_data span{
	font-weight: bold;
	font-size: 16px;
}



table.controller_table{
	border-collapse: collapse;
	margin: 20px auto 20px auto;
	cursor: pointer;
}
table.controller_table td{
	padding: 5px 20px;
	line-height: 14px;
	color: #777;
	font-weight: bold;
}
table.controller_table td.top{
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}





.chart{
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin: 30px auto;
	background-color: #fff;
}






/* =================================   L I S T   =====================================*/

.list{
	width: 90%;
	padding: 50px;
	margin: 20px auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.1);
}
.float_left{
	float: left;
	margin-right: 50px;
}

.list h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.list h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.list img{
	border: 1px solid #ccc;
}

.list .price{
	font-weight: bold;
	color: #900;
	font-size: 24px;
}

.list .ilightbox-caption{
	font-size: 16px;
}




#bottom_block{
	height: 150px;
}




#connect_info{
	display: none;
}
h4#connect_link{
	color: #009;
	text-decoration: underline;
	cursor: pointer;
}




table#pricelist{
	border-collapse: collapse;
	margin: 100px auto;
}
table#pricelist td{
	padding: 5px 20px;
	text-align: left;
	border: 1px solid #ccc;
	font-weight: bold;
}

table#tech{
	border-collapse: collapse;
	margin: 100px auto;
}
table#tech td{
	padding: 5px 20px;
	text-align: left;
	border: 1px solid #ccc;
	font-style: italic;
	font-size: 14px;
}

