@charset "utf-8";

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background-image: url(../imges/menu_bg.jpg);
	height: 62px;
	text-align: center;
}
#container #header #menu p {
	font-size: 120%;
	color: #FFF;
	padding-top: 15px;
}
#container #header #menu p a {
	text-decoration: none;
	color: #FFF;
}
#container #header #menu p a:hover {
	color: #6497DD;

}#container #header #free_call {
}
#container #info h1 {
	text-align: right;
	font-weight: bold;
	font-size: 110%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #info #aviso_imp {
	height: 290px;
	background-image: url(../imges/avisoimportante_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
}
#container #info #aviso_imp h3 {
	color: #F60;
	font-weight: bold;
	font-size: 160%;
}
#container #info #aviso_imp p {
	margin-top: 15px;
	width: 450px;
}
#container #info #nosotros p {
	margin-top: 15px;
	width: 450px;
}
#container #info #nosotros {
	height: 290px;
	background-image: url(../imges/nosotros_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
}
.columns {
	width: 300px;
	float: left;
	margin-top: 25px;
	background-image: url(../imges/gray_line_bg.jpg);
	background-repeat: no-repeat;
}


.txt_blue_bold {
	font-weight: bold;
	color: #205199;
}
#container #info .columns h2 {
	font-weight: bold;
	color: #0571C9;
	font-size: 120%;
	margin-top: 10px;
	margin-left: 12px;
}
#container #info .columns p {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	font-size: 95%;
}
#container #footer {
	background-image: url(../imges/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 105px;
}
#reset {
	clear: left;
}
#container #footer p {
	color: #FFF;
	font-size: 12px;
	display: block;
	padding-top: 48px;
	padding-left: 130px;
}

.txt_blue {
	color: #0571C9;
	
}
#container #info .columns p img {
}


ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: -266px;
	left: 453px;
	width: 420px;
	height: 290px;
}

.ppt img {
	border: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #ececec;
}
#container #info #cotizar {
	width: 300px;
}
.forms {
	color: #305467;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #79A7C1;
	padding: 3px;
	margin-left: 5px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
