/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background: url(images/back34.png);
	background-repeat: repeat-x;
	
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.slider-wrapper { 
	width: 1000px; 
	
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#header{
	width:1000px;
	margin:0px auto;
}
#logo{
	margin-top: 50px;
}
#todo{
	margin:0px auto;
	width:1000px;
	
}
#menubar{
	background: url(images/backmenu.png);
	background-repeat: repeat-x;
	border-bottom: 3px solid #0080FF;

}
#menubar ul{
	height:35px;
	width:540px;
	margin: 0px auto;
	
}
#menubar li{
	color:white;
	list-style: none;
	height: 27px;
	font-family: Segoe UI, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: -15px;
	display:block;
	float:left;
	width:100px;
	text-align: center;
	border-left: 2px solid white;	
}
#menubar li:last-child{
	border-right: 2px solid white;
}

#menubar a{
	color:white;
}

#menubar li:hover{
	background-color: orange;
	cursor:pointer;
	
}
#header{
	margin-top: 50px;
}

#footer{
	background: url(images/backfoot.png);
	height:150px;
	border-top: 3px solid #0080FF;
	margin-bottom: 50px;

}
#sombra{
	background:url(images/background_puntos.png);
}
#contenido{

	margin:20px 40px;
}
.images{

	
}
#sombra{
	box-shadow: 0px 0px 50px;
	-moz-box-shadow: 0px 0px 50px;
	-webkit-box-shadow: 0px 0px 50px;
}
#contenido h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	display: block;
	border-bottom: 1px solid black;
	text-shadow:1px 1px 0 black;
}
#call h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	
}
#contenido p{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;

}
#servicios{
	
	float:left;
	margin-top: 100px;
		
}
#servicios img{
	
	margin-right: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}
#call img:hover{
	cursor:pointer;
	opacity: 1.0;
}
#call h3:hover{
	cursor:pointer;
	background-color: #6a6a6a;
}
#call{
	
	margin-top: 50px;
	margin-left: 600px;
	height:400px;
	font-family: 'Open Sans', sans-serif;
}
#call img{
	opacity: .9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
#servicios img:hover{
	opacity: 1.0;
	cursor:pointer;
}
#call h3{
	width:270px;
	font-size: 22px;
	font-weight:400;
	color: #1B1B1B;
	padding: 20px 15px;
	background-color:#9A9A9A;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top: -5px;
}
#servicios p{
	
	width: 228px;
	font-size: 22px;
	font-weight:400;
	color: #1B1B1B;
	padding: 20px 15px;
	background-color:#9A9A9A;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top: -5px;
	opacity:0;
	
}

/*************
****FOOTER****
**************/
#logofoot{
	float:left;
}
#logofoot img{
	margin: 20px 340px 0px 0px;
	
}
.submenu{
	margin-top: 20px;
	float:left;
	height:70px;
	margin-right: 20px;
	border-right: 2px solid #585858;
	padding-right: 20px;
}
.submenu:last-child{
	border-right:none;
}
#footer a{
	color:#333;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
#footer a:hover{
	color:#666;
}
#firma{
	width:530px;
	padding-top: 110px; 
	margin:0px auto;
}


.clearfix:before, .clearfix:after{
	content:" ";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	*zoom:1;
}
#menubar a{
	display: none;
}

@media screen and (max-width: 600px){
	#menubar{
		height: auto;
	}
	#menubar ul{
		width:100%;
		display:block;
		height:auto;
		margin-left: -2px;
		display:none;
	}
	#menubar li{
		width:100%;
		float:left;
		position:relative;
		background:#6e747b;
		
	}
	#logo,#header{
		width:100%;
		height:auto;
	}
	#logo img{
		width:80%;
		margin-top: -20px;
		margin-left: 10%;
	}
	#todo{
		width:100%;
	}
	.slider-wrapper{
		width:100%;
	}
	#slider{
		width:100%;
	}
	#contenido p{
		text-align: justify;
	}
	#submenu div,#servicios{
		display:none;

	}
	#menubar a#pull{
		display:block;
		background-color: #002E5B;
		position:relative;
		font-family: 'Open Sans',sans-serif;
		line-height: 40px;
		text-indent: 25px;
	}
	#menubar ul a{
		height:40px;
		width:100%;
		text-indent: 25px;
		text-align: left;
		font-size: 25px;
		font-family:Tahoma, Open Sans ,sans-serif;
	}
	#menubar a#pull:after{
		content:"";
		background: url('nav-icon.png')no-repeat;
		width:30px;
		height:30px;
		
		position:absolute;
		right:15px;
		top:10px;
	
	}
	#footer{
		border-bottom: 0px;
	}
	#call{
		margin:0px;
		width:100%;
	}
	#firma{
		width:100%;
		margin-top: -20px;
	}
}