	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #404040;
		font-family: 'Quicksand', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #404040;
	}
	

	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
	align-content:center	
    color: #ff8a0e;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 1200px;
    
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			.formu form label 
			{
    
    width: 500px;
				display: block;
        float:left
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit .formu
			{
				margin-top: 2em;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text formulario formu
			form select formu
			form textarea
			{
	width: 500px;		
    position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover formu
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 0px solid rgba(0,0,0,.1);
    margin-left: 1em;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 1em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 0.2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.5em 2em 0.5em 2em;
		background: #ff8a0e;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
    margin-top:4em
	}
	
	.title h2
	{
		font-size: 2.8em;
    margin: 0;
		padding: 0;
		color: #404040;
	}
	
	.title .byline
	{
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: visible;
		padding: 12em 0em 8em 0em;
		background: url(images/cable-de-acero.jpg) no-repeat center center;
        background-size:  auto, cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
		border-bottom: 20px solid rgba(0,0,0,.5);
    
	}

	#header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}
	
	#logo h1
	{
		display: inline-block;
		margin-bottom: 0; 
		padding: 0.20em 0.9em;
		;
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		display: block;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.5);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/


	#menu
	{
    position: absolute;
	}
	
	#menu > ul
	{
		display: inline-block;
		padding: 0em 2em;
		background: #ff8a0e;
		text-align: center;
	}
	
	#menu > ul >li
	{
		
        float: left;
    
	}
	


	#menu > ul > li > a, #menu > li > span
	{
		display: inline-block;
		padding: 1.3em 1.5em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
    
	}
	
#menu > ul > li > ul
	{
		
        display:none;
    position:absolute;
    min-width:140px;
	}
#menu li:hover ul 

{
display:block;
			}

#menu  li ul li {
 
	padding: 0.7em 1.1em;
		background: rgba(0,0,0,0.8);
		text-align: center;
        font-size: 0.80em;
		font-weight: 600;
		text-transform: uppercase;
    outline: 0;
	
			}
	#menu li:hover a, #menu li.active a, #menu li.active span, #menu li ul li:hover a, #menu li ul li.active  span
	{
    
    background: rgba(0,0,0,0.15);
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.025), 1px 1px 0px 0px rgba(255,255,255,0.025);
				}
	}
	
	#menu .current_page_item a
	{
		color: #FFF;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	#wrapper
	{
		overflow: hidden;
		padding: 0em 0em 5em 0em;
				background: url(images/altura.jpg) no-repeat center center fixed;
        background-size:  auto, cover;
        background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
	}

	#wrapper3
	{
	}
	
	#wrapper4
	{
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		width: 1000px;
		padding: 8em 100px 0em 100px;
		text-align: center;
		color: rgba(0,0,0,0.6);
	}
	
	#welcome .content
	{
		padding: 0em 8em;
	}
	
	#welcome .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#welcome a,
	#welcome strong
	{
		color: rgba(0,0,0,0.8);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		overflow: hidden;
		background: #F3F3F3;
		padding: 2em 2em;
		text-align: center;
  
	}

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 700px;
		padding-right: 100px;
		border-right: 1px solid rgba(0,0,0,.1);
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 350px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}

	
	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		text-align: center;
	}
	
	#copyright p
	{
		
		font-size: 1em;
		color: rgba(255,255,255,0.7);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
	}
	
	#portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
    padding:3em;
    background-color: rgba(5,4,0,0.2);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(255,255,255,0.7);
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(255,255,255,0.5);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}

/********************************************************************************                                                               */seguridad
/*********************************************************************************/


#seguridad
	{
	}
	
	#seguridad .box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
    padding:1em;
    background-color: rgba(5,4,0,0.7);
	}
	
	#seguridad h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
    font-weight:200;
		color: #ff8a0e;
	}

	#seguridad .title
	{
		text-align: center;
	}

	#seguridad .title h2
	{
		color: rgba(255,255,255,0.5);
	}

	.columna1,
	.columna2,
	.columna3,
	.columna4,
.columna5
	{
		width: 220px;
	}
	
    .columna1,
	.columna2,
	.columna3,
	.columna4,
.columna5
	{margin-bottom: 25px;
	}

	.columna1,
	.columna2,
	.columna3,
