/* CSS Document */

.main{
	width:770px;
	margin:auto;
	display: block;
	overflow:hidden;
	/*background-image: url(../img/fondos/fondoMain.png);*/
}
img{
border:0;
}
#top{
	width:770px;
	height:200px;
	background-image: url(../img/guia/top_N2.png);
}
#topHome{
	width:770px;
	height:368px;
	background-image: url(../img/guia/top.png);
}
#izquierda{
	width:440px;
	background-color: #FFFFFF;
	float: left;
	display: inline-table;
	background-image: url(../img/fondos/fondo_contenidos.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.correct {
	display:block;
	margin-left:445px;
	padding-left:5px;
}
.derecha{
	width:320px;
	background-color:#FFFFFF;
	background-image: url(../img/fondos/fondoBanner.png);
	background-repeat: repeat-x;
	/*background-image: url(img/fondo-central.png);
	text-align:justify;
	padding-left:10px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-position: left top;*/
}
.contDerecha{
	width: 290px;
	padding-left: 10px;
}

/*corrige el margen de 3px de IE*/
* html .main{
	height:1%;
}
* html .derecha{
	background-color:#FFFFFF;
	width:320px;
	display:inline-block;
	/*
	text-align:justify;
	padding-right: 10px;*/
}
* html .correct {
	padding-left:-3px;
	margin-left: 442px;
}
/*----------------------*/
.contenidos{
	padding-left:30px;
	padding-right:30px;
	padding-top: 2px;
}
.item {
	border-bottom: 1px dotted #999999;
	padding: 5px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.itemUltimo {
	padding: 5px 0px;
}
.techData{
	text-align:left;
	padding-bottom: 10px;
	line-height: 0.8em;
	font-size: 0.9em;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.techData h2{
	font-size:1.4em;
	text-align:left;
	padding-bottom: 10px;
	color: #FF0000;
	font-weight: bold;
}
.techDataItem{
	text-align:left;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	padding-bottom: 10px;
	margin-right: 10px;
}
.pie {
	background: url(../img/guia/pie.png);
	width: 740px;
	height: 40px;
	margin: auto;
	color: #999;
	font-size:0.8em;
	padding-left:30px;
	padding-top:35px;
}
.pie a:link,a:visited{
	color: #999;
	font-size: 1em;
	text-decoration: none;
	border:0;
	outline:none;
}

.pie a:hover{
color: #FFF;
}

