@charset "utf-8";

BODY {
	margin: 0;
	background-color: #FFFFFF;
}
BODY, TD, TH {
	font: 13px Arial, Helvetica, sans-serif;
}
P {
	margin: 0;
}
IMG {
	border: none;
}

#header {
	height: 107px;
	padding-bottom: 47px;
	background: url(../img/header_bg.gif) no-repeat center top;
}
	#header_content {
		position: relative;
		width: 973px;
		margin: 0 auto;
	}
		#sponsor {
			float: left;
			width: 325px;
			padding-left: 29px;
		}
			#sponsor SPAN {
				display: block;
				padding: 12px 0 5px 0px;
				font-size: 12px;
			}
		#tlf {
			padding: 40px 0 0 140px;
			font-size: 24px;
			letter-spacing: -1px;
		}
			#tlf A {
				margin-right: 13px;
			}
			#tlf_number {
				display: block;
				margin-top: -64px;
				padding-left: 358px;
			}
		#arag {
			position: absolute;
			right: 0px;
			top: 12px;
		}
#container {
	width: 973px;
	margin: 0 auto;
}
#content_header {
	height: 36px;
	text-align: right;
	background: url(../img/content_header_bg.gif) no-repeat;
}
	#header_title {
		float: left;
		padding: 11px 0 0 29px;
	}
	#header_home {
		display: block;
		padding: 16px 20px 0 0;
	}
		#header_home A {
			color: #000000;
			text-decoration: none;
		}
		#header_home A:hover {
			text-decoration: underline;
		}
#content {
	height: 413px;
	background: url(../img/home_bg.jpg) no-repeat;
}
	#buttons {
		float: left;
		width: 329px;
		padding: 29px 0 0 27px;
	}
		#buttons A {
			display: block;
			width: 283px;
			margin-bottom: 16px;
		}
	#section {
		float: left;
		padding-top: 30px;
	}

OL.slideList {
	margin: 0;
	padding: 0;
}
	OL.slideList LI {
		padding-bottom: 15px;
		padding-left: 17px;
		list-style: none;
	}
		OL.slideList LI SPAN.arrow {
			display: block;
			position: relative;
			width: 20px;
			height: 18px;
			float: left;
			margin-left: -20px;
			background-image: url(../img/list_bullet.gif);
			background-repeat: no-repeat;
			background-position: 3px top;
		}
			OL.slideList LI SPAN.opened {
				background-position: -17px top;
			}
		OL.slideList LI A {
			text-decoration: none;
		}
		OL.slideList LI DIV {
			display: none;
			clear: left;
		}
		
OL.slideList LI A,
.colorYellow {
	color: #DBAF00 !important;
}


/* index.html  */
DIV.home {
	padding-top: 38px;
}
	DIV.home P {
		font-size: 15px;
		line-height: 20px;
	}
	
	

/* por_que_contratarlo.html */
DIV.porque_bg {
	background-image: url(../img/porque_bg.jpg) !important;
}
DIV.porque {
	padding-top: 38px;
}
	DIV.porque OL.slideList LI DIV {
		width: 315px;
	}

/* coberturas.html */
DIV.cobertura_bg {
	background-image: url(../img/coberturas_bg.jpg) !important;
}
DIV.coberturas {
	padding-top: 20px;
}
	DIV.coberturas OL.slideList LI DIV {
		width: 370px;
	}
	
	
/* caso_real.html  */
DIV.casoreal_bg {
	background-image: url(../img/casoreal_bg.jpg) !important;
}
#section_title H2 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
}
DIV.casoreal {
	padding-top: 28px;
}
	DIV.casoreal P {
		padding-bottom: 10px;
		font-size: 12px;
	}
#content_swf {
	float: left;
}
	#content_swf DIV {
		width: 396px;
		padding-top: 50px;
		text-align: center;
	}

#casos_videos {
	float: left;
	margin-left: 15px;
	width: 124px;
	height: 289px;
	overflow: auto;
	background-color: #F0D500;
}
DIV.casos_thumb {
	margin: 9px 0 0 5px;
}
	DIV.casos_thumb_border {
		width: 95px;
		height: 59px;
		border: solid 1px #AB9841;	
	}
		DIV.casos_thumb_photo {
			width: 93px;
			height: 57px;
			margin: 1px 0 0 1px;
			overflow: hidden;
		}
			DIV.casos_thumb_photo IMG {
				margin: -17px 0 0 -13px;
			}
		DIV.casos_thumb_time {
			float: right;
			width: 32px;
			margin: -15px 1px 0 0;
			font: bold 11px Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			background-color: #000000;
			filter: alpha(opacity=75);
			opacity: .75;
			text-align: center;
		}
	DIV.casos_thumb_title {
		font-size: 9px;
	}
		DIV.casos_thumb_title A {
			text-decoration: none;
		}
		DIV.casos_thumb_title A:hover {
			text-decoration: underline;
		}