@charset "UTF-8";
/* CSS Document */

#galeria img, #barra_nav, #sticky_bar, #proceso img#esquema_b, #proceso img#esquema_over, #proceso img#esquema_over:hover, #servicios ul blockquote:hover,
 #servicios ul blockquote, .bold, .bold:hover, .bullet_style1, .bullet_style1:hover, #sticky_content #blog_content #content1  /*, h1, p, #footer, p*/ {
	
	/* propiedad  duracion  animacion  retardo */
	transition:all 1s ease 0.125s;
	-o-transition:all 1s ease 0.125s;
	-ms-transition:all 1s ease 0.125s;
	-moz-transition:all 1s ease 0.125s;
	-khtml-transition:all 1s ease 0.125s;
	-webkit-transition:all 1s ease 0.125s;
	
	}

#proceso img#esquema_b, #proceso img#esquema_over, #proceso img#esquema_over, #proceso img#esquema_over:hover,
#servicios ul blockquote:hover, #servicios ul blockquote, .bold, .bold:hover, .bullet_style1, .bullet_style1:hover,
#sticky_content #blog_content #content1  {
		transition:all 1.25s ease 0s;
		-o-transition:all 1.25s ease 0s;
		-ms-transition:all 1.25s ease 0s;
		-moz-transition:all 1.25s ease 0s;
		-khtml-transition:all 1.25s ease 0s;
		-webkit-transition:all 1.25s ease 0s;
}