html, body {
	margin: 0;
	padding: 0;
	border: 0px solid #000;
	text-align: center;
	background: #eeeeee;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
	border: 0px solid #000;
	font-family: Arial, sans-serif;
}

.header {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2px;
/*	border-bottom: 10px solid #EB961F; */
}

.headerPadding {
	position: relative;
	float: left;
	width: 200px;
	height: 89px;
	background-image:url(../images/fondoLeft.png);
}

.footer {
	float: left;
	width: 100%;
}

.leftColumn {
	float: left;
	width: 200px;
	height: 100%;
	text-align: center;
	background-image:url(../images/fondoLeft.png);
	height: 300px;
}

.leftButton {
	margin-top: 30px;
}

.central {
	position: relative;
	float: left;
	width: 588px;
	height: 10px;
}

.rightColumn {
	float: left;
	width: 210px;
}

.content li
{
	text-align: left;
}

.resumenServicio
{
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #fff;
	margin-top: 20px;
}

.caja {
	float:left;
	border: 1px solid #EB961F;
	margin-left: 2px;
	text-align:center;
	width: 60px;
	font-size:12px;
	color: #EB961F;
}

.cajaSel {
	float:left;
	border: 1px solid #EB961F;
	background-color:  #EB961F;
	margin-left: 2px;
	text-align:center;
	width: 60px;
	font-size:12px;
	color: #ffffff;
}

a {
	text-decoration: none;
}	
 
a:hover {
	color: #c00;
	text-decoration: underline;
}

a:active { color: #0000FF;}
a:visited {color: #0000FF;}

.footer a{ color: #EB961F;}
.footer a:hover{ color: #EB961F;}
.footer a:active { color: #EB961F;}
.footer a:visited { color: #EB961F;}

.cajaSel a{ color: #EB961F;}
.cajaSel a:hover{ color: #fff; text-decoration: none;}
.cajaSel a:active { color: #EB961F;}
.cajaSel a:visited { color: #fff;}
.caja a{ color: #EB961F;}
.caja a:active { color: #EB961F;}
.caja a:visited { color: #EB961F;}

img { border-style: none;}
.central .content {
	text-align: justify;
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 100;
}
.central .subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	margin: 10px 10px 0px 10px;
	border-bottom: 2px solid #EB961F;
}

