body {
	margin: 0;
	padding: 0;
	background-color: #FE9900;
	background-image: url(../img/bg-cnt-princ.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


/* Contenedor-Principal
-------------------------------------*/
#contenedor-principal {
	width: 100%;
	background-image: url(../img/bg-cnt-princ.jpg);
	background-repeat: repeat-x;
}

/* Wrapper
-------------------------------------*/

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Head
-----------------------------------------*/

#head {
   position: relative;
	width: 900px;
   height: 300px;
	background: url(../img/bg-head.jpg);
	
}

#head #logo {
	position: absolute;
	top: 24px;
	left: 26px;
}

#head img {
	border: none;
}

/* Top
----------------------------------------------------*/

#top {
	width: 900px;
	height: 200px;
	background: url(../img/bg-top.jpg);
}

/* TopInterna
----------------------------------------------------*/

#topinterna {
   position: relative;
	width: 900px;
	height: 100px;
	background: url(../img/bg-top.jpg);
}
/* Link-Inicio
--------------------------------------------------*/

#topinterna a {
   float: right;
	margin-right: 10px;
	margin-top: 15px;
	text-decoration: none;
	color: #fff;
}

#topinterna a:hover {
	color: #fe9900;
	padding-bottom: 1px;
	border-bottom: 1px dotted #FFB200 !important;
	border-bottom: 1px solid #FFB200;
}

/* Bienvenidos
----------------------------------------------------*/

#welcome {
	float: left;
	width: 500px;
	height: 200px;
	margin-left: 30px;
	background-image: url(../img/titulos/bienvenidos.jpg);
	background-repeat: no-repeat;
	background-position:top left; 
}


/* Representamos
-------------------------------------------------------*/
  
#representamos {
	float: left;
  	width: 360px;
	height: 200px;
	background-image: url(../img/titulos/representamos.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#representamos .box-img {
	float: left;
   margin-top: 65px;
	margin-right: 12px;	
}

/* Contenido
---------------------------------------*/

#contenido {
	width: 900px;
	height: 400px;
   margin-top: 1px;
	background-color: #fff;
	background-image: url(../img/titulos/casos-de-exito.jpg);
	background-repeat: no-repeat;
	background-position: 30px 10px;

}

/* ContenidoLateral
--------------------------------------------*/

#contenido #contenido-lateral {
	float: right;
	width: 400px;
	height: 400px;
   background-color: #e2e2e2;
	background-image: url(../img/titulos/productos.jpg); 
	background-repeat: no-repeat;
	background-position: 30px 10px;
}

/* ContenidoLeft
--------------------------------------*/

#contenido .contenido-caja {
	float: left;
	margin-top: 60px;
}

  #link-pelicula {
   float: left;  
	width: 200px;
	margin-left: 32px !important;
	_margin-left:28px;
	text-indent: 50px;
	background-image: url(../img/video-link.jpg);
	background-repeat: no-repeat;
	background-position: left center; 
	line-height: 45px;
	height: 45px;
}

span a {
	text-decoration: none;
	color: #333;
}

span a:hover {
	text-decoration: none;
	color: #fe9900;
	border-bottom: 1px dotted #fe9900;
	_border-bottom:1px solid #fe9900;
}

/* HACK IE7
----------------------------------*/

*+HTML #contenido #contenido-lateral {
	background-position: 24px 10px;
}

*+HTML .box-productos {
	float: left;
	width: 360px;  
	margin-top: 10px;
	margin-left: 25px;
}

*+HTML .box-productos .img-productos {
	float: left;
   margin-left: 0px;
}

*+HTML #link-pelicula {
   float: left;  
   width: 200px;
	margin-left: 25px !important;
	text-indent: 50px;
	background-image: url(../img/video-link.jpg);
	background-repeat: no-repeat;
	background-position: left center; 
	line-height: 45px;
	height: 45px;
}


/* BoxContenido
--------------------------------------*/

#contenido .box-contenido {
	position: relative;
	width: 470px;
	height: 145px;
	margin-left: 20px;
}

.box-productos {
   float: left; 
	margin-left: 33px;
	margin-top: 10px;
}




/* Pie
---------------------------------------*/

#pie {
  	clear: both;
	width: 900px;
	height: 60px;
	margin-top: 1px;
	background-color: #333;
}

#pie a {
	color: #fff;
	text-decoration: none;
}

#pie a:hover {
	color: #fe9900;
}

/* LinkPie
----------------------------------------*/
#link {
   margin-top: 5px;
   margin-bottom: 15px;
   float: right;
	width: 90px;
}

#link span{
   display: block;
   font-size: x-small;
	color: gray;
	font-family:Arial, Helvetica, sans-serif;
	
}

#link a {
	display: block;
	float: right;
	text-decoration: none;
	color: gray;
	font-size: small;
   font-weight: bold;
}
 