@charset "utf-8";

body {
	width:960px;
	margin:0 auto;
	margin-top:15px;
	font-family:Arial,Helvetica,sans-serif;
	background:url(../images/patternBack.jpg);
}

/* --------------------------------------------------------------- HEADER ----- */

#header {
	width:960px;
	height:90px;
}

/* --------------------------------------------------------------- NAVIGATION ----- */

#navigation {
	width:960px;
	height: 55px;
	background-color:#494949;
	font-size:14px;
}

#navigation ul{
	box-shadow:inset 0 0 50px #252525; and -moz-box-shadow:inset 0 0 10px #000000;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left:97px;
	overflow:hidden;
}

#navigation li{
	float:left;
}

#navigation a:link,#navigation a:visited{
	display:block;
	width:115px;
	font-weight:bold;
	color:#FFF;

	text-align:center;
	padding:19px;
	text-decoration:none;
	box-shadow:#000;

	border:none;			
	border-style:none;
	outline:none;
}

#navigation a:hover,#navigation a:active, .selected{
	background-image:url(../images/Selected.jpg);
}

/* --------------------------------------------------------------- MAIN CONTENT ----- */

#content { 
	width:960px;
	min-height:610px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#FFF;
}

/*----------------------------HOME----------*/

#divider{
	-moz-box-shadow: 0px 1px 3px  #000;
	-webkit-box-shadow: 0px 1px 3px  #000;
	box-shadow: 0px 1px 3px  #000;
	
	margin-top: 30px;
	margin-left: 160px;
	width: 616px ;
	height: 1px;
	background: #272727;
}

/* ----- BOXES ----- */

#box{
	height:300px;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size: .9em;
	color: #FFF;
	margin-top: 10px;
}

.boxx{
	float: left;
	background: url(../images/bullets.png) no-repeat;
	width: 238px;
	height: 233px;
	font-size: .8em;
	padding: 10px;
	margin: 35px 0 0 50px;
	text-align: justify;
}

.boxx h1{
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	padding-left: 5px;
	width: 210px;
}

.boxx p {
	padding: 0;
	margin: 0;
	width: 200px;
	padding-left: 5px;
	margin-top: 25px;
}

.boxx img{
	margin-top:-70px;
	margin-left: 130px;
}

/*--------------------------- NOSOTROS----------*/
.info{
	width:439px;
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 1em;
	text-align: justify;
}

.info img{
	border: 10px solid black;
	margin: 15px 20px 0px 20px;
}

.info h2{
	color: #256ca8;
}

#dividerv{
	-moz-box-shadow: 0px 1px 3px  #000;
	-webkit-box-shadow: 0px 1px 3px  #000;
	box-shadow: -1px 1px 3px  #000;

	width: 1px;
	height: 530px;
	background: #272727;
	float: left;
	margin-top: 35px;
}

/*----------------------------PRODUCTOS----------*/
.prod, .prodr {
	float: left;
	margin: 10px 40px 10px 40px;
	padding: 5px 50px 0 15px;
	text-align: justify;
}

.prod img{
	float: left;
	padding-right: 10px;
}

.prod h2, .prodr h2{
	color: #256ca8;
	margin: 0px;
	padding: 0px;
}

.prodr img{
	float: right;
	padding-left: 10px;
}

#divider2{
	-moz-box-shadow: 0px 1px 3px  #000;
	-webkit-box-shadow: 0px 1px 3px  #000;
	box-shadow: 0px 1px 3px  #000;
	
	margin-top: 5px;
	margin-left: 50px;
	width: 850px ;
	height: 1px;
	background: #272727;
	float: left;
}

/*------------------------------SERVICIOS----------*/
.servWrap{
	margin-left: 15px;
}

.serv{
	float: left;
	width: 260px;
	margin: 40px 20px 20px 20px;
	padding: 20px 5px;
	text-align: justify;
}

.serv img{
	float: left;
}

.serv h2 {
	color: #256ca8;
	margin: 0px;
	padding: 0px;
}

/*------------------------------CONTACTO----------*/

label {
    display:block;
    margin-top:20px;
}

input, textarea{
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	font-size: .9em;
	font-family:Arial,Helvetica,sans-serif;
	overflow:hidden;
	resize: none;
}

input {
	width:320px;
	height:15px;
}

textarea {
	width:380px;
	height:190px;
}

.focuss:focus {
    outline: 1px solid gray;
}


#submit {
    width:109px;
    height:37px;
    background:url(../images/boton.png);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover, #submit:active{
	     background:url(../images/botonActivo.png);
	}

.contactForm {
	width:430px;
	float: left;
	padding: 30px 0px 0px 40px;
	margin-bottom: 10px;
}


.contactInfo {
	width:400px;
	float: left;
	padding: 30px 0 0 40px;
	margin-bottom: 10px;
	text-align: justify;
}


/* ------------------------------------------------------------------ FOOTER ----- */
#footer { 
	float: left;
	width:960px;
	height:100px;
	margin-top:-20px;
	box-shadow:inset 0 0 90px #000000; and -moz-box-shadow:inset 0 0 90px #000000;
	background-image:url(../images/pattern2.jpg);
	background-color:#333;
}

/* -------------------------- MINI NAVEGATION ----- */
#copyr{
	width:480px;
	height:100px;
}

#copyr ul{
	list-style-type:none;
	overflow:hidden;
	padding-top:8px;
}

#copyr li{
	float:left;
}

#copyr a:link,#copyr a:visited{
	font-weight:normal;
	font-size:10px;
	color:#FFF;
	text-align:left;
	text-decoration:none;

	border:none;			
	border-style:none;
	outline:none;
}

#copyr a:hover,#copyr a:active{
	color:#3da5ff;
}


#copyr p{
	font-weight:normal;
	font-size:10px;
	color:#FFF;
	text-align:left;
	text-decoration:none;
	padding-left:38px;
}

/* -------------------------- SOCIAL ICONS ----- */

#social{
	width:200px;
	height:100px;
	float:right;
	margin-top:-100px;
}
	
#social a:hover,#social a:active,#social a:focus{
	border:none;
	border-style:none;
	outline:none;
}

#social ul{
	list-style-type:none;
	overflow:hidden;
	border-style:none;
}

#social li{
	float:left;
}
