/* CSS Document */

.main{
	width:782px;
	margin:auto;
	display: block;
	overflow:hidden;
	/*background-image: url(../img/fondos/fondoMain.png);*/
}
img{
border:0;
}
#top{
	width:782px;
	height:200px;
}
#topHome{
	width:770px;
	height:360px;
	/*background: url(../img/fondos/fondo_carrousell.png) no-repeat center top;*/
}
#izquierda{
	width:450px;
	background-color: #FFFFFF;
	float: left;
	display: inline-table;
	background-image: url(../img/fondos/fondo_contenidos.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#toPrint{
	width:425px;
	background-image:url(../img/printer.png);
	background-position:right top;
	background-repeat:no-repeat;
	text-align: right;
	margin-right: 0px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.correct {
	display:block;
	margin-left:455px;
	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: 452px;
}
/*----------------------*/
#contenidos{
	padding-left:30px;
	padding-right:30px;
	padding-top: 2px;
	overflow: hidden;
}
.item {
	border-bottom: 1px dotted #999999;
	padding: 5px 0px;
	overflow: hidden;
}
.itemUltimo {
	padding: 5px 0px;
}
.techData{
	text-align:left;
	padding-bottom: 10px;
	line-height: 0.8em;
	font-size: 0.9em;
	padding-top: 15px;
}
.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 {
	width: 782px;
	height: 40px;
	margin: auto;
	color: #FFFFFF;
	font-size:0.8em;
	text-align:center;
	padding-top: 10px;
}
.pie span {
font-weight:bold;
color:#FFCC00;
}
.pie a:link,a:visited{
	color: #CCCCCC;
	font-size: 1em;
	text-decoration: none;
}

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