    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
/* Fin del Reset    */  

body{
	background-image: url("../img/fondo.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	font-family: 'Actor', sans-serif;
}
#logo{
margin-top: 25px;
margin-left: 25px;
}
#contenedor{
	width:1000px;
	min-height:600px;
	margin:auto;
}
/*Menu*/
nav{
	width:100%;
	height:42px;
	background-image: url("../img/menu.png");
	border-radius:7px;
	box-shadow: 0 0 2px #C5C5C5;
	box-shadow: 0 2px 5px #000000;
	margin-top: 10px;
}
nav ul.menu{
	margin-left:10px;
}
nav ul li {
	font-family: 'Actor', sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
}
nav ul li a{
	font-family: 'Actor', sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
}
nav ul.menu > li{
	list-style: none;
	float:left;
	padding:11px 20px 10px 15px;
	height:72%;
}
nav ul.menu > li{
	font-family: 'Actor', sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
	line-height: 20px;
	text-shadow:0 0 1px #8F8F8F;
	cursor:pointer; cursor: hand
}
nav ul.menu > li:hover{
	border-left:2px solid #BABABA;
	border-right:2px solid #BABABA;
	padding:11px 18px 0 13px;
	background-image:url("../img/menu_1.png");
	background-repeat: repeat-x;
}
nav ul.menu > li:hover ul.subm{
	display:block;
	z-index: 110;
}

nav ul li ul.subm{
	position: absolute;
	margin-left:-50px;
	margin-top:8px;
	display: none;

}

nav ul li ul.subm li{
	float:none;
	background-color:#CFCFCF;
	border-top:2px solid #DDDDDD;
	border-bottom:2px solid #C2C2C2;
	padding:9px 50px 9px 15px;
	list-style: none;
}

nav ul li ul.subm li:first-child{
	border-top:none;
}

nav ul li ul.subm li a{
	font-family: 'Actor', sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color:#000000;
	line-height: 20px;
	padding:0 0 0 15px;
	background-image: url("../img/left.png");
	background-repeat: no-repeat;
}
nav ul li ul.subm li:hover a{
	text-decoration: underline;
	color:#056BB4;
}
/*Fin Menu*/

/*Foto grande de cabecera*/
#roller{
	margin-top: 20px;
	width: 1000px;
	height:400px;
	margin-bottom: 20px;
}

#roller img {
	width: 100%;
	height: 400px;
	border-radius: 5px 5px 5px 5px;
}
/*fin de foto grande cabecera*/
/*Redes sociales*/
#red{
	width: 100%;
	height: 80px;
	margin-top: 10px;
	border: 1px solid #6d514d;
	border-radius: 5px 5px 5px 5px;
	background-image: url("../img/fondo-redes.png");
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: 100%;
	box-shadow: 0 0 2px #C5C5C5;
	box-shadow: 0 2px 5px #000000;
}

#red h2{
	margin-top: 25px;
	font-style: arial;
	font-size: 12px;
	color:#91b8d0;
	text-align: left;
	margin-left: 35px;
}
#red h4{
	font-style: arial;
	font-size: 11px;
	color:#0069b4;
	text-align: left;
	margin-left: 35px;
}

/*Contenidos en index*/
section{
width: 1000px;
height: 620px;
}

#fondo {
	width: 100%;
	height:100%;
	background-color: #ededed;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
#fondo h1{
	font-size: 18px;
	color:#0069b4;
	font-family: 'Actor', sans-serif;
}
#fondo h2 {
	font-size: 12px;
	color:#979797;
	font-family: 'Actor', sans-serif;
	margin-top: 5px;
}
#fondo p{
	font-size: 12px;
	color: #808080;
	font-family: verdana;
	line-height: 20px;
}
#fondo a{
	text-decoration: none;
	color: #0069b4;
	font-family: arial;	
	font-size: 12px;
}

