body {
    margin: 0;
    padding: 0;
    color: #333;
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	background: url(../images/background_body.png);
    text-align: center;
}

#container {
    margin: 0 auto;
    width: 782px;
    position: relative;
    background: #272F6D;
	padding: 0;
    text-align: left;
}

* html #container {
    width: 782x;
    w\idth: 782px;
}

h1 {
    margin: 0;
	font-size: 19px;
}

#quickSummary {
	height: 153px;
}

#supportingText {
    margin: 0 158px 0 159px;
}

#supportingText {
	/*padding: 15px 0 20px 0;*/
	
	padding: 15px 0 100px 0;
	
	min-height: 570px;
	
	
}

#colum-left {
    position: absolute;
    top: 230px;
    left: 0;
	width: 160px;
	text-align: center;
}

#colum-right {
    position: absolute;
    top: 234px;
    left: 623px;
	width: 160px;
	text-align: center;
}

/* Estyles add for CESI	 */
#primary-menu{
	background: #0C14CF
}

#primary-menu ul {
	margin: 0;
	height: 40px;
	padding: 2px 5px 3px 5px;
	background: url(../images/background-menu.png) repeat-x;
}

#primary-menu li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 5px;
	height: 40px;
	width: 181px;
	background: url(../images/boton-menu.png);
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

#primary-menu a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

#primary-menu a:hover {
	color: #FFF001;
}

div.round-border-top {
	background: url(../images/main-round-top.png) no-repeat;
	height: 6px;
}

div.round-border-bottom { 
	background: url(../images/main-round-bottom.png) no-repeat;
	height: 6px;
}

#explanation {
	background: #fff;
	margin: 0 1px;
	padding: 10px;
	min-height: 690px;
}

.text-center {
	text-align: center;
}

.text-red {
	color: #EB1C24;
}

.text-blue {
	color: #272F6D;
}

.text-blue2{
	color: blue;
}

.text-black {
	color: #000;
}

div.block-round-border-bottom {
	background: url(../images/block-round-bottom.png) no-repeat;
	height: 9px;
}

div.block-round-border-top {
	background: url(../images/block-round-top.png) no-repeat;
	height: 9px;
}


div.container-block-round {
	text-align: center;
	margin: 20px 0 10px 0;
}

div.block-round-title {
	background: url(../images/background-title-block.png) no-repeat -1px;
	height: 33px;
	width: 150px;
	
	color: #fff;
	
	line-height: 33px;
	font-weight: bold;
	position: relative;
	top: -10px;
	
	font-size: 15px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

div.block-round-title-double {
	background: url(../images/background-title-block2.png) no-repeat -1px;
	height: 43px;
	width: 150px;
	color: #fff;
	
	line-height: 21px;
	
	padding: 5px 0;
	
	font-weight: bold;
	position: relative;
	top: -12px;
	
	font-size: 15px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

div.block-round {
	width: 150px;
	margin: 0 auto;
	
	background: #fff;
}

div.block-round-content {
	text-align: left;
	
	padding: 0 5px 5px 5px;
	
}

div.specialtis {
	font-size: 9px;
	padding-left: 3px;
	padding-right: 2px;
}


div.services-areas {
	font-size: 10px;
}



div.product-block {
	padding: 5px;
	border: 2px solid #000;
	
	text-align: center;
	font-weight: bold;
}


/* Estyle for error form */

#contactForm label.error {
	display: block;
	color: red;
}

table.table-quote td {
	vertical-align: top;
}

a img {
	border: 0;
}

div.powered-by {
	color: #fff;
	text-align: right;
	font-size: 11px;
}

div.powered-by a {
	color: #fff;
	text-decoration: none;
}