/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #616161 url("images/stressed_linen.png");
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;

}

h1, h2, h3, span {
	color: #d1212b;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

img{

	border: none;
}

pre {
}

code {
}



a:link {
	color: #F08F02;
}

a{
	text-decoration: none;
}

a:visited {
	color: #F08F02;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

#welcome p, ul, li{

}

/* Logo */

.logo {
	height: 180px;
	padding: 0 0 0 328px;
	background: url(images/logo_01.png) no-repeat;
}

/* Header */


.header {
	height: 180px;
	padding: 180px 0 10px 30px;
	text-transform: lowercase;
	margin-left: -119px;
}

.header h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 3em;
}

.header h1 a {
	color: #767941;
}

.header h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

.header a {
	text-decoration: none;
}


/* Wrapper */

#wrapper {
	width:1024px; margin:0 auto;
	background: #FFFEF5 url(images/cream_dust.png) ;
	background-repeat: repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}

/* Content */

#welcome{
	margin-top: 0px;
	padding-right: 20px;
}

#content {
	margin-left: 30px;
	padding: 10px;
}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	list-style: none;
}

#menu li {
	display: inline;
	float: left;

}

#menu a {
	display: block;
	height: 48px;
	width: 173px;
	margin-left: 25px;
	padding: 14px 0 0px 0px;
	background: url(images/boton.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	color: #000;
	text-shadow: -1px 1px 10px #ffc, 1px -1px 10px #000;
}

#menu a:hover {
	color: #fff;
	background: url(images/boton_hover.png) ;
		background-repeat: no-repeat;

	 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
	color: #fff;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

#menu li ul {
	display: none;
	width: 10em; 
}

#menu li:hover ul{
	display: block;
	position: absolute;
	margin-left: 277px;
	margin-top: -62px;
	padding: 0;
	color:#e7e7e7;
	z-index:3;
}

#navbar li:hover li {
	float: none; }

#navbar li:hover li a {
	background: url(images/img05.jpg) repeat-x;
	color:#e7e7e7;

}

#navbar li li a:hover {
		background: url(images/img04_hover.jpg) repeat-x;
 }


/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

.portafolio{
width: 140px;
display: block;
float: left;
padding-left: 10px;
}

.portafolio img{
width: 130px;
height: 63px;

}

.portafolio p{
	font-size: 14px;
	text-align: left;
}
.portafolio h2{
	font-size: 15px;
}

.portafolio img:hover{
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* Welcome */

#welcome {
}

#welcome li {
	color:#d1212b;
}

#botones img{

padding: 8px 8px 8px 8px;
}

#logos img{

padding: 13px 13px 13px 13px;
}

#telefonos{

	padding-left: 30px;
}

#telefonos h2{

	color:#d1212b;
}

#telefonos h3{

	color:#d1212b;
}

#logos img:hover{
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#006EA9;
}

#botones img:hover{
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#006EA9;

}

/* Footer */

#prefooter img:hover{

}

#prefooter-wrapper{
position: relative;
float: left; 
width: 100%;
clear:both; 
margin: 0 auto;


}



#prefooter #redes img{

	padding-top: 15px;
}

 .widget{
padding: 12px;
padding-left: 40px;
width: 450px;
display: block;
float: left;

}

 .widget p{
margin-top: -20px;
}

#prefooter #redes{
width:230px;
}

#prefooter span{
color:#1F75A4;
font-weight: bold;
}


#prefooter #cotizacion{
width:170px;
}
#prefooter #ubicacion{
width:350px;
}
#prefooter #productos{
width: 690px;
}


#footer {
	padding: 15px 30px;
	background: url("images/footer.png");
	background-repeat: repeat;
	color: #0152AB;
	text-align: center;
}
 hr {

 border: 0; 
 height: 1px; 
 background-image: 
 -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 

}
#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #000;
}

#footer a {
	color: #ADB07C
}



li {
list-style:square;



}

#ventajas li {
margin-left: 15px;


}



#menu_productos{
padding-left: 50px;

}

#menu_productos a:hover{
color:#414445;

}

#columnas-wrapper{
position: relative;
float: left; 
width: 100%;
clear:both; 
margin: 0 auto;


}

.columna{
padding-left: 40px;
width: 150px;
display: block;
float: left;
text-align: center;


}

.columna h3{

text-align: center;
font-size: 17px;

}

.columna p{

text-align: center;
font-size: 17px;

}
#condiciones_wrapper{

	border-style:solid;
border-color:#ff0000;
}

#condiciones_wrapper li{

margin-left: 20px;
}

#ubicacion p{
text-align: center;
}