/** CSS Document 
 * @author ifcanduela
 */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body { /* FONDO GRIS:
	background:#CCCCCC url(../images/fondo_gris.gif) repeat-y center;
*/
	background: #FFFFFF url(../images/fondo.gif) repeat-y center;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

A {
	color: #999999;
	text-decoration: none;
}

A:hover {
	color: #FF9933;
	text-decoration: underline;
}

#contenedor {
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

#cabecera {
	padding: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#ETI {
	float: left;
	font-size: 36px;
	margin-left: 15px;
}

#ETI A {
	background: #FFFFFF url(../images/eti_titulo.jpg) no-repeat top left;
	color: #666666;
	height: 110px;
	width: 550px;
	text-indent: 100000px;
	overflow: hidden;
	display: block;
}

#cabeceraDerecha {
	text-align: right;
	font-size: 16px;
	float: right;
	right: 0px;
	top: 0px;
}

#bySerditec {
	text-align: right;
	font-size: 16px;
	/*	float:right; */
	right: 0px;
	top: 0px;
}

#bySerditec A {
	background: #FFFFFF url(../images/bySerditec.jpg) no-repeat top left;
	color: #666666;
	height: 61px;
	width: 95px;
	text-indent: 100000px;
	overflow: hidden;
	display: block;
}

#menuPrincipal {
	background-color: transparent;
	color: #999999;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 10px;
	border-top: #999999 1px solid;
	clear: both;
}

#idioma {
	margin-top: 15px;
}

#miniaturas {
	display: block;
	float: right;
}
#promo_pymes {
	display: block;
	float: left;
	width:275px;
	font-size:12px;
}

#promo_pymes A {
	background:#FFFFFF url("../images/boton_pymes_0.jpg") no-repeat top left;
	width:265px;
	height:50px;
	text-indent: 100000px;
	display:block;
	overflow: hidden;
}

#promo_pymes A:hover {
	background-image:url("../images/boton_pymes_1.jpg");
	
}

#menuPrincipal A {
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

#menuPrincipal A:hover {
	background-color: #FFFFFF;
	color: #FF9933;
	text-decoration: underline;
}

#flashMovie {
	height: 190px;
	clear: both;
}
#noFlashMovie {
	height: 20px;
	clear: both;
}

#columnas {
	margin-top: 20px;
	position: relative;
	/*	white-space:nowrap; */
}

.columna {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}

.columnaDentro {
	margin: 0 auto;
	width: 167px;
	background: url(../images/columna_fondo.gif) center repeat-y;
	background-color: #FFFFFF;
	/*	white-space:normal; */
	text-align: left;
	color: #666666;
}

.cuerpoColumna {
	padding: 0px 10px;
	height: 550px;
	line-height: 200%;
	text-align: left;
	background: url(../images/columna_fondo.gif) center repeat-y;
}

.cuerpoColumna A {
	text-decoration: underline;
	color: #006699;
}

.cuerpoLista {
	padding: 10px 10px;
	text-align: left;
	line-height: 150%;
	background: url(../images/columna_fondo.gif) center repeat-y;
}

.cuerpoLista A {
	text-decoration: underline;
	color: #006699;
}

.linkCab {
	color: #666666;
	height: 28px;
	width: 167px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#linkCabSectores {
	background-image: url(../images/columna_sectores.gif);
}

#linkCabEquipos {
	background-image: url(../images/columna_equipos.gif);
}

#linkCabSoporte {
	background-image: url(../images/columna_soporte.gif);
}

#linkCabContacto {
	background-image: url(../images/columna_contacto.gif);
}
#linkCabEmpresa {
	background-image: url(../images/columna_empresa.gif);
}

#linkCabSectores:hover,
#linkCabEquipos :hover,
#linkCabContacto:hover,
#linkCabSoporte:hover
#linkCabEmpresa:hover {
	background-position: bottom left;
}

.linkPieCol {
	height: 58px;
	width: 167px;
	text-indent: 100000px;
	overflow: hidden;
	background: url(../images/columna_pie.gif) top left no-repeat;
	display: block;
}

.linkPieCol:hover {
	background: url(../images/columna_pie.gif) bottom left no-repeat;
}

.linkPieLista {
	height: 18px;
	width: 167px;
	text-indent: 100000px;
	overflow: hidden;
	background: url(../images/lista_pie.gif) top left no-repeat;
	display: block;
}

img,img.fruta {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#infoBar {
	background-color: #EFEFEF;
	color: #666666;
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

TD.celdaContenidos75 P A {
	font-weight: bold;
	text-decoration: underline;
}

TD.celdaContenidos75 H3 {
	border-top: 1px solid #CCCCCC;
	clear: both;
	margin-top: 35px;
}

IMG.imgIzquierda {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 5px;
}

IMG.imgDerecha {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
