@charset "utf-8";

body {
	background:#fff;
	font-size:12px;}

*{
	font-family:'Lucida Grande','Lucida Sans','Lucida Sans Unicode','Tahoma',Arial,'Liberation Sans',FreeSans,sans-serif;
	padding:0;
	margin:0;
}

td a {
	background:#CCCCCC;
    color: #FF0000;
    padding: 5px;}

td a:hover {
	background:#F00;
	color:#fff !important;}

#intro {
	background:url(../images/bg-intro.jpg) no-repeat;
	height:700px;
	width:1150px;
	padding:10px 0 15px 15px;
	}
	
.header-intro {
	clear:both;
	height:140px;
	width:100%;}
	
.pos-in {
	float:left !important;
	margin-left:250px;}
	
.pos-home {
	float:left !important;
	margin-left:90px;}
	
.dejanos {
	background:url(../images/hand_icon_mouse.png) no-repeat 15px 5px;
	height:60px;
	float:right;
	width:150px;
	color:#666;
	margin-right:10px;
	padding:10px 0 15px 70px;
	border:4px solid #ff0000;
	border-radius:10px;
	font-size:28px;
	text-align:center;}
	
.dejanos:hover {
	background:url(../images/hand_icon_mouse_on.png) no-repeat #666 15px 5px;
	color:#fff !important;}
	
.intro-content {
	margin:0 auto;
	width:1140px;}
	
.button_gray {
	background:url(../images/but_grey_off.png) no-repeat;
	clear:both;
	color:#F00;
	font-size:30px;
	padding:20px 20px 30px 40px;
	position:relative;}
	
.button_red {
	background:url(../images/but_red_off.png) no-repeat;
	clear:both;
	font-size:30px;
	color:#666;
	padding:20px 30px 30px 40px;
	position:relative;}
	
.button_red:hover{
	background:url(../images/but_red_on.png) no-repeat;
	color:#fff;
}

.button_gray:hover{
	background:url(../images/but_grey_on.png) no-repeat;
	color:#fff;
}

.button_cv {
	background:url(../images/cv_intro.png) no-repeat;
	padding:85px 102px;}
	
.button_cv:hover {
	background:url(../images/cv_intro_on.png) no-repeat;}
	
.buttons-intro {
	float:right;
	margin-top:70px;
	margin-right:25px;}
	
.logo-intro {
	background:url(../images/logo-intro.png) left top no-repeat;
	height:120px;
	width:120px;
	float:left;
	margin-top:5px;}

h1 {
	font-size:24px;
	color:#F00;
	margin-top:20px;
	}
	
h2 {
	background:url(../images/bg-h2.png) no-repeat left center;
	font-size:14px;
	color:#000;
	margin-bottom:5px;
	padding:25px 50px;
	font-weight:100;
	width:100%;
	}
	
h3 {
	margin:20px 0;
	color:#333;}
	
h4 {
	margin:0 0 5px 0;}
	
h5 {
	margin-bottom:20px;
	display:inline;}
	
.consulta-prod {
	color: #999999;
    font-size: 16px;
    margin: 40px 0 20px;
	}

a{
	text-decoration:none;
	color:#F00;
}

a:hover {
	color:#000;}

img{
	border:none;
}

p {
	margin:10px 0 20px;}

ul {
	margin-left:10px;}
	
.servi-list {
	list-style:circle;
	padding-left:60px;
	margin-bottom:10px;
	margin-top:-15px;}

#content{
	width:1020px;
	margin:auto;
	margin-top:20px;
	padding-bottom:20px;
}


#servicios {
	width:100%;}

small{
	font-size:9px;
}

table{
	margin:auto;
}
td{
	padding:5px 0px 5px;
}

th{
	background-color:#CDCDCD;
	padding:5px 0px 5px;
}

form{
	border:2px solid #C0C0C0;
	background-color:#F2F2F2;
	width:500px;
	margin:auto;
	margin-bottom:20px;
}

form p{
	margin:auto;
	width:450px;
	margin-top:5px;
	margin-bottom:3px;
}
form input{
	border:1px solid #CCCCCC;
	padding:3px;
}

form .text{
	width:400px;
}

.gen-prod {
	margin:0 auto;
	width:650px;}

#producto {
	width:600px;
	height:235px;
	border:1px solid #ccc;
	border-radius:3px;
	padding:10px;}
	
