@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
	color: #21337f;
}

#cabecera {
	width: 100%;
	height: 110px;
	font-size: 11px;
	color: #21337f;
	background: url(../imagenes/digimake-cabecera-fondo.jpg);
	background-repeat: repeat-x;
}

#cabecera .centradocabecera {
	margin: auto;
	width: 899px;
	height: 110px;
}

#cabecera img {
	float: left;
}

#cabecera p .imgcontacto {
	float: right;
	margin-left: 5px;
}

#cabecera a, a:hover {
	text-decoration: none;
	color: #21337f;
	font-weight: bold;
}

#cabecera p {
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 20px;
}

#contenido {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

#contenido .centrado {
	width: 899px;
	margin: auto;
}

#botonera {
	float: right;
	width: 643px;
	height: 28px;
}

#botonera a span {
	display: none;
}

#botonera ul {
	float: left;
	display: block;
	height: 28px;
}

#botonera ul li {
	float: left;
}

#botonera ul li a {
	display: block;
	height: 28px;
}

#botonera ul li a.menu-uno {
	width: 95px;
	background-image: url(../imagenes/boton-1.gif);
}

#botonera ul li a.menu-dos {
	width: 114px;
	background-image: url(../imagenes/boton-2.gif);
}

#botonera ul li a.menu-tres { 
	width: 112px;
	background-image: url(../imagenes/boton-3.gif);
}

#botonera ul li a.menu-cuatro {
	width: 140px;
	background-image: url(../imagenes/boton-4.gif);
}

#botonera ul li a.menu-cinco {
	width: 101px;
	background-image: url(../imagenes/boton-5.gif);
}

#botonera ul li a.menu-seis {
	width: 81px;
	background-image: url(../imagenes/boton-6.gif);
}

#botonera ul li a:hover {
	background-position: 0px -28px;
}

.uno #botonera ul li a.menu-uno,
.dos #botonera ul li a.menu-dos,
.tres #botonera ul li a.menu-tres,
.cuatro #botonera ul li a.menu-cuatro,
.cinco #botonera ul li a.menu-cinco,
.seis #botonera ul li a.menu-seis {
	background-position: 0px -56px;
}

#modulo {
	width: 224px;
	float: left;
	padding: 15px;
	border-left: 1px solid #CCC;
	font-size: 11px;
	padding-bottom: 80px;
	background: url(../imagenes/digimake-iconos.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #eeeded;
}

#modulo img{
	margin-bottom: 10px;
}

#modulo .rotacion{
	width: 224px;
	height: 180px;
	margin-bottom: 10px;
	background-image: url("img_azar.php?imgazar=../imagenes/promo_&ext=jpg&a=1&b=2");
}

#modulo span{
	color: #f4460a;
	font-size: 10px;
	font-weight: bold;
}

#modulo strong{
	font-weight: bold;
}

#modulo a{
	color: #21337f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#modulo a:hover{
	color: #f4460a;
}

#modulo h3{
	font-size: 14px;
	font-weight: bold;
	color: #21337f;
}

#modulo h3 span{
	font-size: 12px;
	font-weight: bold;
	color: #f4460a;
}

#modulo h4{
	font-size: 12px;
	font-weight: bold;
	color: #21337f;
	padding-left: 10px;
	background: url(../imagenes/flecha.png);
	background-position: left;
	background-repeat: no-repeat;
}

#modulo p.justificado {
	text-align: justify;
}

#modulo label{
	font-size: 11px;
	font-weight: bold;
	color: #21337f;
}

#modulo textarea{
	width: 215px;
}

#modulo input{
	width: 215px;
}

#modulo .enviar,
#modulo .borrar
{
	width: 60px;
	margin-top: 10px;
}

#modulo ul{
	margin-top: 10px;
	margin-left: 5px;	
}

#modulo li{
	background: url(../imagenes/punto.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#menu {
	width: 220px;
}

#menu h1 span{
	color: #F4460A;
	font-size: 14px;
}

#menu ul {
	border-top: 1px solid #adacac;
	border-bottom: 1px solid #adacac;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background: #FFF;
}

#menu li {
	background: url(../imagenes/menu-punto-1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#menu ul li a {
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 5px;
}

#menu ul li a:hover,
#menu ul li a.activo {
	color: #F4460A;
	background-image: url(../imagenes/menu-punto-2.jpg);
	padding-left: 5px;
}

#cuerpo {
	width: 611px;
	float: right;
	background: #FFF;
	padding: 15px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#cuerpo p.trabajosizq {
	float: left;
	color: #21337f;
	padding-left: 5px;
	margin-bottom: 30px;
}

#cuerpo p.trabajosder {
	float: right;
	color: #21337f;
	padding-right: 5px;
	margin-bottom: 30px;
}

#cuerpo .packformulario {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}

#cuerpo a {
	font-weight: bold;
	color: #21337f;
	text-decoration: none;
}