#ven {
	width: 30%;
	height: 290px;
	background-color: #ededed;
	margin-left: 2%;
	margin-top: 20px;
	float: left;
	border-radius: 5px 5px 5px 5px;
}
#ven img{
	margin: 10px 0px 10px 0px;
}
#conv {
	width: 30%;
	height: 290px;
	background-color: #ededed;
	margin-left: 2%;
	float: left;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
#conv img{
	margin: 10px 0px 10px 0px
}
#serv {
	width: 30%;
	height: 290px;
	background-color: #ededed;
	margin-left: 3%;
	margin-right: 2%;
	float: left;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
#serv img{
	margin: 10px 0px 10px 0px;
}
#ofer {
	width: 63%;
	height: 210px;
	float:left;
	background-color: #ededed;
	margin-left: 2%;
	margin-top: 50px;
	border-radius: 5px 5px 5px 5px;
}
#ofer img{
	margin: 10px 0px 10px 0px
}

#noti {
	width: 30%;
	height: 210px;
	background-color: #ededed;
	margin-left: 3%;
	margin-right: 2%;
	float: left;
	margin-top: 50px;
	border-radius: 5px 5px 5px 5px;
	margin-left: 3%;
}

/*Footer y pie de pagina transparente*/
#transparente {
	margin-top: 15px;
	float: left;
	background-image: url("../img/trasparenteee.png");
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: 100%;
	width: 1000px;
	height: auto;
}

#col1 {
	width: 20%;
	height: 270px;
	float: left;
}

#col2 {
	width: 30%;
	height: 270px;
	float: left;
}

#col3 {
	width: 30%;
	height: 270px;
	float: left;
}
#col4 {
	width: 20%;
	height: 270px;
	float: left;
}
#transparente h1 {
	font-family: arial;
	color: #ffffff;
	text-align: left;
	margin-top: 25px;
	font-size: 15px;
	margin-left: 40px;
}
#col2 p{
	margin-top: 35px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: 40px;
	line-height: 40px;
}
#col3 p{
	margin-top: 35px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: 40px;
	line-height: 40px;
}
#col4 p{
	margin-top: 45px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: -20px;
	line-height: 20px;
}
#col1 img {
	margin: 30px 0px 0px 0px;
	width: 90%;
	margin-left: 20px;
	margin-top:40px;
}
#col1 h1 {
	margin-top:15px;
	
}
#firma{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1000px;
	height: 40px;
	float:left;
	background-image:url("../img/firma.png");
}
#firma{
	color:#ffffff;
	font-family: arial;
	font-size: 12px;
}
#der {
	margin-top: 15px;
	float:left;
	margin-left: 30px;
}
#izq {
	margin-top: 15px;
	float:right;
	margin-right: 30px;
}
#izq  a{
	color:#FFF;
	
}

/*Contenido para paginas interiores*/
#textos {
	width: 65%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 2%;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
#textos img{
	margin: 10px 0px 10px 0px
}

#setac{
	width: 30%;
	height: 290px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	
	
	float: right;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
/*Fondo del contenido paginas internas*/
#molde {
	width:1000px;
	height: 520px;
}
#contenido {
	width: 1000px;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ededed;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
#textos h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444;
	
}
#textos h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #06F;
	margin-top: 5px;
}
#textos p{
	font-size: 10px;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	
	
}
#textos{
	width:600px;
	
	}
#textos a{
	text-decoration: none;
	color: #0069b4;
font-family: 'Actor', sans-serif;	
	font-size: 12px;
}

#nombre{
	float:right;

	margin-top:-10px;
	
	
	}
	#email{
		float:right;
		margin-top:-10px;

		}
		#tipoc{
			margin-left:4%;
			
			}

#comentario{
	float:right;
	
	
	}
#formulario{
	margin-top:50px;
	margin-left:2%;

	
	
	}
	#boton{
		float:right;
		
		
		}

		#parrafos{
			font-family: Verdana, Geneva, sans-serif;
			font-size:13px;
			margin-top:-30px;
			color:#555;
			margin-left:2%;
			}
			