.img-prod {
	width:310px;
	float:left;
	border:5px solid #ccc;
	border-radius:3px;
	margin-right:10px;}
	
.content-prod {
	float:left;
	width:230px;}

.desc {
	margin:5px 0;
	border-bottom:1px dashed #CCC;}
	
.items {
	border:1px solid #CCC;
	border-radius:3px;
	margin-top:5px;
	width:600px;
	padding:10px;}
	
.items a:hover {
	background:#FFF;}
	
.items-sub {
	float:right;
	text-align:center;
	background:#e8e8e8;
	border:1px solid #999;
	margin:0 3px;
	padding:0 5px;}
	
.precio {
	background:#4C3100;
	font-size:20px;
	border:1px solid #CCC;
	width::100%;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
	
.volver {
	padding:3px;
	background:#e8e8e8;
	border:1px solid #999;
	color:#000;}
	
.volver a:hover {
	background:#FFF;}
	
.destacado {
	background:#F2F1EF;
	border-radius:5px;
	padding:12px 5px 15px 12px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom:10px;
	transition:all 0.1s linear 0s;
	display:block;
	position:relative;
	width:740px;}
	
.destacado:hover {
	box-shadow:0 1px 6px rgba(0, 0, 0, 0.5);}
	
	
.aviso {
	margin-left:110px;
	display:block;}
	
.aviso h3 {
	color:#F00;
	font-size:18px;
	margin-bottom:5px;
	font-weight:100;
	line-height:1.2em;
	margin-bottom:5px;
	margin-top:0;}
	
.aviso h4 {
	color:#000;
	font-size:16px;
	font-weight:300;
	margin-bottom:5px;}
	
.aviso-datos {
	color:#333;
	margin-top:10px;}
	
.aviso-donde {
    color: #000000;
    display: inline;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
	display:block;
	line-height:inherit;}
	
.img-box {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	float:left;}

#header {
	height:125px;
	display:block;
	margin:0;
	padding:0;}

.logo {
	background:url(../images/logo.png) left top no-repeat;
	height:120px;
	width:180px;
	float:left;}
	
.lema {
	float:right;
	color:#333;
	font-size:22px;
	text-align:right;
	line-height:16px;
	margin-top:25px;}

#menu {
	padding:10px 0;
	width:100%;
	color:#666;
	margin-bottom:0;
	margin-bottom:20px;
	border:4px solid #666;
	border-radius:10px;
	font-weight:bold;}
	
#menu a {
	padding:5px 30px;
	color:#666;
	margin:0 20px;}
	
#menu a:hover {
	background:#F00;
	color:#fff;
	}
	
.h-an {
	text-align:left;
	width:1020px;
	margin:0 auto;
	text-align:center;}


#footer {
	background:#808080;
	padding:10px 20px 30px 20px;
	color:#666;
	clear:both;}
	
.pie {
	margin:0 auto;}
	
.copy {
	float:left;
	color:#BBBBBB;}

.firma {
	float:right;
	color:#BBBBBB;}
	
.firma a {
	color:#F00;}
	
.firma a:hover {
	color:#000;}
	
#slide {
	margin-top:0;}
	
#col_derecha {
	float:right;
	margin-bottom:20px;}

#col_cate {
	float:right;
	height:auto;
	border:1px solid #ccc;
	border-radius:5px;
	width:240px;
	background:#fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);}
	
#banner_cv {
	text-align:center;
	margin:15px 0;
	clear:both;
	float:right;}
	
.cat {
	padding:10px 5px;
	margin:0;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	border-radius:5px 5px 0 0;
	font-weight:bold;}

.categorias {
	list-style:none;
	padding:10px;
	margin:0;}
	
.list-category {
	padding:2px 0;
	font-size:16px;}
	
.list-category a {
	color:#ff0000;}
	
.list-category a:hover {
	color:#000;}
	
#home {
	padding:20px 0;
	width:760px;}
	
#nosotros {
	padding:20px 0;
	width:100%;}
	
#clientes {
	padding:20px 0;
	width:100%;}
	
#search {
	height:auto;
	border:1px solid #ccc;
	border-radius:5px;
	width:760px;
	background:#fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);}
	
.bus {
	background:#efefef;
	margin:0;
	padding:10px;
	border:none;
	width:740px;
	border-radius:5px;}
	
