/* CSS Document */
body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background: #555555 url('imagenes/body-bg.jpg') repeat-x top left;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 0;
	}
	
.container {
	background: #80AAD5 url('imagenes/container-bg.jpg') repeat-x top left;
	margin: 0px auto;
	padding:0px;
	width: 960px;
	text-align: left;
}

.head {
	background: transparent url('imagenes/head-bg.jpg') repeat-x top left;
	height:270px;
	width:960px;
	float:left;
}

.head h1 {
	margin:60px 0px 0px 50px;
	background: transparent url('imagenes/head_title.png') no-repeat top left;
	height:54px;
	width:601px;
}

.head h2 {
	margin:5px 50px 0px 50px;
	font-size:20px;
}

.head h1 span {
	position:absolute;
	top:-500px;
}

.link-dattatec {
	text-decoration:underline;
	color:#FFCC00;
}

.content {
	padding:0px 30px;
}

.p_content {
	margin:auto 20px;
}

.separator {
	height:25px;
	margin-bottom:25px;
	border-bottom:1px dotted #A6C4E2;
	clear:both;
}

.video_1 {
	float:right;
	margin:0px 20px 0px 20px;
}

.video_2 {
	text-align:center;
	background: transparent url('imagenes/bg_video_2.jpg') repeat-x top left;
	padding:24px 0px 22px 0px;
	border:2px solid #A6C4E2;
}

.tittulo_item {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	color:#003366;
	font-size:24px;
	margin:auto 20px;
}

.tittulo_item_col {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	color:#003366;
	font-size:18px;
	margin:0px 0px 0px 120px;
}

.p_item {
	font-size:11pt;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

.p_item_col {
	font-size:11pt;
	text-align:justify;
	margin-left:120px;
}

.col_left {
	width:410px;
	float:left;
	padding:0px 20px;
}

.col_right {
	width:409px;
	float:left;
	padding:0px 20px;
	border-left:1px dotted #A6C4E2;
}

.footer {
	clear:both;
	margin-top:20px;
	background:#405E95 url('imagenes/footer-dattatec-logo.gif') no-repeat 715px 110px;
	border-bottom:10px solid #364975;
	border-top:3px solid #2F4066;
}

.footer h2 {
	margin:20px 0px 0px 30px;
}

.footer ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:40px;
	padding-right:25px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:6px;
	float:left;
	line-height:24px;
}

.footer a {
	color:#FFFFFF;
	font-size:10pt;
}