/*  
Proyecto: IDTKNOLOGY
diseño y construcción: Gustavo Antunez
E-mail: gustavoantunez@gmail.com
fecha: 09/01/2009
Mod 1: -
Mod 2: -
*/ 


* { padding: 0; margin: 0; }

table { border-spacing: 0px;	border-collapse: collapse; }

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #B70000 url(../img/bgBody.jpg) repeat-x;
}
	
#contenedor {
	width:800px;
	height:550px;
	margin:10px auto;
	position:relative;
}

#contenido {
	width: 800px;
	height: 550px;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 20px 10px 10px;
	overflow: auto;
	text-align:center;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-210px 0 0 -360px;
	left:45%;
	top:35%;
}
/* fin hack */

#logo{
	margin-bottom: 30px;
	margin-top: 20px;
}
.titulo{
	font-weight: normal; color: #FE0000;
	border-bottom: 1px dashed #A40000;
	padding-bottom: 12px; margin-bottom: 20px;
}

.apart{
	padding: 12px 12px 20px 12px; margin: 24px 0;
	background: #B20000;
	width: 500px;
	margin: auto;
	border-top: 1px solid #A40000;
}
.contact{
	background: #A40000;
	padding: 12px;
	width: 500px; margin: auto;
}
a:link, a:visited{
	color: #FFF; text-decoration: none;
	border-bottom: 1px dotted #FFF;
	padding: 0 6px;
}
a:hover, a:active{
	color: #FFF;
	background: #FE0000;
	border-bottom: none;
}