#pa1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444;
	}
	#contacto{
		margin-top:20px;
		margin-left:2%;
		
		}
		#setac{
			width:330px;
			margin-top:40px;
			
			
			}
	
	/*-----------------	QUIENES SOMOS -----------------*/
			#textosqs{
	
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 4%;
	margin-top: 35px;
	border-radius: 5px 5px 5px 5px;
}
			
			
#textosqs p{
	width:955px;
	font-family:arial;
	font-size:12px;
	color:#444;
	line-height:13px;
	}
	#textosqs h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444;
		}
		#linea{
			margin-top:-27px;
			
			}
#colum1{
	width: 270px;
	height: 270px;
	float: left;
	margin-top:-270px;
	margin-left:330px;

	}
#colum1 p{
	
	font-family: arial;
	font-size: 12px;
	color: #444;
	line-height: 13px;
	margin-left: 0;
	
	}
#colum2{
	width:270px;
	height: 270px;
	float:left;
	margin-top:-275px;
	margin-left:363px;
	}
	#colum2 p{
		font-family: arial;
		font-size:12px;
		color:#444;
		line-height:13px;
		
		}
/*--------- FIN QUIENES SOMOS ---------*/


/*--------- SERVICIO TECNICO ---------*/
#imagenImpre{
	
	width: 37%;
	height: 290px;
    float: right;
	margin-top: -295px;
	border-radius: 5px 5px 5px 5px;
}

	#textosST{
    width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 30px;
	border-radius: 5px 5px 5px 5px;
		
		}
		
		#textosST p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			}
			
			#lineaST{
				margin-top:4px;
				
				
				}
		
			
				#baner{
					margin-top:-1px;
					}
					
		/*--------- FIN SERVICIO TECNICO ---------*/
		
			/*--------- IMPRESORAS ---------*/
		
		#imagenImpre{
	
	width: 37%;
	height: 290px;
    float: right;
	margin-top: -295px;
	border-radius: 5px 5px 5px 5px;
	}
	
	#textosIMP{
    width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 40px;
	border-radius: 5px 5px 5px 5px;
		
		}
		
		#textosIMP p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			}
			#textosIMP h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
			
			#lineaIMP{
				margin-top:4px;
				
				
				}
		
				#logoIMP{
					
					margin-top:-20px;
				}
				#logosIMP{
					margin-top:-30px;
					}
						/*--------- FIN IMPRESORAS ---------*/
						
						
		/*--------- FOTOCOPIADORAS ---------*/
	#textosFC{
    width: 58%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 40px;
	border-radius: 5px 5px 5px 5px;
		
		
		}
		#textosFC p{
				font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			}
		#textosFC h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
				#lineaFC{
					margin-top:50px;
	
					}
		#logosFC{
					margin-top:-10px;
					}
					
					
					#imagenfotoc{
							width: 37%;
	height: 290px;
    float: right;
	margin-top: -295px;
	border-radius: 5px 5px 5px 5px;
	border:10px;
	
						
						}
							/*--------- FIN FOTOCOPIADORAS ---------*/
							
						
						#imagenCompu{
								width: 37%;
	height: 290px;
    float: right;
	margin-top: -350px;
	border-radius: 5px 5px 5px 5px;
							
							}
							
/*--------- NOTEBOOK ---------*/
#textosNote{
	
    width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 30px;
	border-radius: 5px 5px 5px 5px;
	
	}
	
		#textosNote p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			
			}
	
		#textosNote h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
#imagenNote{
							width: 37%;
	height: 290px;
    float: right;
	margin-top: -295px;
	
	border-radius: 5px 5px 5px 5px;
	border:10px;
	
	
	}
	#notee {
		float:right;
		text-align:right;
		margin-left:50px;
		margin-bottom:20px;
		margin-top:-20px;
	}
	#logosNote{
		margin-top:-10px;
		
		}
								
/*--------- FIN NOTEBOOK ---------*/

/*--------- REDES ---------*/
#banerRed{
	margin-top:20px;
	
	
	}

/*--------- FIN REDES ---------*/

/*--------- SISTEMA CONTINUO ---------*/

