@charset "utf-8";
/* CSS Document */

body {
    background-image: url(/images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#9fa3a6;
	background-color:#bfbfbf;
}

.container {
	width:900px;
	margin:auto;
}

.row {
	width:865px;
	height:110px;
	margin:auto;
	margin-bottom:14px;
}

.rowLogo {
	width:865px;
	height:110px;
	margin:auto;
	margin-top:10px;
}

.shadow {
	background:url(/images/shadow.png);
	width:873px;
	height:118px;
	position:relative;
	padding-left:4px;
	background-repeat:no-repeat;
}

.contenido {
	width:865px;
	height:110px;
	background:url(/images/rowLogo.gif);
}

.contenidoVideo {
	width:865px;
	height:110px;
	background:url(/images/rowVideo.gif);
}

.contenido3d {
	width:865px;
	height:110px;
	background:url(/images/row3d.gif);
}

.contenidoFoto {
	width:865px;
	height:110px;
	background:url(/images/rowFoto.gif);
}

.contenidoWeb {
	width:865px;
	height:110px;
	background:url(/images/rowWeb.gif);
}

.contenidoExtra {
	width:865px;
	height:110px;
	background:url(/images/rowExtra.gif);
}

.takealook {
	width:auto;
	padding:8px;
	padding-top:20px;
	text-align:center;
}

.middle {
	padding:6px;
	padding-bottom:6px;
}

.imgTakeALook {
	padding-top:4px;
}

.footer {
	text-align:center;
	padding:8px;
	padding-bottom:20px;
}

.col, .colderecha, .colizquierda {
	width:190px;
	height:94px;
	float:left;
	color:#444f58;
	padding:8px;
	line-height:18px;
	padding-left:14px;
}

.colderecha {
	width:400px;
	float:right;
	text-align:right;
	padding-right:16px;
	line-height:22px;
	letter-spacing:-0.02em;
	color:#969696;
}

.colizquierda {
	width:240px;
	float:left;
	text-align:left;
	padding-left:128px;
	line-height:22px;
	font-weight:bold;
	
}

.bold {font-weight:bold;}

.col a {
	color:#444f58;
	text-decoration:none;
}

.col a:hover {
	color:#F30;
	padding-left:2px;
}