.columna4
	{
		float: left;
		margin-right: 25px;
	}
	
	.columna5
	{
		float: right;
	}

seguridad .container2 {
    margin top: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
		width: 1200px;
}



/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
		overflow: hidden;
		text-align: center;
	}
	
	#three-column h2
	{
		margin: 1em 0em;
		text-transform: uppercase;
		font-size: 1.5em;
		font-weight: 500;
    color: #ff8a0e
   
	}
	
	#three-column .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		background: none;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		border: 6px solid #67128F;
		text-align: center;
		color: #FFF;
		
	}
		
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
		float: left;
		width: 320px;
		padding: 80px 40px 80px 40px;
     
    box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.025), 1px 1px 0px 0px rgba(255,255,255,0.025);
     background-color: rgba(5,4,0,0.2);
            
		text-align: center;
		color: rgba(1,1,1,1);
    padding:2.5em;
    background-color: rgba(5,4,0,0.7);
	}
	
	#three-column .title
	{
		text-align: center;
		text-transform: uppercase;
	}
	
	#three-column .title h2
	{
		font-size: 1.60em;
	}
	
	#three-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#three-column .arrow-down
	{
		border-top-color: #292929;
	}

	
#centroe {
    background-color: white;
        padding-left: 9em;
    padding-right: 9em;
}

.fondo {
    background-color: #fff
}

#fondo {
    background-color: #404040;
    
}

#header2-wrapper2 {

		overflow: visible;
		padding: 5em 0em 0em 0em;
		background: url(images/cable-de-acero.jpg) no-repeat center center ;
        background-size:  auto, cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
		border-bottom: 20px solid rgba(0,0,0,.5);
}




	#header
	{
	}

#header3-wrapper3 {

		overflow: visible;
		padding: 10em 0em 5em 0em;
		background: url(images/cable-de-acero.jpg) no-repeat center ;
        background-size:  auto, cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
		border-bottom: 20px solid rgba(0,0,0,.5);
}




.division1,
	.division2,
	.division3,
	{
		width: 50%;
	}
.division1,
	.division3,
	{
		float: left;
		margin-right: 10px;
    display:inline-block
	}
.division2,
	{
		float:left;
		margin-left: 10px;
    display:inline-block
	}
.containerp 
    {
		margin: 0px auto;
		width: 1200px;
	}


	.titlep
	{
		margin-bottom: 3em;
    margin-top:4em
	}
	
	.titlep h2
	{
		font-size: 2.8em;
    margin: 0;
		padding: 0;
		color: #404040;
	}
	
	.titlep .byline
	{
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}


#centro h3 	
	{
		margin: 0;
		padding: 0;
		color: #404040;
	}

.fuenteseccion {
    text-align:left
}

.span6
{width:48.717948717948715%;*width:48.664757228587014%
width:600px

}

}
.contenedor-tabla{
display: table;
    
}
.contenedor-fila{
display: table-row;
}
.contenedor-columna{
display: table-cell;
    width: 48%;
    vertical-align:top;

    
}
.”contenedor-tabla” {
    display: table;
}

#page-wrapper {
    
}

#contactos {
    
		overflow: hidden;
		background: #F3F3F3;
		padding: 2em 2em;
		text-align: left;
    ;
  
	
}

.title h2 {
    
}

.major h2 {
    
}

.major h2 {
    margin-top: 3em
}

.formu {
    width:365px;
    padding:5px 5px;
    display:block;
    
}

#formulario label
{
    width: 500px;
    display:block;
    float:left;
}
input select
#formulario label{
    width:500px;
    display:block;
        
    
}

#three-column .box {
    
	margin: 0px auto;
		width: 1200px;
	
}

#tbox2 p { 
    
    
    color: rgba(227,227,227,0.7);
    
}

#tbox1 p { 
    

    color: rgba(227,227,227,0.7);
    
}

#tbox3 p { 
    
    
    color: rgba(227,227,227,0.7);
    
}

.fuenteindex {
    font-family: "andale mono", "courier new", "quicksand";
     color: rgba(227,227,227,0.7);
}

.image2 {display: inline;
		border: 0px solid rgba(0,0,0,.1);
    margin-left: 10em;
    
}



#seguridad ul {
    color: rgba(227,227,227,0.7);
    font-weight:200;
}

#catalogo {
    text-align: center;
}