#cuerpo a:hover {
	color: #f4460a;
}

#cuerpo h1{
	font-size: 16px;
	font-weight: bold;
	color: #21337f;
	clear: both;
	padding-top: 15px;
}

#cuerpo h2{
	font-size: 13px;
	font-weight: bold;
	color: #F4460a;
	clear: both;
	padding-bottom: 5px;
}

#cuerpo h1 span{
	color: #f4460a;
}

#cuerpo span{
	color: #21337f;
}

#cuerpo span strong{
	color: #F4460a;
	font-weight: bold;
}

#cuerpo .img_1{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../imagenes/digimake-diseno-web.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#cuerpo .img_2{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../imagenes/digimake-diseno-grafico.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#cuerpo .img_3{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../imagenes/digimake-tiendas-virtuales.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#cuerpo .img_4{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: url(../imagenes/digimake-plantillas-joomla.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#cuerpo .img_1:hover,
#cuerpo .img_2:hover,
#cuerpo .img_3:hover,
#cuerpo .img_4:hover
{
	background-position: 0px -60px;
}

#cuerpo .img_5{
	float: right;
	width: 101px;
	height: 100px;
	margin-left: 10px;
	background: url(../imagenes/digimake-contacto.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#cuerpo .img_5:hover{
	background-position: 0px -100px;
}

#cuerpo .especial{
	font-size: 12px;
	color: #21337f;
	font-weight: bold;
	text-align: right;
	clear: both;
}

#cuerpo .precio{
	font-size: 12px;
	color: #F4460a;
	font-weight: bold;
	text-align: right;
}

#cuerpo .precio span{
	font-size: 24px;
	color: #F4460a;
	font-weight: bold;
}

#cuerpo table{
	margin: auto;
	margin-top: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #eeeded;
}

#cuerpo td{
	padding: 5px;
	vertical-align: middle;
}

#cuerpo th{
	color: #F4460A;
	font-size: 14px;
	padding: 5px;
}

#cuerpo td li{
	background: url(../imagenes/punto.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#cuerpo li{
	margin-left: 10px;
}

#cuerpo li{
	background: url(../imagenes/punto.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#cuerpo td span{
	color: #21337f;
	font-weight: bold;
}

#cuerpo td label{
	color: #21337f;
	padding-left: 15px;
}

#cuerpo .enviar{
	width: 80px;
	height: 25px;
	border: 0px;
	cursor: pointer;
	margin: 5px;
	background: url(../imagenes/digimake-enviar.jpg);
	background-repeat: no-repeat;
	color: #21337f;
	font-weight: bold;
}

#cuerpo .borrar{
	width: 80px;
	height: 25px;
	border: 0px;
	cursor: pointer;
	margin: 5px;
	background: url(../imagenes/digimake-borrar.jpg);
	background-repeat: no-repeat;
	color: #21337f;
	font-weight: bold;
}

#cuerpo td textarea{
	width: 490px;
}

#cuerpo td .pieformulario{
	font-size: 10px;
	text-align: center;
}

#cuerpo .notas {
	font-size: 10px;
	margin-bottom: 5px;
}

#cuerpo .notas span {
	color: #F00;
}

#cuerpo .catalogopdf {
	width: 588px;
	height: 30px;
	padding: 10px;
	background: #eeeded;
	border: 1px solid #CCC;
}

#cuerpo .catalogopdf p {
	padding-top: 17px;
}

#cuerpo .catalogopdf img {
	border: 1px solid #CCC;
	margin-right: 5px;
	float: left;
}

.galeria {
	width: 611px;
	border: 1px solid #CCC;
	text-align: center;
	background: #eeeded;
}

.galeria a {
	text-decoration: none;
}

.galeria a:hover {
	position: relative;
}

.galeria a img {
	border: 1px solid #CCC;
	margin: 5px;
}

.galeria a span { 
	position: absolute;
	left: -40px;
	z-index: 10;
	top: -100px!important;
	top: -30px;
	display: none;
	width: 200px;
	height: 200px;
}

.galeria a:hover span {
	display: block;
}

.galeria a span img {
	width: 200px;
	height: 200px;
}

#tablapack img{
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#tablapack p{
	color: #21337F;
}

#tablapack p.enlacepack{
		text-align: center;
		margin-top: 8px;
}

#tablapack td{
	padding: 15px;
}

.verde {
	color: #060;
	font-size: 14px;
	font-weight: bold;
}

#pie {
	width: 100%;
	height: 66px;
	font-size: 10px;
	color: #FFF;
	background: url(../imagenes/digimake-fondo-pie.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#pie .centradopie {
	margin: auto;
	width: 899px;
	height: 66px;
}

#pie .pieizq p {
	padding-top: 18px;
}

#pie .pieizq img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
}

#pie .pieder img {
	float: right;
	margin-right: 5px;
	margin-top: 28px;
}

#pie a, a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

