/*hoja de estilos de procedimientos.html*/

#procedimientos{
	width: 960px;
	min-height: 500px;
	padding-top: 30px;
}

#imagenes{
	margin-top: 10px;
}

#tabs{
	margin-top: 10px;
}

#tabs div{
	width: 500px;
}

.image-set img{
	margin-top: 15px;
	margin-left: 15px;
}

.bg{
	
	width: 750px;
	height: 300px;
	margin-left: 80px;
	border-radius: 5px;
	min-height: 300px;
	margin-top: 20px;
	-moz-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-o-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-webkit-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	-ms-box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	box-shadow: 0px 3px 2px RGBA(000,000,000,0.5);
	border: solid 1px #e3e6e9;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

}

.imgs-g{
	position:relative;
	top:40px;
	left:20px;
	border:1px solid #b7b7b9;
	border-color:;
	box-shadow: 0px 2px 6px RGBA(000,000,000,0.7);
	
}

.primerparrafo{
	position:relative;
	top:-200px;
	margin-left:360px;
	text-align:;
}

.primerparrafo p{
	margin-top:28px;
	width:295px;
	height:200px;
}

.segundoparrafo{
	margin-top:-180px;
	margin-left:15px;
	width:600px;
}

#nombres{
	width: 1000px;
}

.botones li a{
	width: 190px;
	background: #fff;
	display: block;
	float: left;
	border-radius: 3px;
	box-shadow: 0px 1px 1px #1496d0;
	border-bottom: 2px #7d9ccb solid;
	margin-left:7px;
	font-size:14px ;
}

.botones li a span{
	
	margin-top: -5px;
	background: ;
	color: #4d4d4d;

}

#clear{
	
	height: 70px;
	width: 800px;
	background: ;
}

.arriba{
	position: relative;
	margin-top: 0px;
	margin-left: 100px;
	top: -40px;
	
}

.arriba a{
	 color:#4d4d4d;
}

.bg h3{
	font-size: 17px;
	margin-left: 15px;
	margin-top: 10px;
	color: #1496d0;
}

.demoHeaders{
margin-bottom: 50px;
margin-left: 10px;
color: #1496d0;
}