.busqueda {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
	width:695px;
	padding:8px 10px;
	border-radius:5px;}
	
.buscar {
   background-color: #f72828;
   background-image: -moz-linear-gradient(center top , #f72828, #da3030);
   background-position: center bottom;
   background-repeat: repeat-x;
   background-size: 100% 100%;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   color: #FFFFFF;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   margin-top:10px;
   border-radius: 5px;
   padding:3px;
   cursor:pointer;}
   
.buscar:hover {
   background-color: #c41c1c;
   background-image: -moz-linear-gradient(center top , #c41c1c, #da3030);}
   
.aviso_home {
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
	padding:5px 8px 5px 9px;}
	
#destacados {
	width:715px;
	margin:0 0 20px;}
	
#destacados a:hover {
	color:#000;}
	
.list-job {
	margin:20px 0;
	color:#999;}

.list-job span {
	line-height:18px;}
	
.item-content {
	background:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	border-radius:5px;}
	
.redes {
	padding:10px;
	background:#e5e5e5;
	border-radius:0 5px 5px 5px;
	width:350px;}
	
.redes a {
	margin:0 20px;}
	
.redes a:hover {
	color:#F00;}
	
.tit-redes {
	margin:0;
	padding:5px 20px 0;
	border-radius: 5px 5px 0 0;
	background:#F00;
	font-weight:bold;
	color:#fff;}
	
.redes-sociales {
	float:right;
	margin-top:25px;
	margin-right:30px;}
	
.redes-footer {
	float:right;
	margin-right:5px;}
	
.siguenos_en {
	background:url(../images/siguenos_en.png) no-repeat 10px 10px;
	height: 45px;}
	
.datos-cont {
	background:url(../images/contactCans.jpg) no-repeat left center;
	float:left;
	margin-top:25px;
	padding-left:150px;
	margin-bottom:20px;}
	
.datos-cont ul {
	list-style:none;
	color:#999;}
	
.datos-cont ul li {
	margin:10px 0;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;}
	
.datos-min {
	color:#F00;}
	
#redes-pie {
	width:1150px;
	margin:0 auto;
	height:313px;
	clear:both;}
	
#redes-pie h3 {
	color:#F00;
	margin-bottom:0;
	margin-left:50px;}
	
#redes-pie p {
	margin-left:50px;}
	
.chica-tel {
	background: url(../images/chica-tel.png) no-repeat left bottom;
	padding-left:230px;
	height:195px;
	position:absolute;
	padding-top:30px;}
	
.menu-pie {
	color:#999;
	border-bottom:1px dotted #bbbbbb;
	width:100%;
	margin-bottom:5px;
	padding-bottom:5px;
	height:25px;
	padding-top:10px;}
	
.menu-pie a {
	color:#bbbbbb;}
	
.menu-pie a:hover {
	color:#000;
	text-decoration:underline;}
	
.clientes {
	float:left;
	width:280px;
	padding:20px;
	text-align:center;}
	
.descripcion_cliente {
	color:#999;
	margin:0;
	padding:0;
	font-size:10px;}
	
#lorena {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	}
	
#lorena h3 {
	background:url(../images/bg_lorena.png) no-repeat left center;
	height:40px;
	padding:20px 0 0 40px;
	width:220px;
	font-size:18px;
	}
	
#gaston h3 {
	background:url(../images/bg_gaston.png) no-repeat left center;
	height:40px;
	padding:20px 0 0 40px;
	width:220px;
	font-size:18px;
	color:#F00;
	}
	
#gaston {
	float:left;
	margin-bottom:20px;	
	}
	
.bloc {
	background:url(../images/bloc.png) no-repeat left top;
	width:230px;
	height:200px;
	padding:40px 20px 0;
	font-size:14px;}
	
.bloc h4 {
	font-size:16px;
	font-weight:bold;
	margin:0 !important;}
	
.db_postu {
	background:url(../images/db_postu.jpg) no-repeat left top;
	float:left;
	height:70px; 
	width:450px;
	margin-left:20px;
	padding:28px 0 0 20px;}
	
.perfil {
	float:left;
	width:420px;
	text-align:justify;
	padding-left:30px;}
	
#items {
	list-style:none;}
	
#pagination {
	clear:both;}
	
#clientes_des {
	margin-top:20px;
	clear:both;}