/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	height: 100%;
}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #af0021 url(../images/bg-main.gif) repeat-y 50% 0;
	height: 100%;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}

h1 {
	/*color: #af0021;*/
	font-size: 12px;
	line-height: 17px;
	margin: 5px;
	font-weight:normal;
	border-bottom: 1px solid #af0021;
}

h2 {
	color: #af0021;
	font-size: 12px;
	line-height: 35px;
	margin: 0;
	border-bottom: 1px solid #af0021;
}
p {
	margin: 0 0 20px;
	color: #222;
	font-size: 12px;
	line-height: 18px;
}
p a {
	text-decoration: underline !important;
	color: #222;
}
p a:hover {color: #AF0021;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 885px;
	padding-top: 12px;
}
/*HEADER*/
#header {
	background: url(../images/bg-top-bar.gif) no-repeat;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 10px;
}
#header a {color: #666;}
#header a:hover {
	color: #AF0021;
	text-decoration: none !important;
}
#header strong {
	float: left;
	color: #af0021;
}
.inicio {
	float: left;
	background: url(../images/img-top-bar-separator.gif) no-repeat 10px 1px;
	padding-left: 30px;
}
.top-nav {
	padding: 0;
	margin: 0;
	float: left;
	background: url(../images/img-top-bar-separator.gif) no-repeat 10px 1px;
	padding-left: 30px;
}
.top-nav li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 2px 50%;
}
.top-nav li:first-child {
	padding: 0;
	background: none;
}
/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
	padding-top: 14px;
}
/*column1*/
.column1 {
	width: 141px;
	float: left;
	background: url(../images/bg-column1.gif) repeat-y;
}
.column1 .column-bottom {
	height: 12px;
	overflow: hidden;
	background: url(../images/bg-column1-bottom.gif) no-repeat;
}
.column1 .column-content {
	padding: 0 2px 0 5px;
	margin: 0 5px 0 2px;
	background: url(../images/bg-box-content.gif) repeat-x;
	overflow: hidden;
	height: 1%;
}
/*logo*/
.logo {
	margin: 34px auto 15px;
	background: url(../images/logo.gif) no-repeat;
	width: 113px;
	height: 93px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*column2*/
.column2 {
	float: left;
	width: 250px;
	background: url(../images/bg-column2.gif) repeat-y;
	margin-left: 5px;
	display: inline;
}
.column2 .column-bottom {
	height: 16px;
	overflow: hidden;
	background: url(../images/bg-column2-bottom.gif) no-repeat;
}
.column2 .column-content {
	padding: 0 9px;
	margin: 0 4px 0 2px;
	background: url(../images/bg-box-content.gif) repeat-x;
}
/*sub-nav*/
.sub-nav {
	padding: 0 0 0 4px;
	margin: 0;
	background: url(../images/bg-sub-nav.gif);
}
.sub-nav a {
	font-size: 12px;
	color: #222;
	line-height: 21px;
}
.sub-nav a:hover {
	color: #AF0021;
	text-decoration: none;
}
.sub-nav ul {
	margin: 0;
	padding: 0 0 0 10px;
	display: none;
}
.sub-nav li.active ul {display: block;}
/*column3*/
.column3 {
	float: right;
	width: 485px;
	background: url(../images/bg-column3.gif) repeat-y;
}
.column3 .column-bottom {
	height: 15px;
	overflow: hidden;
	background: url(../images/bg-column3-bottom.gif) no-repeat;
}
.column3 .column-content {
	padding: 0 16px 0 16px;
	margin: 0 4px 0;
	background: url(../images/bg-box-content.gif) repeat-x;
}
/*breadcrumbs*/
.breadcrumbs {
	width: 440px;
	padding: 0;
	margin: 0;
	margin: 0;
	border-bottom: 1px solid #af0021;
}
.breadcrumbs li {
	display: inline;
	padding-left: 10px;
	background: url(../images/img-top-menu-separator.gif) no-repeat 3px 50%;
	font-size: 12px;
	line-height: 35px;
	color: #af0021;
}
.breadcrumbs a {
	line-height: 35px;
	color: #af0021;
}
.breadcrumbs li:first-child {
	padding: 0;
	background: none;
}
/*list servicios*/
.list ul.normal {

	font-size:12px;
	color:#222;
	margin: 0;
	width:450px;
	
}
.list ul.normal li{

	margin:0;
	padding-left:14px;
	width:400px;
	list-style-type:circle;
	
}

/*photo-list*/
.photo-list {
	overflow: hidden;
	width: 100%;
}
.photo-list ul {
	padding: 8px 0 0;
	margin: 0;
	width: 480px;
	overflow: hidden;
}
.photo-list ul li {
	float: left;
	width: 205px;
	margin: 0 32px 35px 0;
}
.photo-list strong {
	color: #666;
	font-size: 12px;
	background: url(../images/img-arrow-bullet.gif) no-repeat 0 5px;
	line-height: 16px;
	margin: 0;
	padding: 4px 0 4px 24px;
	height: 30px;
	display: block;
}
.photo-list a:hover strong {
	color: #AF0021;
	background-position: 0 -39px;
}
.ico-title {
	color: #af0021;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}
.ico-title img {
	float: left;
	margin-right: 14px;
}
.ico-title span {
	display: block;
	color: #222;
	font-size: 12px;
	font-weight: normal;
}
.ico-title strong {
	display: block;
	margin-top: 15px;
}
/*flash-holder*/
.flash-holder {margin-bottom: 24px;}
.c-photo {
	float: right;
	margin-left: 10px;
}
/*FOOTER*/
#footer {
	clear: both;
}

#pie a.link-pie{

	color:#000000;

}

#pie a.link-pie:hover{
	 color:#FFFFFF;


}
