/* CSS Document */

/******************************************************************************
 DESCRIPCION: 
			  
 AUTOR: Adriana J. Ruiz M.
 FECHA DE CRACION: 11-Feb-2009
 ULTIMA MODIFICACION: 
******************************************************************************/

/*  Etiquetas HTML */

body {
	background: #000000 url(images/fondo.jpg); 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;	
}

h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	padding: 0px 0px 0px 0px;
}

/* Estilos Unicos */
#Encabezado {
	background: url(images/fondo_head.png) repeat-x;
	/*height: 52px;*/
}

#Contenido {
	background: #FFFFFF;
	padding-top:20px;
}
#Menu {
	background: #FFFFFF url(images/mnu_opc.jpg) repeat-x;
	height: 30px;
}

#SeccContenido {
	/*background: url(images/contenido.jpg) no-repeat center top;*/
	width: 851px;
/*	padding-top: 15px;*/
	padding-left: 11px;
}

#LateralIzq {
	background: url(images/lin_izq.png) repeat-y right;
	width: 10px;
}
#LateralDer {
	background: url(images/lin_der.png) repeat-y left;
	width: 10px;
}

#ServicioWeb {
	background: #000000 url(images/web.jpg) no-repeat left;
	width:206px;
	height:135px;
}
#ServicioHost {
	background: #000000 url(images/hosting.jpg) no-repeat left;
	width:206px;
	height:135px;
}
#ServicioSw {
	background: #000000 url(images/software.jpg) no-repeat left;
	width:206px;
	height:135px;
}
#ServicioOtros {
	background: #000000 url(images/otros_servicios.jpg) no-repeat left;
	width:205px;
	height:135px;
}

#SeccNotas {
	width: 190px;
	/*padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;*/
	font-size:11px;
	background-color: #EAEAEA;
}

#PiePagina{
	background: url(images/fondo_head.png);
	font-size:10px;
	color: #FFFFFF;
	padding:3px;
	text-align:center;
}

/*

*/
/* Estilos de Clase */

.lineSecciones{
	background:url(images/line.jpg) repeat-x;
	height: 1px;
} 
.lineMnu{
	background:url(images/lineMnu.jpg) repeat-x;
	height: 1px;
} 

.FdoTitlesTips{
	background: url(images/fdo_titles_tips.jpg) no-repeat center;
	height: 20px;
	color:#CCCCCC;
	padding-left: 25px;
	font-size:12px;
} 

/* Menu Encabezado*/
	
	.mnuOpcionHead {
		background:url(images/fdoBtn.png) no-repeat center;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		font-size: 11px;
		color: #FFFFFF;
		width:102px;
		height:20px;
	}
	
	.mnuOpcionOverHead {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align:center;
		font-weight: bold;
		color: #FFFFFF;
		cursor: hand;
		width:102px;
		height:20px;
	}

/* Menu */
	.mnuOpcionLuz {
		background: transparent url(images/mnuOpcSom.jpg) no-repeat;
		width: 1px;
		height:30px;
	}
	
	.mnuOpcionSom {
		background: transparent url(images/mnuOpcLuz.jpg) no-repeat;
		width: 1px;
		height:30px;
	}
	.mnuOpcion {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mnuOpcionOver {
		background: url(images/mnuOpcOver.jpg) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #006B77;
		padding-left: 10px;
		padding-right: 10px;
		cursor: hand;
	}