#textosTinta{
	 width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 30px;
	border-radius: 5px 5px 5px 5px;

	}
		
#textosTinta p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			
			}
	
#textosTinta h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
				#tinta{
						float:right;
		text-align:right;
		margin-left:50px;
		margin-bottom:20px;
		margin-top:-20px;

					}
					
#logosTinta{
	
		margin-top:-20px;
	}
	/*--------- FIN SISTEMA CONTINUO ---------*/
	
	/*--------- PLOTTER---------*/
	#textosPloter{
		 width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 30px;

		}
		
		#textosPloter p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			
			}
	
#textosPloter h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;

				}
#ploter{
						float:right;
		text-align:right;
		margin-left:50px;
		margin-bottom:20px;
		margin-top:-20px;

	
	}
		/*--------- FIN PLOTTER---------*/
		
			/*--------- GARANTIA ---------*/
			
#sello{
			float:right;
		text-align:right;
		margin-left:50px;
		margin-bottom:20px;
		margin-top:-50px;
	
	}
	#transparente1{
		
	margin-top: 50px;
	float: left;
	background-image: url("../img/trans.png");
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: 100%;
	width: 1000px;
	height: auto;
		
		}
		
		#col11 {
	width: 20%;
	height: 270px;
	float: left;
}
#col22 {
	width: 30%;
	height: 270px;
	float: left;
}

#col33 {
	width: 30%;
	height: 270px;
	float: left;
}
#col44 {
	width: 20%;
	height: 270px;
	float: left;
}
#transparente1 h1 {
	font-family: arial;
	color: #ffffff;
	text-align: left;
	margin-top: 25px;
	font-size: 15px;
	margin-left: 40px;
}
#col22 p{
	margin-top: 35px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: 40px;
	line-height: 40px;
}
#col33 p{
	margin-top: 35px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: 40px;
	line-height: 40px;
}
#col44 p{
	margin-top: 45px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#768d9b;
	margin-left: -20px;
	line-height: 20px;
}

#col11 img {
	margin: 30px 0px 0px 0px;
	width: 90%;
	margin-left: 20px;
	margin-top:40px;
}
#col11 h1 {
	margin-top:15px;
	
}
#molde1 {
	width:1000px;
	height: 550px;
}
#contenido1 {
	width: 1000px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ededed;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
/*--------------FIN GARANTIA---------------------*/

/*--------------CAMARAS---------------------*/

#textosCAM{
    width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 40px;
	border-radius: 5px 5px 5px 5px;
		
		}
		
		#textosCAM p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			}
			#textosCAM h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
			
			#lineaIMP{
				margin-top:4px;
				
				
				}
		
				#logoIMP{
					
					margin-top:-20px;
				}
				#logosIMP{
					margin-top:-30px;
					}
/*#imagenCAM{
								width: 37%;
	height: 290px;
    float: right;
	margin-top: -300px;
	border-radius: 5px 5px 5px 5px;*/
		#cam {
		float:right;
		text-align:right;
		margin-left:50px;
		margin-bottom:20px;
		margin-top:-20px;
	}
							
							}
							/*--------------CAMARAS---------------------*/
#textosConv{
	
    width: 89%;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 6%;
	margin-top: 30px;
	border-radius: 5px 5px 5px 5px;
	
	}
	
		#textosConv p{
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#444;
			line-height:15px;
			margin-top:10px;
			
			
			
			}
	
		#textosConv h1{
				font-family:"Arial Black", Gadget, sans-serif;
				font-size:24px;
				color:#444;
				margin-left:40px;
				margin-top:-25px;
				
				
				}
#conve{
	margin-top:-20px;
	}
		/*ofertas*/
		#textosOfe {
	width: 900px;
	height: 290px;
	float:left;
	background-color: #ededed;
	margin-left: 2%;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
}
		#textosOfe h1{
			font-family:Arial, Helvetica, sans-serif;
			font-size:30px;
			color:#00E;
			border:2px solid #222:
			
			
			}		